Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need to modify slurm array splitting #32

Open
afmcc opened this issue Mar 6, 2020 · 0 comments
Open

need to modify slurm array splitting #32

afmcc opened this issue Mar 6, 2020 · 0 comments

Comments

@afmcc
Copy link
Contributor

afmcc commented Mar 6, 2020

Currently tardis prepares and launches multiple slurm array jobs so that the number
of jobs launched by each is at most 500. Unfortunately, when you get to

#SBATCH --array=9501-10000%50

on our system , it fails - i.e. I thought we needed

Upper-Lower < 10,000

but actually we need

Upper<10,000

  • so will need to change the way tardis prepares and launches multiple slurm array jobs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant