Hey, Guys,
I am trying to run lammps 03032020 version on GPU nodes and getting the following error message:
ERROR: Illegal dump_modify command (src/dump.cpp:1143)
Last command: dump_modify trjNVT header yes time yes flush yes
Here is what I have in my input file, any help is appreciated.
print “"
print “NVT equilibration to partially melt hydrate at T=${Tdiss}”
print "”
dump trjNVT_eql all custom 20000 NVT_eql_Trajectory.lammpstrj id mol type x y z ix iy iz vx vy vz
dump_modify trjNVT_eql header yes time yes flush yes
Sincerely,