AlphaEx icon indicating copy to clipboard operation
AlphaEx copied to clipboard

Allow scheduling of more than 10k jobs on CC

Open dantp-ai opened this issue 6 years ago • 1 comments

One approach is to have an extra parameter offset for the original index:

my index = (OFFSET-1)*10000 + job array index

dantp-ai avatar Dec 04 '19 21:12 dantp-ai

Agree, the offset should be passed into sbatch script by submitter through --export. And the user can then use

my index = (OFFSET-1)*10000 + job array index

in the sbatch script.

yiwan-rl avatar Dec 05 '19 01:12 yiwan-rl