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

support maximum number of simultaneously running tasks #29

Open
jeroendecroos opened this issue Jul 26, 2019 · 0 comments
Open

support maximum number of simultaneously running tasks #29

jeroendecroos opened this issue Jul 26, 2019 · 0 comments

Comments

@jeroendecroos
Copy link

For Slurm we can set the maximum number of simultaneous running tasks for an array job as follows:
--array={start}-{end}:{step-size}%{maximum number of simultaneously running tasks}

But it seems slurm-drmaa doesn't support this:

job_desc.array_inx = fsd_asprintf( "%d-%d:%d", start, end, incr );

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