I am running Lammps on a remote windows machine using MPICH2 to run in parallel, but sometimes, the connection drops and simulation exits. I used this command, but it is not working:
nohup mpiexec.exe -np 8 -localonly lmp_mpi.exe -in ionicdata.in &
It is working without "nohup".
What is that I am missing here?