Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Cannot run DPLR parallelly with MPI #1632

Closed
Yi-FanLi opened this issue Apr 13, 2022 · 0 comments · Fixed by #1637
Closed

[BUG] Cannot run DPLR parallelly with MPI #1632

Yi-FanLi opened this issue Apr 13, 2022 · 0 comments · Fixed by #1637
Assignees
Labels

Comments

@Yi-FanLi
Copy link
Collaborator

Bug summary

DeePMD + dplr simulation could run serially with lmp -in in.lammps, but cannot run parallelly with mpirun -np 2 lmp -in in.lammps. Both nve and npt cannot run with mpi.

DeePMD-kit Version

v2.0.4.dev112+gbdd339e

TensorFlow Version

2.7.0

How did you download the software?

Built from source

Input Files, Running Commands, Error Log, etc.

dplr_error.zip

The running commands:
lmp -in in.nve and lmp -in in.npt can run normally.

mpirun -np 2 lmp -in in.nve will produce the following error:
ERROR on proc 0: Out of range atoms - cannot compute PPPM (src/KSPACE/pppm.cpp:1887)
Last command: run 100

and mpirun -np 2 lmp -in in.npt will produce the following error:
ERROR: Non-numeric pressure - simulation unstable (src/fix_nh.cpp:1059)
Last command: run 100

Steps to Reproduce

Uncompress the zip tarball and run the task with the commands in the last session. Then the errors should be reproduced.

Further Information, Files, and Links

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants