-
I tried: Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
For MD simulation: the MPI parallelization is supported. Simply compile lammps with the MPI support (typically compile with "make mpi"), then you can run MPI parallelized deepmd simulations. More details can be found in For training: The current version of deepmd-kit only supports multi-threading parallelization, this should be enough for training with deepmd-kit on one node of a cluster. The distributed parallelization will come with the next release. The training accelerated by GPU is highly recommended. |
Beta Was this translation helpful? Give feedback.
For MD simulation: the MPI parallelization is supported. Simply compile lammps with the MPI support (typically compile with "make mpi"), then you can run MPI parallelized deepmd simulations. More details can be found in
installation: https://github.com/deepmodeling/deepmd-kit#install-lammpss-deepmd-kit-module
usage: https://github.com/deepmodeling/deepmd-kit#run-md-with-lammps.
For training: The current version of deepmd-kit only supports multi-threading parallelization, this should be enough for training with deepmd-kit on one node of a cluster. The distributed parallelization will come with the next release. The training accelerated by GPU is highly recommended.