Issues Installing openMM 7.7
Posted: Tue May 17, 2022 12:58 pm
Hi All,
I am attempting to install openmm on a gpu accelerated linux machine. I installed openMM and cudatoolkit using the:
conda install -c conda-forge openmm cudatoolkit
which installed the following versions:
openmm 7.7.0 py39h15fbce5_1 conda-forge
cudatoolkit 11.6.0 habf752d_10 conda-forge
my nvcc --version gives:
Cuda compilation tools, release 10.0, V10.0.130
and nvidia-smi gives:
NVIDIA-SMI 470.103.01 Driver Version: 470.103.01 CUDA Version: 11.4
However when I run python -m openmm.testInstallation I get:
OpenMM Version: 7.7
Git Revision: 130124a3f9277b054ec40927360a6ad20c8f5fa6
There are 4 Platforms available:
1 Reference - Successfully computed forces
2 CPU - Successfully computed forces
3 CUDA - Error computing forces with CUDA platform
4 OpenCL - Successfully computed forces
CUDA platform error: Error launching CUDA compiler: 256
nvcc fatal : Value 'sm_86' is not defined for option 'gpu-architecture'
Median difference in forces between platforms:
Reference vs. CPU: 6.30846e-06
Reference vs. OpenCL: 6.76294e-06
CPU vs. OpenCL: 7.71916e-07
All differences are within tolerance.
Any ideas on how to resolve this issue? I have tried installing the cudatoolkit 10.0 but get the same errors.
Thanks for the help
I am attempting to install openmm on a gpu accelerated linux machine. I installed openMM and cudatoolkit using the:
conda install -c conda-forge openmm cudatoolkit
which installed the following versions:
openmm 7.7.0 py39h15fbce5_1 conda-forge
cudatoolkit 11.6.0 habf752d_10 conda-forge
my nvcc --version gives:
Cuda compilation tools, release 10.0, V10.0.130
and nvidia-smi gives:
NVIDIA-SMI 470.103.01 Driver Version: 470.103.01 CUDA Version: 11.4
However when I run python -m openmm.testInstallation I get:
OpenMM Version: 7.7
Git Revision: 130124a3f9277b054ec40927360a6ad20c8f5fa6
There are 4 Platforms available:
1 Reference - Successfully computed forces
2 CPU - Successfully computed forces
3 CUDA - Error computing forces with CUDA platform
4 OpenCL - Successfully computed forces
CUDA platform error: Error launching CUDA compiler: 256
nvcc fatal : Value 'sm_86' is not defined for option 'gpu-architecture'
Median difference in forces between platforms:
Reference vs. CPU: 6.30846e-06
Reference vs. OpenCL: 6.76294e-06
CPU vs. OpenCL: 7.71916e-07
All differences are within tolerance.
Any ideas on how to resolve this issue? I have tried installing the cudatoolkit 10.0 but get the same errors.
Thanks for the help