From: Kevin Boyd Date: Thu, 19 Sep 2019 02:52:41 +0000 (-0700) Subject: Remove note about cutoff-scheme from mdrun docs X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=197e720f1bd8f6e42a5f0120e5132b66b821c6b5;p=alexxy%2Fgromacs.git Remove note about cutoff-scheme from mdrun docs Change-Id: Ie7c6cd8fb5855cf7af1dd3fdd99586e133625cd2 --- diff --git a/src/gromacs/mdrun/legacymdrunoptions.h b/src/gromacs/mdrun/legacymdrunoptions.h index 0df6405ef6..706830d1c9 100644 --- a/src/gromacs/mdrun/legacymdrunoptions.h +++ b/src/gromacs/mdrun/legacymdrunoptions.h @@ -217,7 +217,7 @@ class LegacyMdrunOptions { "-nstlist", FALSE, etINT, {&nstlist_cmdline}, "Set nstlist when using a Verlet buffer tolerance (0 is guess)" }, { "-tunepme", FALSE, etBOOL, {&mdrunOptions.tunePme}, - "Optimize PME load between PP/PME ranks or GPU/CPU (only with the Verlet cut-off scheme)" }, + "Optimize PME load between PP/PME ranks or GPU/CPU" }, { "-pme", FALSE, etENUM, {pme_opt_choices}, "Perform PME calculations on" }, { "-pmefft", FALSE, etENUM, {pme_fft_opt_choices}, diff --git a/src/programs/mdrun/tests/refdata/MdrunTest_WritesHelp.xml b/src/programs/mdrun/tests/refdata/MdrunTest_WritesHelp.xml index 6255e0195f..02c48c1eb5 100644 --- a/src/programs/mdrun/tests/refdata/MdrunTest_WritesHelp.xml +++ b/src/programs/mdrun/tests/refdata/MdrunTest_WritesHelp.xml @@ -258,8 +258,7 @@ Other options: -nstlist <int> (0) Set nstlist when using a Verlet buffer tolerance (0 is guess) -[no]tunepme (yes) - Optimize PME load between PP/PME ranks or GPU/CPU (only with the - Verlet cut-off scheme) + Optimize PME load between PP/PME ranks or GPU/CPU -pme <enum> (auto) Perform PME calculations on: auto, cpu, gpu -pmefft <enum> (auto)