Document Actions
How can I submit many jobs in one command
Up to Table of Contents
job arrays
use job arrays:
qsub -t 1-16 Myjob
will send Myjob 16 times into the queue. They can be distinguished by the value of the environmental variable
$PBS_ARRAYID

