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
hi, everyone, I am currently using MNPP to generate some structures, which requires a good initial structure. However, when I write pdbfixer and mpnn into the same script, mpnn will report an error and jax cannot be initialized correctly (I specified the gpu to use). After checking, I found that it was because pdbfixer automatically performed some operations on the gpu, causing the program to run on the GPU I did not specify, which would prevent jax from initializing (or the index of cuda was messed up). If I disable the processing of pdbfixer, there will be no error.
Now my question is, is there any way for me to specify the gpu that openmm.app will use, or run it on the cpu?
The text was updated successfully, but these errors were encountered:
hi, everyone, I am currently using MNPP to generate some structures, which requires a good initial structure. However, when I write pdbfixer and mpnn into the same script, mpnn will report an error and jax cannot be initialized correctly (I specified the gpu to use). After checking, I found that it was because pdbfixer automatically performed some operations on the gpu, causing the program to run on the GPU I did not specify, which would prevent jax from initializing (or the index of cuda was messed up). If I disable the processing of pdbfixer, there will be no error.
Now my question is, is there any way for me to specify the gpu that openmm.app will use, or run it on the cpu?
The text was updated successfully, but these errors were encountered: