-
Hello I hope you are doing well. I have installed the DeepMD kit (DeePMD-kit v2.1.4) following the easy installation procedure with conda environment. The lammps is running with no issue in a single core but when I try to run lammps parallel, it is actually calculating the same thing multiple time. I am using the following command to run lammps parallel: mpirun -np 4 lmp -in in.lammps. But it is mentioned at the beginning of the easy installation method that mpirun can be used to run lammps parallel. Can you please clarify how to run lammps parallel when DeepMD kit is installed via easy installation method in a conda environment. Thanks in advance for your cooperation. Best |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Could you check if MPI is consistent by executing mpirun -h
lmp -h MPI information will be printed on the screen. |
Beta Was this translation helpful? Give feedback.
Could you check if MPI is consistent by executing
MPI information will be printed on the screen.