$ qsub -q clusterqueue -l nodes=1:ppn=8 -W depend=afterany:12345 parallel.sh -v file=mybinaryfileYou will notice that the job will hold until the 1st job executed.
..... ..... 24328 kittycool Hold 2 10:00:00:00 Sat Mar 2 02:20:12
Reference:
Linux Toolkits Blog is a scratch-pad of tips and findings on Linux
$ qsub -q clusterqueue -l nodes=1:ppn=8 -W depend=afterany:12345 parallel.sh -v file=mybinaryfileYou will notice that the job will hold until the 1st job executed.
..... ..... 24328 kittycool Hold 2 10:00:00:00 Sat Mar 2 02:20:12
No comments:
Post a Comment