-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
Slurm example non-functional #134
Comments
I just ran into this as well. Without The replace thing is fixed on |
I just ran into #127 after fixing this though... |
Hi, have these issues been solved? |
Alas no - everything is being blocked by lack of testing at the moment, and unfortunately no one seems to have the time to work on them :-( |
I just want to report that v0.4.0 solves this problem. However v0.4.0 is not tagged yet. I would appreciate if v0.4.0 can be released if there is no other concerns. |
Yeah, see #118 |
I also run into this trouble. But strange enough, among a job array I submitted to the cluster, there were a random number of jobs that can be successfully carried out, while others just fail with the same error as yours. see #140 . Have you found a way to get around with this? If v0.4.0 works, where can I access v0.4.0? |
@TimeExplorer In Pkg REPL: |
Thanks! Unfortunately, even with the updated v.0.4.0, in my case there are still some random instances among the slurm job array that fail with similar error... |
Hi! Would anyone have a minute to review #139? I'm happy to fix any further problems that I overlooked, too... |
I've just tagged v0.4.0. The issue should be solved there according to comments. |
Thanks for your work on this!
First problem is need
using ClusterManagers, Distributed
for first line. With this fix, I get the following error:The text was updated successfully, but these errors were encountered: