-
Notifications
You must be signed in to change notification settings - Fork 24
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
Can't call loops on SLURM #178
Comments
Please open up Line 1031 in d8e821d
Line 1084 in d8e821d
That looks like a Singularity issue. Please post your |
Hi Jin-wook, thanks for quick reply. I edited
The |
Looking more at this, I believe the issue is that on our HPC CUDA needs to be loaded via the How does one get |
I met this issue too. |
Possibly solved. The
and changed this in
and successfully ran |
Describe the bug
call-hiccups_input_hic
failed, apparently because GPU resources not requested. Similar situation forcall-delta
.OS/Platform
Caper configuration file
Input JSON file
call-hiccups_input_hic/execution/stderr
ends withLooking at
call-hiccups_input_hic/execution/script.submit
, thesbatch
call doesn't have--gres=gpu:1
which I'm guessing would be necessary. Same withcall-delta/execution/script.submit
. Theslurm-partition
specified should in fact have GPUs.In addition,
call-delta/execution/stderr
contains/usr/bin/python: can't find '__main__' module in ''
The text was updated successfully, but these errors were encountered: