Move computeSlowForces into stepWork
commit07369a19f453f2bfa5e96fcc833f64e7d435913d
authorBerk Hess <hess@kth.se>
Wed, 30 Sep 2020 15:13:58 +0000 (30 15:13 +0000)
committerArtem Zhmurov <zhmurov@gmail.com>
Wed, 30 Sep 2020 15:13:58 +0000 (30 15:13 +0000)
treef2c67f080cdff13b88b5542c71ddc7a59ae1c937
parentdeceba34d995656a51658877b1737c7c891038e2
Move computeSlowForces into stepWork

Also moved a flag into forcerec and fixed documentation.
47 files changed:
docs/user-guide/mdp-options.rst
src/gromacs/fileio/tpxio.cpp
src/gromacs/gmxpreprocess/grompp.cpp
src/gromacs/gmxpreprocess/readir.cpp
src/gromacs/gmxpreprocess/readir.h
src/gromacs/gmxpreprocess/tests/refdata/GetIrTest_AcceptsDefineParametersWithValuesIncludingAssignment.xml
src/gromacs/gmxpreprocess/tests/refdata/GetIrTest_AcceptsElectricField.xml
src/gromacs/gmxpreprocess/tests/refdata/GetIrTest_AcceptsElectricFieldOscillating.xml
src/gromacs/gmxpreprocess/tests/refdata/GetIrTest_AcceptsElectricFieldPulsed.xml
src/gromacs/gmxpreprocess/tests/refdata/GetIrTest_AcceptsEmptyLines.xml
src/gromacs/gmxpreprocess/tests/refdata/GetIrTest_AcceptsImplicitSolventNo.xml
src/gromacs/gmxpreprocess/tests/refdata/GetIrTest_AcceptsKeyWithoutValue.xml
src/gromacs/gmxpreprocess/tests/refdata/GetIrTest_AcceptsMimic.xml
src/gromacs/gmxpreprocess/tests/refdata/GetIrTest_HandlesDifferentKindsOfMdpLines.xml
src/gromacs/listed_forces/gpubonded_impl.cpp
src/gromacs/mdlib/constr.cpp
src/gromacs/mdlib/force.cpp
src/gromacs/mdlib/force.h
src/gromacs/mdlib/force_flags.h
src/gromacs/mdlib/forcerec.cpp
src/gromacs/mdlib/sim_util.cpp
src/gromacs/mdlib/update.cpp
src/gromacs/mdlib/update.h
src/gromacs/mdrun/md.cpp
src/gromacs/mdrun/shellfc.cpp
src/gromacs/mdtypes/CMakeLists.txt
src/gromacs/mdtypes/forcebuffers.cpp
src/gromacs/mdtypes/forcebuffers.h
src/gromacs/mdtypes/forcerec.h
src/gromacs/mdtypes/inputrec.cpp
src/gromacs/mdtypes/inputrec.h
src/gromacs/mdtypes/multipletimestepping.cpp [new file with mode: 0644]
src/gromacs/mdtypes/multipletimestepping.h [copied from src/gromacs/mdtypes/forcebuffers.cpp with 53% similarity]
src/gromacs/mdtypes/simulation_workload.h
src/gromacs/mdtypes/tests/forcebuffers.cpp
src/gromacs/nbnxm/pairlist_tuning.cpp
src/gromacs/nbnxm/pairlistparams.cpp
src/gromacs/nbnxm/pairlistparams.h
src/gromacs/nbnxm/pairlistsets.h
src/gromacs/nbnxm/prunekerneldispatch.cpp
src/gromacs/pulling/pull.cpp
src/gromacs/taskassignment/decidegpuusage.cpp
src/gromacs/taskassignment/decidesimulationworkload.cpp
src/programs/mdrun/tests/CMakeLists.txt
src/programs/mdrun/tests/multiple_time_stepping.cpp [new file with mode: 0644]
src/programs/mdrun/tests/simulatorcomparison.cpp
src/programs/mdrun/tests/simulatorcomparison.h