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
I'm trying to run the T4 lysozyme example with p-xylene in yank. However, during the replica exchange simulation it is throwing an error which i am finding difficult to troubleshoot (see attached message corresponding to the error). error.txt
At the beginning it mentions KeyError: (1579084505162490359, -6828962564961262775) but i am unaware what this key does or where it comes from.
At the end it also throws Exception: Error loading CUDA module: CUDA_ERROR_UNSUPPORTED_PTX_VERSION (222) which should be related towards an unsupported driver version with the installed cudatoolkit in the conda environment, but openmm works fine on cuda when testing one of their examples (see screenshot).
What is the output of python -m openmm.testInstallation
Also, openmm 7.4.2 is quite old at this point (3 years and 7 months). Is there a reason you are using a version that old? Python 3.7 has been EOL'ed for ~4 years and hasn't had security updates in ~1 year. What GPU are you using and can you post the full output of nvidia-smi
It is possible that the simulation that worked didn't use the CUDA platform which is why it didn't throw an error.
Hi
I'm trying to run the T4 lysozyme example with p-xylene in yank. However, during the replica exchange simulation it is throwing an error which i am finding difficult to troubleshoot (see attached message corresponding to the error).
error.txt
At the beginning it mentions
KeyError: (1579084505162490359, -6828962564961262775)
but i am unaware what this key does or where it comes from.At the end it also throws
Exception: Error loading CUDA module: CUDA_ERROR_UNSUPPORTED_PTX_VERSION (222)
which should be related towards an unsupported driver version with the installed cudatoolkit in the conda environment, but openmm works fine on cuda when testing one of their examples (see screenshot).conda list
output below:Kind regards and thank you for any help
CA
The text was updated successfully, but these errors were encountered: