Force qsub (PBS) to wait the job's end before exiting -
i've been using sun grid engine run jobs on node of cluster.
usually wait job complete before exiting , use:
qsub -sync yes perl script.pl
however don't use anymore sun grid engine pbs pro 10.4
i'm not able find corresponding instruction -sync.
could me? in advance
pbspro doesn't have -sync equivalent might able use -i option combined use of expect tell code run in order same effect.
Comments
Post a Comment