Replies: 2 comments 3 replies
-
It seems to me that the model file does not exist or is not put into the correct directory. CC @dingye18 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry, it's my fault. I did delete the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear all,
Hi, I want to install the dp plugin for OpenMM for its better supports GPUs. And I follow the instructions according to the link (https://github.com/JingHuangLab/openmm_deepmd_plugin). Everything went well until the command "make test“ in the 6th step. The erros are:
"
Start 1: TestSerializeDeepmdForce
1/5 Test #1: TestSerializeDeepmdForce .........***Failed 0.51 sec
Start 2: TestDeepmdPlugin4Reference
2/5 Test #2: TestDeepmdPlugin4Reference .......***Failed 0.44 sec
Start 3: TestDeepmdPlugin4CUDASingle
3/5 Test #3: TestDeepmdPlugin4CUDASingle ......***Failed 0.50 sec
Start 4: TestDeepmdPlugin4CUDAMixed
4/5 Test #4: TestDeepmdPlugin4CUDAMixed .......***Failed 0.50 sec
Start 5: TestDeepmdPlugin4CUDADouble
5/5 Test #5: TestDeepmdPlugin4CUDADouble ......***Failed 0.50 sec
0% tests passed, 5 tests failed out of 5
Total Test time (real) = 2.46 sec
The following tests FAILED:
1 - TestSerializeDeepmdForce (Failed)
2 - TestDeepmdPlugin4Reference (Failed)
3 - TestDeepmdPlugin4CUDASingle (Failed)
4 - TestDeepmdPlugin4CUDAMixed (Failed)
5 - TestDeepmdPlugin4CUDADouble (Failed)
Errors while running CTest
make: *** [test] Error 8"
And output of the command ./TestDeepmdPlugin4CUDA is:
"I tensorflow/core/util/port.cc:110] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable
TF_ENABLE_ONEDNN_OPTS=0
.DeePMD-kit: Successfully load libcudart.so
OpenMMException: Graph file not found: ../tests/frozen_model/water.pb"
The OpenMM version is 8.0, I also tested python with many versions (including 3.11,3.10,3.8), but it did not work.
Could anyone give me some suggestions?
Beta Was this translation helpful? Give feedback.
All reactions