Compile LAMMPS libraries (liblamps_mpi.a, liblammps_serial.a) with MACE #532
Unanswered
fcannizzaro-byte
asked this question in
Q&A
Replies: 1 comment
-
Apologies, I don't fully understand the question. But you might start by reviewing the LAMMPS documentation on building with CMake. For example: https://docs.lammps.org/Build_basics.html#build-the-lammps-executable-and-library. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I successfully build LAMMPS with MACE for CPU using the instructions from here: https://mace-docs.readthedocs.io/en/latest/guide/lammps.html.
I need to compile these two libraries: liblamps_mpi.a, liblammps_serial.a. I have been looking into ./src/Makefile but could not find any option there. As reference, in the case of GAP using QUIP, I would do this:
When compiling LAMMPS libraries, is there an option to add MACE?
Beta Was this translation helpful? Give feedback.
All reactions