LAMMPS install in linux cerver with cpu #368
Unanswered
kingji-cms
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Are you using PyTorch 1.11? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I want to install LAMMPS for nequip in my own server without gpu (only cpu).
The manual for lammps installation is working in Google colab.
However, when I tried to install own linux centos7 server, I have some error messages.
whe I typed below command, I have this error...
cmake …/cmake -DCMAKE_PREFIX_PATH=python -c 'import torch;print(torch.utils.cmake_prefix_path)' && make -j4"
I tried to other command such as
cmake ../cmake -DCMAKE_PREFIX_PATH=
python -c 'import torch;print(torch.utils.cmake_prefix_path)'
-DCMAKE_CXX_FLAGS="-DUSE_CPU" && make -j4but, result is not change..
I'm trying to install anaconda virtual environment.
I already install torch in my virtual environment with cpu version. (conda install pytorch torchvision torchaudio cpuonly -c pytorch)
How can I install LAMMPS for nequip in my own server.
Thank you.
JiHoon Kim.
Beta Was this translation helpful? Give feedback.
All reactions