Changes between Initial Version and Version 1 of Ticket #6959, comment 11
- Timestamp:
- May 25, 2022, 8:27:47 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6959, comment 11
initial v1 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 istoo 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.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. 2 2 3 3 {{{