Changes between Version 1 and Version 2 of Ticket #6959, comment 11


Ignore:
Timestamp:
May 25, 2022, 8:38:46 PM (3 years ago)
Author:
Tom Goddard

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6959, comment 11

    v1 v2  
    1 I think the problem is because conda has decided to install cudatoolkit version 11.7.0 which is too new for the Google Colab Nvidia driver.  Also 11.6.0 and 11.5.0 are too new.  But 11.0.3 worked.  I tested these different versions of OpenMM on Google Colab without alphafold using the following notebook code to install openmm and run the OpenMM test code.  Working on figuring out the most recent working cudatoolkit version.
     1I think the problem is because conda has decided to install cudatoolkit version 11.7.0 which is too new for the Google Colab Nvidia driver.  Also 11.6.0, 11.5.0, 11.3.1 are too new.  But 11.2.2 and 11.0.3 worked.  I tested these different versions of OpenMM on Google Colab without alphafold using the following notebook code to install openmm and run the OpenMM test code.  nvcc reports the colab cuda version is 11.1 and maybe that is suppose to match the condacudatoolkit version.
    22
    33{{{