multi_qsub.py

Submit multiple PBS job scripts to the queuing system (qsub) and store the output job IDs.

usage: multi_qsub.py [-h] [-t] job_scripts [job_scripts ...]

Required arguments

job_scripts

The job script files to submit to the queuing system.

Optional arguments

-h, --help

Show the help message and exit

-t, --test

Only print each of the qsub commands instead of actually running the commands.