changed a job submitted with a -a <future_date> to show up as on hold rather

than not showing up at all (Moab behavior).


git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@14 3f5042e3-fb1d-0410-be18-d6ca2573e517
This commit is contained in:
wightman 2005-07-18 16:30:52 +00:00
parent 76259147f6
commit 2c94c3a662

View File

@ -882,7 +882,7 @@ int __MPBSJobGetState(
/* job has not reached release time */
*Status = mjsNotQueued;
*Status = mjsHold;
break;