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:
parent
76259147f6
commit
2c94c3a662
@ -882,7 +882,7 @@ int __MPBSJobGetState(
|
||||
|
||||
/* job has not reached release time */
|
||||
|
||||
*Status = mjsNotQueued;
|
||||
*Status = mjsHold;
|
||||
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user