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

Trivial example with Slurm is failing #31

Closed
eschnett opened this issue Nov 21, 2015 · 8 comments
Closed

Trivial example with Slurm is failing #31

eschnett opened this issue Nov 21, 2015 · 8 comments

Comments

@eschnett
Copy link

The commands

using ClusterManagers
addprocs(SlurmManager(2))

fail with

Error launching Slurm job:
MethodError(length,(:all_to_all,))
0-element Array{Int64,1}

It seems that the launch function receives a keyword argument :topology=>:all_to_all that isn't handled well.

@gabrielgggg
Copy link

Same here:

julia> using ClusterManagers
julia> addprocs(SlurmManager(2), partition="debug", t="00:5:00")
Error launching Slurm job:
MethodError(length,(:all_to_all,))
0-element Array{Int64,1}

This is on

slurm 14.11.9

@andreasnoack
Copy link
Member

Have you tried to check out master?

@gabrielgggg
Copy link

@andreasnoack No, this was straight from Pkg.add(). I'm not 100% sure how package versioning works in Julia.

@gcamilo
Copy link
Contributor

gcamilo commented Nov 23, 2015

Try Pkg.checkout("ClusterManagers")

@eschnett
Copy link
Author

Yes, the master is working. I think we should create a new version from the master for Julia 0.4.

@gcamilo
Copy link
Contributor

gcamilo commented Nov 23, 2015

If this does happen, my pull request should be merged, as otherwise qsub is broken if you want to name a queue. I didn't realize this in my previous one.

@gabrielgggg
Copy link

Try Pkg.checkout("ClusterManagers")

This fixes the issue, for the record. Thank you!

@jiahao
Copy link
Contributor

jiahao commented Apr 12, 2016

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

5 participants