Replies: 2 comments 3 replies
-
I suggest using gdb lmp Then type
After it crash, type
Traceback will be printed. |
Beta Was this translation helpful? Give feedback.
3 replies
-
#2923 should fix the bug. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I hope you are doing well.
I'm trying to run DeePMD with LAMMPS for a distributed simulation across multiple CPU nodes. When I try to execute, the following error arises:
nodes: 2
ppn: 112
omp: 1
intra: 1
inter: 1
kmp_blk: 1
srun: environment addon enabled
[0] MPI startup(): library kind: release
[0] MPI startup(): File "" not found
[0] MPI startup(): Load tuning file: "/global/panfs01/admin/opt/intel/oneAPI/2023.1.0.46401/mpi/2021.9.0/etc/tuning_spr_shm.dat"
LAMMPS (23 Jun 2022 - Update 1)
/home/anaconda3/envs/deepmd29_py309-Pylmp/bin/lmp: line 11: 149447 Floating point exception(core dumped) /home/anaconda3/envs/deepmd29_py309-Pylmp/bin/_lmp "$@"
I'm not sure what is causing this. Could you please help?
Notes:
Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions