WIPACrepo / pyglidein

Some python scripts to launch HTCondor glideins
MIT License
7 stars 20 forks source link

clustered submit #10

Closed dsschult closed 8 years ago

dsschult commented 8 years ago

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.