SYCL: Avoid using no_init read accessor in rocFFT
[alexxy/gromacs.git] / src / gromacs / mdlib / sim_util.cpp
2020-09-08 Paul BauerMove densityfitting to its own directory
2020-09-02 Berk HessMove listed and wall forces out of do_force_lowlevel()
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-04 Erik LindahlSimplified uniform GPU selection in CMake
2020-07-31 Berk HessMove foreign potential energy accumulation
2020-07-20 Magnus LundborgTwo sets of coefficients for Coulomb FEP PME on GPU
2020-07-06 Berk HessMove foreign potential energy accumulation
2020-06-26 Berk HessMove dispersion correction call to do_force()
2020-06-24 Berk HessAdd class ListedForces
2020-05-23 Artem ZhmurovRemove dependence on t_mdatoms from pull code
2020-05-20 Berk HessRemove t_mdatoms from Nbnxm setAtomProperties()
2020-05-14 Berk HessExtract postProcessForceWithShiftForces()
2020-05-12 Berk HessExtract helper force buffers to a separate class
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-27 Mark AbrahamImproved some logic in do_force
2020-04-06 Berk HessMove force buffer resizing to mdsetup
2020-03-18 Berk HessRemove use of graph in do_force()
2020-03-18 Berk HessUse WholeMoleculeTransform for orires and epsilon-surface
2020-03-18 Berk HessAdd WholeMoleculeTransform class
2020-03-16 Christian BlauRemove dysfunctional QMMM interface pt2
2020-03-11 Szilárd PállReorganize dipole calculation in do_force
2020-03-05 Mark AbrahamSimplify PME step workload management
2020-03-05 Berk HessAdd InteractionDefinitions
2020-03-04 Alan GrayFix seg fault caused by unintended GPU PME coordinate...
2020-03-04 Paul BauerMerge "Merge branch release-2020 into master"
2020-03-04 Paul BauerMerge branch release-2020 into master
2020-03-03 Alan GrayAllow PME coordinate send before H2D coordinate transfer
2020-03-03 Magnus LundborgStore dHdL for all neighbor lambdas
2020-02-28 Paul BauerMerge branch release-2019 into release-2020
2020-02-23 ejjordanUse more forward declarations to removed header depende...
2020-02-23 Mark AbrahamRemoved unused PME gather functionality
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-01 Artem ZhmurovMerge "Merge branch origin/release-2020 into master"
2020-01-31 Szilárd PállEliminate the legacyFlags manipulation in do_force()
2020-01-31 Szilárd PállRemove BufferOpsUseGpu enum
2020-01-29 Artem ZhmurovRemove the rest of the device coordinates management...
2020-01-28 Paul BauerMerge branch origin/release-2020 into master
2020-01-16 Mark AbrahamMake nbnxm headers more self-contained
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-31 Artem ZhmurovFix gpuupdate matrix
2019-12-27 Paul BauerMerge origin/release-2019 into release-2020
2019-12-18 Alan GrayFix conditional on assertion for combining GPU Update...
2019-12-18 Szilárd PállAllow x D2H to overlap with GPU force compute
2019-12-16 Berk HessUse ListOfLists in gmx_mtop_t and gmx_localtop_t
2019-12-12 Szilárd PállAllow overlapping CPU force H2D with compute
2019-12-12 Paul BauerMerge branch 'origin/release-2020' into master
2019-12-12 Artem ZhmurovAllow using GPU update with DD and update groups
2019-11-30 Paul BauerMerge origin/release-2020 into master
2019-11-29 Mark AbrahamMerge branch release-2019 into release-2020
2019-11-28 Artem ZhmurovFix pressure coupling with GPU update
2019-11-27 Alan GrayEvent-based Dependency for GPU Force Halo Exchange
2019-11-26 Alan GrayBug fix for nonlocal D2H coordinate transfer synchroniz...
2019-11-21 Mark AbrahamMerge branch release-2020
2019-11-20 Paul BauerMerge 'origin/release-2019' into release-2020
2019-11-15 ejjordanFuse two adjacent neighbor search branches in do_force
2019-11-14 ejjordanRemove useGpuNonbonded from launchGpuEndOfStepTasks...
2019-11-07 Paul BauerApply clang-format to source tree
2019-11-01 Alan GrayRemove energy step dependence on GPU force buffer ops
2019-11-01 Berk HessAdd haveEwaldSurfaceContribution to SimulationWorkload
2019-10-31 Alan GrayBug fix for event passed to GPU comm features
2019-10-31 Artem ZhmurovRemove excessive H2D and D2H copies of forces when...
2019-10-30 Berk HessFix walls with GPU update
2019-10-29 Berk HessFix Ewald dipole correction 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-28 Artem ZhmurovFix missing coordinate D2H copy with GPU update and...
2019-10-28 Artem ZhmurovAdd haveCpuLocalForces flag to DomainLifetimeWorkload
2019-10-28 Szilárd PállExtend SimulationWorkload with CPU flags
2019-10-23 Berk HessMove locality.h from nbnxm to mdtypes
2019-10-23 Berk HessUse gmx::Range in Nbnxm gridding functions
2019-10-22 Artem ZhmurovRename havePositionRestraints(...) to haveRestraints...
2019-10-21 Alan GrayGPU Coordinate PME/PP Communications
2019-10-18 Alan GrayGPU Receive for PME/PP GPU Force Communications
2019-10-18 Artem ZhmurovRemove excessive H2D and D2H coordinates copies when...
2019-10-17 Szilárd PállEliminate spurious GPU->CPU copy
2019-10-16 Szilárd PállMake the wait on nonbonded GPU results conditional
2019-10-15 Szilárd PállTrigger synchronizer when local forces are ready
2019-10-15 Alan GrayPME/PP GPU Pimpl Class and GPU->CPU Communication for...
2019-10-15 Szilárd PállLink GPU coordinate producer and consumer tasks
2019-10-13 Szilárd PállEnable StatePropagatorGpuData for force transfers
2019-10-13 Szilárd PállMove buffer ops / PME F reduction flags into StepWorkload
2019-10-12 Artem ZhmurovCentralize management of forces ready on GPU event
2019-10-12 Berk HessAdd class FixedCapacityVector
2019-10-11 Artem ZhmurovWrong locality was used when ignoring the PME force...
2019-10-10 Szilárd PállMigrate code to using SimulationWorkload flags
2019-10-10 Szilárd PállRemove incorrect GPU task dependency
2019-10-10 Szilárd PállPass list of EventSynchronizers to GPU reduction
2019-10-10 Paul BauerBasic population of simulation workload
2019-10-08 Berk HessMake nbnxm a proper module
2019-10-08 Prashanth KanduriFused two if branches with the same conditional
next