Made g_tune_pme work with -cpi -deffnm combination
authorCarsten Kutzner <ckutzne@gwdg.de>
Thu, 3 Dec 2015 12:18:59 +0000 (13:18 +0100)
committerCarsten Kutzner <ckutzne@gwdg.de>
Wed, 20 Jan 2016 13:17:26 +0000 (14:17 +0100)
commit812a5e26258303368ace70b396a7369209328d1d
tree8983181e71ed2286fab542b3db46d97690c7c494
parent8b14e14f4a18193eacc86a2da9a4d812df0e03eb
Made g_tune_pme work with -cpi -deffnm combination

Using -deffnm with g_tune_pme would not work with checkpoint restarts
since the file names used for the benchmark output files (-bo...) could clash
with output file names expected by the checkpoint file when appending.
Fixed it by using the -deffnm option only at launch time,
but not for benchmarking.

Also added the -bo and -bx output files to the files that need to be
deleted after the benchmark test run, so that there is slightly less
clutter in the output directory after tuning.

Change-Id: Ibec8553be7ddf482a831308454e2db9e1fc1d8aa
src/gromacs/gmxana/gmx_tune_pme.c