Open
Description
New feature
Hello,
I would like to ask if the new "Job Array" functionality can also be extended to HT Condor.
The main problem we are facing currently is that the condor scheduler daemon gets overwhelmed if we submit > 10000 jobs across different nextflow pipelines running on our cluster. If these could be submitted as job arrays, this would greatly reduce the load on the scheduler.
The implementation (from the user experience side) can be the same as for other schedulers like SLURM. There will be a array <X>
as an additional parameter to the executor. Nextflow then launches one jobs for ever <X>
number of process instances, as an array.
Thanks,
Vivek