SYCL: Avoid using no_init read accessor in rocFFT
[alexxy/gromacs.git] / src / gromacs / mdrun / md.cpp
2020-09-03 Alan GrayFix bug it GPU halo exchange initialization for continu...
2020-09-02 Berk HessEnable splitting of listed interaction calculation
2020-08-31 Paul BauerMerge branch 'release-2020' into master
2020-08-27 Berk HessAdd ForceBuffers class
2020-08-20 Magnus LundborgMake it possible to use FEP lambda states as a reaction...
2020-08-17 Mark AbrahamSupport oneAPI in gitlab CI
2020-08-13 Christian BlauRemove superfluous math utility functions
2020-07-31 Mark AbrahamMove code to prepare for multisim class
2020-07-29 Kevin BoydFix undefined behavior flagged by UBSAN
2020-07-14 Pascal MerzSeparate energy data and element
2020-07-06 Berk HessMove foreign potential energy accumulation
2020-07-05 Gaurav GargFix cycle counters for "comm.coord" and "Wait + Comm...
2020-06-26 Berk HessMove dispersion correction call to do_force()
2020-06-24 Berk HessAdd class ListedForces
2020-06-09 Artem ZhmurovMake SD stuff private for update.cpp
2020-06-09 Artem ZhmurovMake SD stuff private for update.cpp
2020-06-08 Artem ZhmurovMove constraints related logic to constraints file
2020-05-26 Artem ZhmurovRemove the dependence on Constraints object on t_mdatoms
2020-05-23 Artem ZhmurovRemove dependence on t_mdatoms from pull code
2020-05-12 Berk HessRefactor virtual site interface
2020-05-06 Paul BauerMerge branch 'origin/release-2020' into master
2020-04-27 Artem ZhmurovFix the removal of COM velocity in case of GPU update
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-07 Pascal MerzMake global topology constant in energyOutput.printAnne...
2020-04-06 Berk HessMove force buffer resizing to mdsetup
2020-04-03 M. Eric IrrgangPrune change-management.rst and update links.
2020-04-03 Pascal MerzFix expanded ensemble on checkpoint restarts
2020-03-25 Artem ZhmurovMake use of the DeviceStreamManager
2020-03-18 Berk HessRemove use of graph in do_force()
2020-03-13 Artem ZhmurovMake DeviceStream into a class
2020-03-11 Artem ZhmurovTake over management of OpenCL context from PME and...
2020-03-05 Berk HessAdd InteractionDefinitions
2020-03-04 Paul BauerMerge "Merge branch release-2020 into master"
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
next