FastFold icon indicating copy to clipboard operation
FastFold copied to clipboard

Warning: Torch did not find available GPUs on this system.

Open JOJO-wc-rabbit opened this issue 3 years ago • 2 comments

Hi,

When I installed fastfold, I meet the following problem.

image

I think it's because I don't have a cuda environment on the cluster server (cpu node, non-root user) (but the code can be submitted to the gpu node to run). Is there any solution please?

Thanks!

JOJO-wc-rabbit avatar Jul 20 '22 06:07 JOJO-wc-rabbit

I think you need CUDA environment to install fastfold. You can try to use spack install cuda for you non-root cpu node. Or you can submitted the installation to the gpu node.

If the cluster use environment module to manage the software stack, you can directly use some command like module load cuda on your cpu node.

Shenggan avatar Jul 25 '22 02:07 Shenggan

ok,thx!

JOJO-wc-rabbit avatar Jul 25 '22 11:07 JOJO-wc-rabbit