News and Announcements » |
Description:
Starts multiple jobs in parallel on Sun GridEngine systems. This is designed to work with StarCluster EC2 instances, but may be applicable beyond there.
Usage: start_parallel_jobs_sc.py [options]
Input Arguments:
Note
[OPTIONAL]
Output:
No output is created.
Job submission example:
Start each command listed in test_jobs.txt in parallel. The run ID for these jobs will be RUNID.
start_parallel_jobs_sc.py -ms test_jobs.txt RUNID
Queue specification example:
Submit the commands listed in test_jobs.txt to the specified queue.
start_parallel_jobs_sc.py -ms test_jobs.txt -q all.q RUNID