[torquedev] [Bug 160] New: job dependent upon array stuck in UserHold state
bugzilla-daemon at supercluster.org
bugzilla-daemon at supercluster.org
Thu Oct 6 10:41:22 MDT 2011
http://www.clusterresources.com/bugzilla/show_bug.cgi?id=160
Summary: job dependent upon array stuck in UserHold state
Product: TORQUE
Version: 2.5.x
Platform: PC
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P5
Component: pbs_server
AssignedTo: dbeer at adaptivecomputing.com
ReportedBy: bdandrus at nps.edu
CC: torquedev at supercluster.org
Estimated Hours: 0.0
We are trying to run a job after an array job completes successfully.
jid=$(echo 'echo $PBS_ARRAYID;sleep 60'|qsub -l walltime=00:01:00 -l procs=2 -t
0-10);echo 'hostname'|qsub -l walltime=00:01:00 -l procs=2 -W
depend=afterokarray:$jid[]
The array job completes, but the dependent job ends up in a ‘UserHold’ state.
Shouldn’t the dependent job move from the UserHold state to no hold and
eligible once the array jobs complete??
--
Configure bugmail: http://www.clusterresources.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the torquedev
mailing list