Use more forward declarations to removed header dependencies
[alexxy/gromacs.git] / src / gromacs / mdlib / sim_util.cpp
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
2019-10-01 Artem ZhmurovStatePropagatorDataGpu object to manage GPU forces...
2019-10-01 Berk HessCompletely remove charge groups
2019-09-30 Carsten KutznerMove ForceProviders class into the gmx namespace
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 Mark AbrahamUse GPU halo exchange only when compatible DD is available
2019-09-19 Berk HessAdd haveFreeEnergyWork to DomainLifetimeWorkload flags
2019-09-18 Szilárd PállSet up workload data structures
2019-09-18 Alan GrayGPU Force Halo Exchange
2019-09-16 Szilárd PállRefactor GPU buf ops-related launches in do_force()
2019-09-16 Alan GrayGPU halo exchange
2019-09-12 Szilárd PállReorganize on-GPU PME force reduction flag handling
2019-09-12 Berk HessEnable TPI with the Verlet cut-off scheme
2019-09-11 Artem ZhmurovDecouple GPU force buffer management from buffer ops...
2019-09-11 Artem ZhmurovDecouple coordinates buffer management from buffer...
2019-09-11 Artem ZhmurovReorganize PME code:
2019-09-10 Szilárd PállEliminate raw force flags in do_force_lowlevel()
2019-09-09 Szilárd PállPass gmx::ForceFlags to CPU nbnxm dispatch code
2019-09-09 Szilárd PállPass the new gmx::ForceFlags to the nbnxm module
2019-09-04 Szilárd PállCentralize more MD/force shedule flags
2019-08-28 Szilárd PállMove nonbonded GPU wait timing into the GPU module
2019-08-23 Mark AbrahamUpdate clang-tidy to clang version 8
2019-08-22 Mark AbrahamMerge branch release-2019
2019-08-20 Mark AbrahamApply clang-tidy-8 readability-uppercase-literal-suffix
2019-08-20 Berk HessUse shiftForces in ForceOuputs
2019-08-20 Berk HessFix missing bonded forces with CUDA GPUs and DD
2019-08-16 Szilárd PállFix sim_util.cpp copyright header
2019-08-15 Alan GrayPME reduction for CUDA F buffer operations
2019-08-06 Berk HessAdd ForceWithShiftForces class
2019-08-05 Berk HessMake box const in do_force()
2019-08-05 Berk HessChange ForceOutputs to a class
2019-08-01 Berk HessRemove a pointer in t_forcerec
2019-08-01 Paul BauerMerge release-2019 into master
2019-07-31 Szilárd PállStore wcycle pointer in nonbonded_verlet_t
next