From 2c94c3a66260ba38a83133fbf5a267ad3f0c4585 Mon Sep 17 00:00:00 2001 From: wightman Date: Mon, 18 Jul 2005 16:30:52 +0000 Subject: [PATCH] changed a job submitted with a -a 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 --- src/moab/MPBSI.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/moab/MPBSI.c b/src/moab/MPBSI.c index 80e36c6..238a623 100644 --- a/src/moab/MPBSI.c +++ b/src/moab/MPBSI.c @@ -882,7 +882,7 @@ int __MPBSJobGetState( /* job has not reached release time */ - *Status = mjsNotQueued; + *Status = mjsHold; break;