PBS programming

Posted by Werner on Stack Overflow See other posts from Stack Overflow or by Werner
Published on 2010-03-02T20:32:20Z Indexed on 2010/12/26 12:54 UTC
Read the original article Hit count: 359

Filed under:
|

Hi,

some short and probably stupid questions about PBS:

1- I submit jobs using

qsub job_file

is it possible to submit a (sub)job inside a job file?

2- I have the following script:

qsub job_a
qsub job_b

For launching job_b, it would be great to have before the results of job_a finished. Is it possible to put some kind of barrier or some otehr workaround so job_b is not launched until job_a finished?

Thanks

© Stack Overflow or respective owner

Related posts about scripting

Related posts about pbs