Use gmx::Range in Nbnxm gridding functions
[alexxy/gromacs.git] / src / gromacs / mdlib / sim_util.cpp
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
2019-07-31 Szilárd PállFixes for F buffer ops change
2019-07-31 Szilárd PállMove cycle counting into the GPU bonded module
2019-07-31 Szilárd PállMove end of step GPU task launches to a function
2019-07-28 Berk HessRemoved generalized reaction-field
2019-07-19 Alan GrayF buffer operations in CUDA
2019-07-11 Szilárd PállUse HostVector for Grid/GridSet data need on-GPU
2019-07-01 Szilárd PállRefactor tracking of GPU short-range work/skipping
2019-07-01 Alan GrayBug fix and simplification for CUDA X Buffer Ops
2019-06-30 Szilárd PállCreate dedicated subcounter for nonbonded FEP
2019-06-28 Szilárd PállSeparate CPU NB kernel and buffer clearing subcounters
2019-06-28 Magnus LundborgFused GPU bonded kernels
2019-06-19 Berk HessRefactor PME atom handling
2019-06-18 Berk HessMake forcerec const in dispatchNonbondedKernel()
2019-06-14 Paul BauerMerge branch release-2018 into release-2019
2019-05-10 Alan GrayPosition buffer ops in CUDA
2019-05-04 Berk HessRemove PME exclusion correction
2019-05-03 Berk HessConvert manage_threading_t and gmx_enerdata_t to C++
2019-04-18 Berk HessRemove charge groups from domdec and localtop
2019-04-18 Mark AbrahamMove pull work struct out of inputrec
2019-04-16 Szilárd PállMove functions operating on enerdata out of force.cpp
2019-04-16 Szilárd PállGroup scheme related cleanup
2019-04-10 Mark AbrahamMake ImdSession into a Pimpl-ed class with factory...
2019-04-10 Mark AbrahamReform IMD module
2019-04-03 Mark AbrahamInitial deactivation of group scheme.
2019-04-02 Paul BauerRefactor gmx_group_t to SimulationAtomGroups
2019-03-28 Berk HessExtract nbnxm PairlistSets
2019-03-27 Prashanth KanduriMoving put_atoms_in_box_omp() to pbc.h
2019-03-27 Prashanth KanduriGetting rid of use_GPU(nbv) function
2019-03-26 Szilárd Pálldo_force_cutsVERLET cleanup
2019-03-19 Mark AbrahamUpdate ElectricField module
2019-03-19 Prashanth KanduriMove initialize_lambdas(...) to state
2019-03-18 Prashanth KanduriMoving do_constraints_first(...) to constr.h
2019-03-15 Berk HessChange nbnxn_search to class PairSearch
2019-03-13 Szilárd PállReorganize search-time code in do_force_cutsVERLET
2019-03-13 Szilárd PállAdd haveGpuBondedWork flag to PpForceWorkload
2019-03-13 Szilárd PállStart modularizing force workload setup
2019-03-07 Mark AbrahamEliminate mdlib/mdrun.h
2019-03-06 Mark AbrahamRevert "Eliminate mdlib/mdrun.h"
2019-03-06 Mark AbrahamEliminate mdlib/mdrun.h
2019-03-04 Paul BauerMerge "Merge branch release-2019"
2019-03-02 Szilárd PállEncapsulate force output setup in do_force_*
2019-03-02 Mark AbrahamMerge branch release-2019
2019-03-01 Szilárd PállClarify force buffer setup code in do_force
2019-02-28 Berk HessUse unique_ptr in nonbonded_verlet_t
2019-02-27 Berk HessCollect dispersion correction code
next