Hi, > Am 12.06.2018 um 18:11 schrieb VG <[email protected]>: > > Hi Everyone, > I submitted 200 array jobs on the cluster using -t option. My command line > looks like this: > > qsub -t 1-200 -cwd -j y -b y -N jobs -l h_vmem=30G ./script.sh > > After this, job numbered 3,10,45,56,98,134 failed to finish. > > What can I do to only run the failed job now? Can I use -t option in anyway > or do I have to submit it one by one?
You have to submit it one by one, possibly in a `for` loop, but you can use -t to specify the to be used index at least as a single number. -- Reuti > > Thanks > > Regards > Varun > _______________________________________________ > users mailing list > [email protected] > https://gridengine.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
