Open phanousk opened 8 years ago
Hi,
I don't think the problem comes from the non existing folder. Isn't it just the debugging info in the lib that contains the path to the original file it was compiled from?
The CUDA error 8 means that the CUDA binary does not contain the correct architecture to run on your harware.
I guess this could come from the fact that the architecture of the GPU you are trying to use was not properly detected during compilation.
There should be a line like -- Compiling for CUDA architecture: xx
during the cutorch installation procedure. Does the architecture stated here match the one of the GPUs in your cluster?
Well, first I was thinking like this but then tried to recompile the whole project from the permanently accessible directory (/software/torch/20160425-deb8/build) and everything works as needed.
If I want to see the -- Compiling for CUDA architecture: xx
I guess I have to run the compilation again and gather some info? I can not see such a thing in after installation logs in all torch build directory.
To see the CUDA architecture flags, you can run luarocks install cutorch
, this line is at the beginning (before all the warnings).
Hi there, I have just tried, as a cluster administrator, to install torch7 to a location where we have our software modules. The procedure was like this:
Everything seemed to install correctly, however then one of our users encountered this error:
This error happened because the directory
no more existed. It was only my temporary building directory till the installation took a place. Could you please rewrite the installation procedure to respect custom set PREFIX in all it's parts? This looks like only the core parts are influenced by PREFIX and extras (and maybe more parts) not. Thank you, Petr