Replace t_grps with std::vector
[alexxy/gromacs.git] / src / gromacs / mdlib / forcerec.cpp
2019-05-03 Paul BauerReplace t_grps with std::vector
2019-05-03 Berk HessConvert manage_threading_t and gmx_enerdata_t to C++
2019-04-30 Berk HessAdd con/destructor for t_forcetable
2019-04-30 Berk HessConvert DispersionCorrection to a class
2019-04-18 Berk HessRemove charge groups from domdec and localtop
2019-04-17 Berk HessRemove group scheme search code
2019-04-16 Szilárd PállRemove "coarse load balancing vars" from forcerec
2019-04-04 Carsten KutznerEarly exit from mdrun if group scheme is detected in...
2019-04-03 Mark AbrahamInitial deactivation of group scheme.
2019-04-02 Paul BauerRefactor gmx_group_t to SimulationAtomGroups
2019-03-27 Prashanth KanduriMoving put_atoms_in_box_omp() to pbc.h
2019-03-02 Mark AbrahamMerge branch release-2019
2019-02-28 Berk HessUse unique_ptr in nonbonded_verlet_t
2019-02-27 Berk HessUse new/delete for t_forcerec
2019-02-27 Berk HessCollect dispersion correction code
2019-02-21 Berk HessSimplify make_pairlist() call signature
2019-02-20 Paul BauerMerge branch 'release-2019' into master
2019-02-17 Berk HessUse enum class for nbnxm locality
2019-02-16 Berk HessMove nbnxn files to nbnxm directory
2019-02-07 Roland SchulzRevert size to be unsigned for ArrayRef
2019-02-04 Mark AbrahamRemove SIMD support from group scheme
2019-02-04 Roland SchulzRename all source files from - to _ for consistency.
2019-02-04 Roland SchulzReplace compat::make_unique with std::make_unique
2019-02-02 Roland SchulzRenamed listed-forces to listed_forces
2019-01-30 Mark AbrahamMerge remote branch release-2018 into release-2019
2019-01-25 Mark AbrahamBump required gcc compiler to 5.1
2019-01-23 Roland SchulzMerge release-2019 into master
2019-01-23 Roland SchulzMerge release-2018 into release-2019
2019-01-22 Berk HessConvert NbnxnPairlistGpu to C++
2019-01-21 Berk HessConvert nbnxn_atomdata_t to C++
2019-01-07 Mark AbrahamFinish removing group-scheme all-vs-all support
2019-01-02 Mark AbrahamMerge branch release-2019
2018-12-31 Paul BauerMerge branch release-2018 into release-2019
2018-12-21 Kevin BoydFix small leak in forcerec
2018-12-19 Paul BauerMerge "Merge release-2019 branch into master"
2018-12-18 Szilárd PállMerge release-2019 branch into master
2018-12-17 Paul BauerMerge branch release-2018 into release-2019
2018-12-10 Paul BauerUse more const references in topology code
2018-11-28 Mark AbrahamIntroduce GpuBonded
2018-11-21 Paul BauerMerge branch release-2018 into release-2019
2018-11-20 Mark AbrahamMerge "Merge release-2019 into master"
2018-11-16 Roland SchulzMerge release-2019 into master
2018-11-05 Paul BauerMake QM/MM code always compile
2018-10-31 Jonathan VincentAdd CUDA bonded kernels
2018-10-26 Mark AbrahamMerge branch release-2018 into release-2019
2018-10-16 Mark AbrahamTask assignment for bonded interactions on CUDA GPUs
2018-10-12 Berk HessImplement assigning bondeds to the GPU
2018-09-13 Berk HessAdd C++ version of t_ilist
2018-09-09 Paul BauerRemove macro for group type in topology
2018-08-29 Mark AbrahamMerge branch release-2018
2018-08-29 Berk HessRefactor wall potential calculation
2018-08-24 Mark AbrahamMerge branch release-2018
2018-08-18 Roland Schulzreadability-implicit-bool-conversion 2/2
2018-08-18 Roland Schulzreadability-implicit-bool-conversion 1/2
2018-08-18 Roland Schulzclang-tidy modernize
2018-08-08 Roland SchulzFix part of old-style casting
2018-08-08 Roland SchulzRemove gmx custom fixed int (e.g. gmx_int64_t) types
2018-08-04 Roland Schulzclang-tidy: modernize make-unique/shared
2018-07-16 Roland SchulzWarn for type mismatch for gmx printf like functions 1/3
2018-07-11 Roland SchulzClang warnings
2018-07-10 Roland SchulzClang warnings: unreachable
2018-07-04 Roland SchulzMerge release-2018 into master
2018-07-03 Roland SchulzChange ArrayRef::size_type to signed
2018-07-02 Mark AbrahamRemove some pieces from forcerec.h
2018-06-29 Roland Schulzclang-tidy: add modernize nullptr & emplace
2018-06-28 Berk HessChange BlockRanges to class RangePartitioning
2018-06-28 Roland Schulzclang-tidy: 4 readability checks
2018-05-25 Mark AbrahamClean up force.h and its use
2018-05-24 Mark AbrahamRemove bDomDec from t_forcerec
2018-05-24 Mark AbrahamMove responsibility for bonded threading decomposition
2018-05-24 Berk HessChange nbs in nbv to std::unique
2018-05-23 Berk HessConvert nbnxn_search to C++
2018-05-03 Mark AbrahamMerge branch release-2018
2018-04-13 Mark AbrahamMerge branch release-2018
2018-04-12 Mark AbrahamRemove use of where(), if DEBUG etc.
2018-04-03 Berk HessConvert gmx_mtop_t to C++
2018-04-03 Mark AbrahamMerge "Merge branch release-2018"
2018-03-28 Mark AbrahamFree more memory in grompp and mdrun
2018-03-28 Berk HessRemove mols from gmx_mtop_t
2018-03-28 Mark AbrahamMerge branch release-2018
2018-03-20 Mark AbrahamMerge branch release-2016 into release-2018
2018-03-14 Mark AbrahamMake a persistent physical node communicator
2018-03-13 Mark AbrahamAdd more const to uses of t_commrec and t_inputrec
2018-03-13 Mark AbrahamMerge "Merge branch release-2018"
2018-03-06 Berk HessConvert t_filenm to C++
2018-03-06 Mark AbrahamMerge branch release-2018
2018-03-05 Berk HessWork around gcc bug with group kernel tables
2018-02-27 Aleksei IupinovMerge branch 'release-2018'
2018-02-16 Mark AbrahamMerge branch release-2016 into release-2018
2018-02-16 Mark AbrahamMerge branch release-2018 into master
2018-02-14 Mark AbrahamMerge branch release-2016 into release-2018
2018-02-14 Szilárd PállRemove barriers preventing texture reference races
2018-02-13 Mark AbrahamSeparate multisim from commrec
2018-02-12 Szilárd PállRemove texture reference support in the CUDA
2018-02-09 Mark AbrahamMerge branch release-2018
2018-02-08 Mark AbrahamMerge branch release-2016 into release-2018
2018-02-08 Mark AbrahamMerge "Merge branch 'release-2018' into master"
2018-02-08 Aleksei IupinovMerge branch 'release-2018' into master
2018-02-05 Berk HessSet cutoff modifiers in forcerec
2018-01-30 Mark AbrahamReplace macros for multi-sim
next