Sample Header Ad - 728x90

Will `qsub` run my jobs sequentially?

1 vote
1 answer
190 views
Assume a script including the following content is passed to qsub as qsub myscript.sh #PBS -N Job_name #PBS -l walltime=10:30,mem=320kb #PBS -m be # step1 arg1 arg2 step2 arg3 arg4 Will step1 and step2 run in parallel over different nodes or sequentially on the allocated resource?
Asked by zzkr (155 rep)
Aug 24, 2022, 02:08 PM
Last activity: Aug 24, 2022, 08:09 PM