nufeb / NUFEB

Official release of the NUFEB software
http://research.ncl.ac.uk/nufeb/
GNU General Public License v3.0
18 stars 16 forks source link

orphaned processes #6

Open wmoebius opened 4 years ago

wmoebius commented 4 years ago

Aborting using Ctrl+C leaves orphaned processes. Would it be possible to abort all processes? If not, maybe add this to the documentation and explain how the remaining processes can be killed? killall lmp_mpi?

shelllbw commented 4 years ago

LAMMPS should respond ctrl+c to terminate mpirun process. If not, try with ctrl+\ it will send SIGQUIT, or use pkill mpirun to kill all mpi processes.