You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi There! Following advice given in #830, I'm trying to preprocess with CPUs and then finish on GPUs.
I'm working on an HPC and am hoping to parallelize the CPU runs as much as possible.
When I run the following command:
I get the error: No such file or directory: 'scontrol'
Any thoughts on what's happening here? Are slurm user commands available inside the container?
Apologies if this has been answered elsewhere and I missed it!
The text was updated successfully, but these errors were encountered:
slurm commands are not available in the container. your best bet is to install cactus locally (ie following the binary release installation instructions) then to run with --binariesMode singularity so that toil jobs pull in commands from singularity as-needed.
Hi There! Following advice given in #830, I'm trying to preprocess with CPUs and then finish on GPUs.
I'm working on an HPC and am hoping to parallelize the CPU runs as much as possible.
When I run the following command:
I get the error:
No such file or directory: 'scontrol'
Any thoughts on what's happening here? Are slurm user commands available inside the container?
Apologies if this has been answered elsewhere and I missed it!
The text was updated successfully, but these errors were encountered: