Merge branch release-2020 into master
[alexxy/gromacs.git] / src / gromacs / mdrun / md.cpp
2020-03-04 Paul BauerMerge branch release-2020 into master
2020-02-28 Paul BauerMerge branch release-2019 into release-2020
2020-02-25 Magnus LundborgFix out of sync checkpoint files in simulations sharing...
2020-02-24 Pascal MerzUse ArrayRef in compute_globals
2020-02-21 Berk HessAdd fatal error when multisim runs sharing state have...
2020-02-15 Alan GrayMultiple pulses for GPU Halo Exchange
2020-02-10 Szilárd PállAvoid (re)initializing GPU update without DD
2020-02-06 Szilárd PállRemove mu_tot from compute_globals()
2020-02-03 Artem ZhmurovEnable GPU update for supported cases of FEP
2020-02-01 Artem ZhmurovMerge "Merge branch origin/release-2020 into master"
2020-01-29 Artem ZhmurovRename UpdateConstraintsCuda to UpdateConstraintsGpu
2020-01-28 Paul BauerMerge branch origin/release-2020 into master
2020-01-09 Artem ZhmurovChange signature of the setPbc(...) method in update...
2020-01-09 Artem ZhmurovMake PBC type enumeration into PbcType enum class
2020-01-09 Mark AbrahamClean up ewald module internals
2020-01-08 Roland SchulzMerge release-2019 into release-2020
2020-01-07 Paul BauerMerge branch origin/release-2020 into master
2020-01-07 Paul BauerMerge commit d30f2cb6 from release-2020 into master
2019-12-27 Paul BauerMerge origin/release-2019 into release-2020
2019-12-19 Alan GrayFix PME tuning issue when PME-PP communications are...
2019-12-19 Szilárd PállPP-PME load balancing improvements
2019-12-19 Berk HessFix mdrun appending invalidating energy files
2019-12-17 Szilárd PállComment the use of waitCoordinatesCopiedToDevice
2019-12-13 Artem ZhmurovClean up outdated comments in md.cpp
2019-12-12 Artem ZhmurovAllow using GPU update with DD and update groups
2019-12-11 Artem ZhmurovEnable most of the pulling flavors with GPU update
2019-12-03 Paul BauerRevert "Enable GPU update with DD when GPU comm feature...
2019-12-03 Alan GrayEnable GPU update with DD when GPU comm features are...
2019-11-30 Paul BauerMerge origin/release-2020 into master
2019-11-29 Mark AbrahamMerge branch release-2019 into release-2020
2019-11-29 Artem ZhmurovRename some variables in GPU Update
2019-11-28 Artem ZhmurovFix pressure coupling with GPU update
2019-11-27 Artem ZhmurovCombine two booleans in md loop
2019-11-25 Artem ZhmurovUse same matrix for Parrinello-Rahman and Berendsen...
2019-11-21 Mark AbrahamMerge branch release-2020
2019-11-20 Artem ZhmurovAdd D2H copies for the checkpointing
2019-11-20 Artem ZhmurovMove the copy of the velocities for the output closer...
2019-11-20 Paul BauerMerge 'origin/release-2019' into release-2020
2019-11-20 Alan GrayMove pmePpCommGpu reset outside do_md
2019-11-13 Artem ZhmurovUse same matrix for Parrinello-Rahman and Berendsen...
2019-11-07 Paul BauerApply clang-format to source tree
2019-10-31 Artem ZhmurovRemove excessive H2D and D2H copies of forces when...
2019-10-31 Berk HessUpdate GPU update restrictions
2019-10-29 Berk HessDisable pressure coupling with GPU update
2019-10-29 Paul BauerMerge "Merge branch 'release-2019' into master"
2019-10-29 Paul BauerMerge branch 'release-2019' into master
2019-10-29 Alan GrayExplicitly destroy PME-PP GPU communication object
2019-10-28 Artem ZhmurovFix missing coordinate D2H copy with GPU update and...
2019-10-28 Szilárd PállExtend SimulationWorkload with CPU flags
2019-10-23 Berk HessMove locality.h from nbnxm to mdtypes
2019-10-22 Berk HessRequire -ei for essential dynamics
2019-10-18 Artem ZhmurovRemove excessive H2D and D2H coordinates copies when...
2019-10-18 Artem ZhmurovRemove excessive H2D and D2H copies of velocities when...
2019-10-16 Artem ZhmurovLink GPU force producer and consumer tasks
2019-10-12 Artem ZhmurovCentralize management of coordinates ready on GPU event
2019-10-10 Szilárd PállMigrate code to using SimulationWorkload flags
2019-10-10 Paul BauerBasic population of simulation workload
2019-10-09 Szilárd PállAdd GPU event to mark that coordinate update is done
2019-10-07 Artem ZhmurovPass the GPU streams to StatePropagatorDataGpu constructor
2019-10-01 Artem ZhmurovStatePropagatorDataGpu object to manage GPU forces...
2019-10-01 Berk HessAlways output correct kinetic at last step
2019-09-27 Artem ZhmurovSlight improvements to GPU update/constraints initializ...
2019-09-27 Artem ZhmurovIntroduce stream management to GPU Update-Constraints
2019-09-26 Berk HessMade mdrun appending work again
2019-09-25 Szilárd PállMerge remote-tracking branch 'origin/release-2019'
2019-09-24 Paul BauerMerge branch release-2019 into master
2019-09-19 Paul BauerAdd basic interface to run update on GPU
2019-09-18 Szilárd PállSet up workload data structures
2019-09-17 Pascal MerzMinor tweaks to sum_dhdl and setCurrentLambdasLocal
2019-09-17 Berk HessRemove spurious newline from log file
2019-09-17 Pascal MerzEnable checkpointing for modular simulator
2019-09-12 Artem ZhmurovChange PaddedVector to PaddedHostVector for force CPU...
2019-09-07 Pascal MerzMake pme_loadbal_do() independent of t_state
2019-09-06 Christian BlauAdding energy output field for density fitting
2019-09-05 Pascal MerzMake do_constrain_first() independent of t_state
2019-09-04 Szilárd PállCentralize more MD/force shedule flags
2019-09-03 Artem ZhmurovAdd Parrinello-Rahman pressure coupling to CUDA Leap...
2019-09-01 Christian BlauAdd checkpointing for MdModules
2019-08-26 Artem ZhmurovAdd temperature coupling to CUDA Leap-Frog integrator
2019-08-22 Mark AbrahamMerge branch release-2019
2019-08-20 Mark AbrahamApply clang-tidy-8 readability-uppercase-literal-suffix
2019-08-20 Mark AbrahamFix issues for clang-analyzer-8
2019-08-14 Mark AbrahamFix vv integrators
2019-08-09 Artem ZhmurovPrepare Update and Constraints for Domain Decomposition
2019-08-05 Pascal MerzMove ownership of kinetic energy object to ISimulator
2019-08-01 Mark AbrahamMerge "Merge release-2019 into master"
2019-08-01 Paul BauerMerge release-2019 into master
2019-07-31 Berk HessRemove unused CGLO_INITIALIZATION
2019-07-31 Berk HessRemove vcm removal from compute_globals()
2019-07-31 Pascal MerzRename Simulator to LegacySimulator
2019-07-29 Berk HessAdd initialization to t_nrnb
2019-07-11 Pascal MerzGet rid of clang-tidy warning in do_md/rerun/mimic
2019-07-11 Pascal MerzRemove dependence of compute_globals on t_state
2019-07-11 Pascal MerzMake relax_shell_flexcon independent of t_state
2019-07-03 Artem ZhmurovCombine CUDA Leap-Frog, LINCS and SETTLE. II.
2019-07-01 Alan GrayBug fix and simplification for CUDA X Buffer Ops
2019-06-18 Artem ZhmurovCombine CUDA Leap-Frog, LINCS and SETTLE. I.
2019-06-14 Paul BauerMerge branch release-2018 into release-2019
2019-05-25 Pascal MerzRename Integrator class
2019-05-24 Artem ZhmurovClarify the EnergyOutput III
next