Problem with running lammps with frozen model #2537
-
When I submit the command to run the task, it stops quickly, but no error message is given and the log file is empty. the error:
CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Your simulation uses code contributions which should be cited:
CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE WARNING: Using 'neigh_modify every 1 delay 0 check yes' setting during minimization (src/min.cpp:187) my in.lammps: pair_style deepmd graph.pb region newton block INF INF INF INF INF INF units box compute eng all pe/atom reset_timestep 0 thermo 10 min_style cg undump 1 reset_timestep 0 velocity all create 300 12345 mom yes rot no thermo 1000 dump 1 all cfg 1000 dump.relax_*.cfg mass type xs ys zs fx fy fz run 3000 undump 1 fix 1 newton npt temp 250 300 0.1 aniso 1 1 1 dump 1 all cfg 10000 dump.loading+x_*.cfg mass type xs ys zs vx vy vz c_eng c_3 thermo 100 run 100000 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The message said that the process was killed by the operating system. Usually it means the memory is exhausted. See https://stackoverflow.com/a/726762 |
Beta Was this translation helpful? Give feedback.
The message said that the process was killed by the operating system. Usually it means the memory is exhausted. See https://stackoverflow.com/a/726762