[torqueusers] job dependent upon array stuck in UserHold state
Ken Nielson
knielson at adaptivecomputing.com
Thu Oct 6 10:37:33 MDT 2011
----- Original Message -----
> From: "Brian Contractor Andrus" <bdandrus at nps.edu>
> To: "Torque Users Mailing List (torqueusers at supercluster.org)" <torqueusers at supercluster.org>
> Sent: Wednesday, October 5, 2011 1:05:21 PM
> Subject: [torqueusers] job dependent upon array stuck in UserHold state
>
>
>
>
>
> All,
>
>
>
> 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??
>
>
>
>
>
> Brian Andrus
>
> ITACS/Research Computing
>
> Naval Postgraduate School
>
> Monterey, California
>
> voice: 831-656-6238
>
>
Brian,
I am able to reproduce this. Will you make a bugzilla ticket for this and we will fix it before 2.5.9.
Ken
More information about the torqueusers
mailing list