Think about doing clustered submits for HTCondor and PBS, where we submit N of the same type of job.
This will require an architecture change from submit.py handling single jobs to multiple jobs at once. The easiest way is probably to just add an argument in submit as to how many jobs of this type to submit. In client.py, more fancy grouping might be needed.
Think about doing clustered submits for HTCondor and PBS, where we submit N of the same type of job.
This will require an architecture change from submit.py handling single jobs to multiple jobs at once. The easiest way is probably to just add an argument in submit as to how many jobs of this type to submit. In client.py, more fancy grouping might be needed.