CPU only Integration with LAMMPS #36
-
Hello, I hope you are doing well. Regarding setup of the framework, all steps were successfully implemented with the exception of integration with LAMMPS. The instructions detailed in colab work well for the case of an NVIDIA GPU, however I am trying to do this for an x86 CPU only system (single node). The lack of CUDA is giving a series of errors regarding the CMAKE configuration ahead of LAMMPS build. If possible, could you please detail how one would do this for my case? Apologies if this is a naive question :). Thank you very much. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @npiroozan , Are you using Regardless, one node CPU only should be very simple. Just download CPU-only |
Beta Was this translation helpful? Give feedback.
Hi @npiroozan ,
Are you using
pair_nequip
orpair_allegro
?Regardless, one node CPU only should be very simple. Just download CPU-only
libtorch
from PyTorch, don't build with Kokkos (in the case ofpair_allegro
), and (again in the case ofpair_allegro
) build withDPKG_OPENMP=ON
. They key is to not uselibtorch
from yourconda
PyTorch installation if that installation was done with CUDA support.