Disable PME Mixed mode with FEP
[alexxy/gromacs.git] / src / gromacs / mdrun / runner.cpp
2021-10-18 Andrey AlekseenkoDisable PME Mixed mode with FEP
2021-08-18 Mark AbrahamEnsure restart with update groups always works
2021-03-11 Andrey AlekseenkoDisable GPU update in the presence of frozen atoms
2021-03-05 Paul BauerMerge branch release-2020 into merge-2020-into-2021
2021-02-25 Pascal MerzDisable cos acceleration for non leap-frog code paths
2021-01-07 Paul BauerMerge branch release-2020 into merge-2020-into-2021
2020-11-29 Paul BauerFix build on CentOS 7
2020-11-24 Paul BauerMerge branch 'origin/release-2020' into merge-2020...
2020-11-04 Mark AbrahamRemove logging from hardware detection
2020-11-03 Artem ZhmurovMake the message why GPU bondeds are not available...
2020-10-22 Szilárd PállAdd missing GPU force reduction cycle counting
2020-10-20 Paul BauerMerge branch 'origin/release-2020' into merge-release...
2020-10-13 Joe JordanFix segfault in pull reading
2020-10-07 Paul BauerMerge branch 'origin/release-2020' into merge-release...
2020-10-06 Artem ZhmurovSimplify GPU usage decision function signatures
2020-10-02 Alan GrayUse workload data structures for GPU halo exchange...
2020-09-30 Andrey AlekseenkoSquash SYCL DeviceContext and DeviceStream
2020-09-29 Artem ZhmurovDon't use fah_fsync
2020-09-29 Alan GrayRedevelopment of GPU Force Reduction/Buffer Ops
2020-09-28 Alan GrayRemove single-dimension limitation from GPU halo exchange
2020-09-18 M. Eric IrrgangImprove naming and docs.
2020-09-18 M. Eric IrrgangDocument a Mdrunner::BuilderImplementation member.
2020-09-17 Berk HessMove bNonbonded flag from t_forcerec to SimulationWorkload
2020-09-15 Berk HessFix task assignment with multiruns
2020-09-15 Alan GrayPass devFlags into createSimulationWorkload replacing...
2020-09-14 M. Eric IrrgangCreate and use SimulationInput module.
2020-09-09 Artem ZhmurovRestore GMX_FORCE_UPDATE_DEFAULT_GPU environment varibl...
2020-09-08 Alan GrayBug fix in call to deviceStreamManager constructor
2020-09-07 Artem ZhmurovFix clang-format
2020-09-07 M. Eric IrrgangReplace filename-based initialization functions.
2020-09-07 Artem ZhmurovAccess the device status directly, remove the getter
2020-09-06 Pascal MerzPrepare legacy checkpoint for modular simulator checkpo...
2020-09-02 Berk HessEnable splitting of listed interaction calculation
2020-08-31 Paul BauerMerge branch 'release-2020' into master
2020-08-27 Alan GrayAvoid seg fault when PME-PP GPU comm flag is used in...
2020-08-27 M. Eric IrrgangClarify t_inputrec allocation logic in runner.cpp.
2020-08-27 M. Eric IrrgangUse a heap object for inputrec in gmx::Mdrunner::mdrunn...
2020-08-24 Artem ZhmurovMove GPU devices management into hardware subfolder
2020-08-04 Erik LindahlSimplified uniform GPU selection in CMake
2020-07-29 Kevin BoydFix undefined behavior flagged by UBSAN
2020-07-20 Magnus LundborgTwo sets of coefficients for Coulomb FEP PME on GPU
2020-07-15 Mark AbrahamDivide default communicator from DD communicators
2020-07-09 Pascal MerzDivide default communicator from DD communicators
2020-06-26 M. Eric IrrgangImplement SimulatorBuilder.add() for BoxDeformationHandle.
2020-06-26 M. Eric IrrgangUse TopologyData.
2020-06-26 M. Eric IrrgangUse IonSwapping parameter.
2020-06-26 M. Eric IrrgangUse CenterOfMassPulling
2020-06-26 M. Eric IrrgangUse ReplicaExchange member instead of build() argument.
2020-06-26 M. Eric IrrgangUse SimulatorModules parameter.
2020-06-26 M. Eric IrrgangUse InteractiveMD SimulatorBuilder parameter.
2020-06-26 M. Eric IrrgangUse LegacyInput.
2020-06-26 M. Eric IrrgangUse ConstraintsParam.
2020-06-26 M. Eric IrrgangMove Profiling parameter out of simulatorbuilder.build()
2020-06-26 M. Eric IrrgangUse SimulatorEnv
2020-06-26 M. Eric IrrgangInterface for remaining SimulatorBuilder.add() methods.
2020-06-26 ejjordanCompletely encapsulate membed logic in MembedHolder
2020-06-26 Artem ZhmurovMake holder for simulation configuration
2020-06-26 Prashanth KanduriUse SimulatorStateData.
2020-06-26 ejjordanAdd MembedHolder for SimulatorBuilder.
2020-06-26 M. Eric IrrgangSimulatorBuilder.add() for StopHandlerBuilder.
2020-06-26 M. Eric IrrgangImplement SimulatorBuilder.build()
2020-06-24 Berk HessAdd class ListedForces
2020-06-19 M. Eric IrrgangRemove workaround for gcc bug 58265.
2020-05-26 Artem ZhmurovRemove the dependence on Constraints object on t_mdatoms
2020-05-12 Berk HessRefactor virtual site interface
2020-05-06 Paul BauerMerge branch 'origin/release-2020' into master
2020-04-27 Artem ZhmurovMove PBC setup out of the launchKernel(...) in GPU...
2020-04-23 Pascal MerzMake boxdeformation independent of t_commrec
2020-04-22 Pascal MerzMake init_dires independent of t_commrec
2020-04-08 Mark AbrahamFixes for clang-tidy-9
2020-04-07 Pascal MerzRequire explicit MPI_COMM for gmx_bcast and gmx_barrier
2020-04-03 M. Eric IrrgangPrune change-management.rst and update links.
2020-03-25 Artem ZhmurovMake use of the DeviceStreamManager
2020-03-19 Artem ZhmurovStore DeviceInformation inside the DeviceContext class
2020-03-16 Christian BlauRemove dysfunctional QMMM interface pt2
2020-03-13 Artem ZhmurovCombine initialization routines for GPUs assigned to...
2020-03-13 Mark AbrahamRequire padded atom data for PME GPU
2020-03-13 Artem ZhmurovMake DeviceStream into a class
2020-03-11 Artem ZhmurovFix the post-submit failures
2020-03-11 Artem ZhmurovTake over management of OpenCL context from PME and...
2020-03-09 Artem ZhmurovMake DeviceContext into a proper class
2020-03-09 M. Eric IrrgangConsolidate logic for whether to use ModularSimulator.
2020-03-05 Christian BlauAdd function calls to MdModules to sign up for notifica...
2020-03-04 Paul BauerMerge "Merge branch release-2020 into master"
2020-03-04 Paul BauerMerge branch release-2020 into master
2020-03-03 Artem ZhmurovMove the PmePPCommGpu initialization from forcerec...
2020-02-28 Paul BauerMerge branch release-2019 into release-2020
2020-02-25 Szilárd PállImprove GPU update tasks assignment consistency
2020-02-23 ejjordanUse more forward declarations to removed header depende...
2020-02-18 Christian BlauSplit MdModuleNotifications into topics
2020-02-17 Szilárd PállAdd simulation workload flag for dipole computation
2020-02-15 Alan GrayMultiple pulses for GPU Halo Exchange
2020-02-14 Pascal MerzFix reading of checkpoints with Parrinello-Rahman ...
2020-02-14 Pascal MerzMove modular simulator decision before checkpoint loading
2020-02-06 Artem ZhmurovMove DeviceInfo into GPU traits
2020-02-05 Artem ZhmurovMove non-bonded initialization out of the forcerec
2020-02-01 Artem ZhmurovMerge "Merge branch origin/release-2020 into master"
2020-01-28 Paul BauerMerge branch origin/release-2020 into master
2020-01-16 Szilárd PállFix PME run mode without PME
2020-01-15 Berk HessFix multisim with parallel simulation
next