-
-
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
SGE: can't even add processors #122
Comments
For some reason, |
I am not sure I understand this issue. You are running on a SGE cluster and you are trying to add processes with
That sounds like a bug. Can you post your entire script? I haven't run on SGE in a while, but on SLURM there is |
Apologies, that was a cut and paste of the wrong piece of code (I tried using ClusterManagers
ClusterManagers.addprocs_sge(28, queue="hs22") There are indeed 28 compute nodes available, but |
Yeah so either you get stuck in allocating forever or ClusterManagers.jl/src/qsub.jl Line 83 in e375f50
|
Hi, Running: I get: BUT the jobs start and I can get them on
Can you help? |
These sporadic issues where sometimes it works and sometimes it doesn't are quite annoying. I am experiencing something similar with the LSF manager. Will try to debug in the next days, and will share here if I learn something that could be ported to the SGE manager. |
My cluster doesn't support qrsh. Submitting jobs from the command line works fine. Any ideas on how to get this package to work?
The text was updated successfully, but these errors were encountered: