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

job array support #5

Open
fizwit opened this issue Dec 12, 2018 · 2 comments
Open

job array support #5

fizwit opened this issue Dec 12, 2018 · 2 comments

Comments

@fizwit
Copy link

fizwit commented Dec 12, 2018

Can slurmpy support job arrays?

@ajasja
Copy link

ajasja commented Dec 20, 2018

I was just about to ask the same question:) That would be really cool.

@mjpdejong
Copy link

mjpdejong commented Nov 20, 2019

You can already do arrays:

slurm_array = Slurm("jobname", {"array": "1-10"})
	jobId = slurm_array.run("echo ${SLURM_ARRAY_TASK_ID}",name_addition="testarray")

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

3 participants