On 20/05/2011 3:45 AM, Justin A. Lemkul wrote:


Andrew DeYoung wrote:
Hi,
I have started a lengthy equilibration run, and I just realized that I have one of my parameters set incorrectly in my mdp file. Is there any way that
I can manually abort the run?
I am using Gromacs 4.5.4 with parallel simulation with MPI and the command:

mpirun -machinefile cp -np 8 mdrun -s nvt-pr.tpr -o nvt-pr.trr -c water.pdb
-e nvt-pr.edr -g nvt-pr.log &

Use 'ps' to locate the process ID and kill it in the terminal.

The above command will only still be running if its terminal is still alive, and from that terminal you can use "jobs", which will give you a small number associated with all such running processes. Now "kill %n" will kill it, or "fg %n" to bring it to the foreground so that Ctrl-C will kill it.

Mark
--
gmx-users mailing list    gmx-users@gromacs.org
http://lists.gromacs.org/mailman/listinfo/gmx-users
Please search the archive at 
http://www.gromacs.org/Support/Mailing_Lists/Search before posting!
Please don't post (un)subscribe requests to the list. Use the www interface or send it to gmx-users-requ...@gromacs.org.
Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

Reply via email to