Replies: 1 comment 3 replies
-
TensorFlow could not find your CUDA driver ( |
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.
-
Hello, I trained a dp potential using the latest gpu version of deepmd-kit. Then I ran the lammps in the latest GPU version of deepmd-kit using our dp potential. I know the lammps is the CPU version, so I only used CPU to run it.
Errors occur as follows:
Could not load dynamic library 'libcuda.so.1'; dlerror: libcuda.so.1: cannot open shared object file: No such file or directory
2021-12-03 16:50:24.049024: W tensorflow/stream_executor/cuda/cuda_driver.cc:312] failed call to cuInit: UNKNOWN ERROR (303)
2021-12-03 16:50:24.049534: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:156] kernel driver does not appear to be running on this host (swarm01): /proc/driver/nvidia/version does not exist
But the MD simulation ran successfully and it was slow. If should I ignore the errors or how can I fix them?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions