Remove GMX_FORCE_DO_NOT_NEED_NORMAL_FORCE legacy flag in do_force()
[alexxy/gromacs.git] / src / gromacs / mdlib / sim_util.cpp
2021-05-11 Szilárd PállRemove GMX_FORCE_DO_NOT_NEED_NORMAL_FORCE legacy flag...
2021-05-10 Szilárd PállMove PME-GPU do_force() local bool into stepWorkload
2021-05-07 Paul BauerMerge branch release-2021 into merge-2021-into-master
2021-05-06 Paul BauerRemove UB in ArrayRef from array
2021-05-05 Joe JordanPass ArrayRefs to dispatchNonbondedKernel
2021-05-04 ejjordanRemove mdatoms from do_walls
2021-04-20 Paul BauerFix clang-format
2021-04-20 Joe JordanUse enum class for gmx_omp_nthreads
2021-04-15 Andrey AlekseenkoEnsure coordinates are copied for dipole moment calculation
2021-04-14 Paul BauerModernize wallcycle counting
2021-04-13 Gaurav GargRemove thread-MPI limitation for GPU PP Halo exchange
2021-04-12 Joe JordanReplace defines with constexpr in ishift
2021-04-02 Andrey AlekseenkoEnsure coordinates are copied for dipole moment calculation
2021-03-31 Alan GrayRemove PME coordinate send code duplication
2021-03-30 kanduriTurn t_forcerec.shift_vec into an std::vector of gmx...
2021-03-29 Alan GrayAvoid unnecessary CPU force buffer clearing
2021-03-26 Joe JordanUse ArrayRefs instead of mdatoms in gmx_nb_free_energy_...
2021-03-25 ejjordanArrayRef and const ref in gmx_nb_free_energy_kernel
2021-03-25 Joe JordanUse ArrayRef in special forces
2021-03-25 Joe JordanUse ArrayRef in signatures of constraints and some...
2021-03-24 Andrey AlekseenkoAdd missing GMX_ASSERT(haveCopiedXFromGpu)
2021-03-24 ejjordanRemove nb_kernel_data_t
2021-03-24 ejjordanRemove unneeded members from nb_kernel_data_t
2021-03-23 Joe JordanUse ArrayRef in calc_mu
2021-03-19 Andrey AlekseenkoUse DeviceBuffer<RVec> in GPU force reduction and PME...
2021-03-19 Paul BauerRemove mdatoms from forceprovider call signature
2021-03-19 Joe JordanUse ArrayRef in ewald_LRcorrection
2021-03-19 Joe JordanMake non bonded energy terms enum class
2021-03-12 Alan GrayMove responsibility for GPU force clearing to state...
2021-03-10 Joe JordanRemove param fillLocal, which was always false, from...
2021-03-10 Andrey AlekseenkoRevert "Wrap more device pointers in DeviceBuffer"...
2021-03-10 Andrey AlekseenkoWrap more device pointers in DeviceBuffer
2021-03-09 Joe JordanUse constexpr for physical constants and move them...
2021-03-08 Andrey AlekseenkoFix "wait before marking" synchronization bug
2021-03-05 Paul BauerMerge branch release-2020 into merge-2020-into-2021
2021-02-22 Joe JordanHold unique_ptr for interaction_const in forcerec
2021-02-22 Paul BauerRefactor md_enums
2021-02-18 Szilárd PállClean up box vector constants in do_force
2021-02-16 Joe JordanUse const ref to inputrec in do_force
2021-02-15 Pascal MerzMake the restraint history const during force calculation
2021-02-12 Mark AbrahamMerge branch release-2021 into master
2021-01-29 Mark AbrahamMerge branch release-2021
2021-01-28 Alan GrayMove initiation of local CPU force H2D transfer to...
2021-01-07 Paul BauerMerge branch release-2020 into merge-2020-into-2021
2020-12-18 Mark AbrahamMerge branch release-2021
2020-12-16 M. Eric IrrgangApply re-formatting to C++ in src/ tree.
2020-11-24 Paul BauerMerge branch 'origin/release-2021' into merge-2021...
2020-11-24 Paul BauerMerge branch 'origin/release-2020' into merge-2020...
2020-11-10 Szilárd PállGPU codepath cycle counting fixes
2020-11-05 Paul BauerMerge branch 'origin/release-2021' into merge-2021...
2020-11-04 Alan GrayAllow GPU update without GPU DD
2020-10-20 Paul BauerMerge branch 'origin/release-2020' into merge-release...
2020-10-16 Alan GrayFix for force copy dependency of GPU force reduction
2020-10-13 Joe JordanFix segfault in pull reading
2020-10-09 Berk HessAdd MTS support for pull and AWH
2020-10-07 Paul BauerMerge branch 'origin/release-2020' into merge-release...
2020-10-02 Alan GrayUse workload data structures for GPU halo exchange...
2020-09-30 Berk HessMove computeSlowForces into stepWork
2020-09-29 Alan GrayRedevelopment of GPU Force Reduction/Buffer Ops
2020-09-28 Alan GrayRemove single-dimension limitation from GPU halo exchange
2020-09-18 Berk HessRemove cutoff_scheme from t_forcerec and interaction_co...
2020-09-17 Berk HessMove bNonbonded flag from t_forcerec to SimulationWorkload
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
next