-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
symbol lookup error: libtorch_cpu.so #49
Comments
It is the problem of compiler. I have solved it. However, when I run LAMMPS, I still get an error: |
It seems that this error is caused by different branches of NequIP and LAMMPS pair. If I want to run NPT, should I used both stress branches for NequIP and pair-NequIP? Could you help me? Thank you very much! |
That is correct that it's a branch mismatch. If you want to run with NPT, you need to have |
Should be closed by #52. |
When I run pair nequip with compiled LAMMPS, I have this error:
symbol lookup error: libtorch_cpu.so: undefined symbol: _ZNK3c1010TensorImpl22is_strides_like_customENS_12MemoryFormatE
However, I can run the LAMMPS/example/melt successfully. Do you know how to solve it? Thank you very much!
The text was updated successfully, but these errors were encountered: