Made g_tune_pme work correctly again with thread-MPI mdrun
authorCarsten Kutzner <ckutzne@gwdg.de>
Mon, 14 Jan 2013 16:12:45 +0000 (17:12 +0100)
committerBerk Hess <hess@kth.se>
Wed, 16 Jan 2013 20:59:50 +0000 (21:59 +0100)
commit2613a4707d6b94c5c851d3e06a981cbb70577b14
tree86ee9043ba66d4e921c7cdd7c1224dfe3d8a4441
parentf4332136d0d8541b227e951a7f3c82fc54d643f1
Made g_tune_pme work correctly again with thread-MPI mdrun

Up to now, g_tune_pme would put the -nt switch on the mdrun command
line to ask for thread-MPI processes. Due to changes in mdrun, this
now leads to the fact that all runs with separate PME nodes exit
because the number of MPI threads must be explicitly specified with
the -ntmpi switch. Now the g_tune_pme -nt option is renamed to -ntmpi.
The remaining changes are only minor code cleanup / formatting things
plus getting rid of unused variables.

Change-Id: I7518799ef593d78d1cce1496852f0241e6d01755
src/tools/gmx_tune_pme.c