Renamed listed-forces to listed_forces
[alexxy/gromacs.git] / src / gromacs / mdrun / md.cpp
2019-02-02 Roland SchulzRenamed listed-forces to listed_forces
2019-01-23 Roland SchulzMerge release-2019 into master
2019-01-23 Roland SchulzMerge release-2018 into release-2019
2019-01-22 Mark AbrahamRemove init_md and improve init_em
2019-01-21 Kevin BoydConvert gmx_update_t to C++
2019-01-09 Kevin BoydClean up PME load balancing struct
2019-01-07 Kevin BoydClean up ekind struct
2019-01-06 Kevin BoydConvert t_vcm to C++, plugging a memory leak
2019-01-04 Paul BauerChange gmx_localtop_t to C++
2019-01-02 Kevin BoydFree topology in non-DD simulations
2019-01-02 Mark AbrahamMerge branch release-2019
2018-12-31 Kevin BoydOnly report intra-sim communication with multiple ranks
2018-12-31 Paul BauerMerge branch release-2018 into release-2019
2018-12-27 Kevin BoydUse std::vector for trotter_seq
2018-12-21 Kevin BoydFree global_stat at end of do_md
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 Kevin BoydFix memory leak at end of do_md
2018-12-17 Paul BauerMerge branch release-2018 into release-2019
2018-12-03 Paul BauerFix energy history reading
2018-11-29 Magnus LundborgMake pull with COM from previous step work with MPI
2018-11-22 Mark AbrahamIntroduce PpForceWorkload
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-10-31 Berk HessFix FP exception in energy reduction
2018-10-31 Berk HessCorrect VV integrator nstcalcenergy use
2018-10-31 Berk HessCorrect grompp nstexpanded/nstcalcenergy check
2018-10-26 Mark AbrahamMerge branch release-2018 into release-2019
2018-10-25 Mark AbrahamIntroduce ArrayRefWithPadding
2018-10-15 Magnus LundborgEnable output of average pull force and positions.
2018-10-13 Mark AbrahamDeprecate various functionality in GROMACS 2019
2018-10-10 Berk HessMove pull output functions to output.cpp
2018-10-08 Mark AbrahamImplement PaddedVector
2018-10-03 Magnus LundborgAllow using COM of previous step as PBC reference
2018-09-29 Szilárd PállFix constraints cycle counting
2018-09-28 Mark AbrahamMake some symbols in gmxpre-config.h always defined
2018-09-25 Pascal MerzRemove obsolete braces in do_md()
2018-09-25 Pascal MerzRemove rerun from do_md
2018-09-24 Berk HessFix performance report when init_step!=0
2018-09-18 Mark AbrahamSeparated partitioning and dlb code within domdec
2018-09-18 Pascal MerzIntroduce stop handler
2018-09-18 Pascal MerzIntroduce checkpoint handler
2018-09-18 Pascal MerzIntroduce reset handler
2018-09-18 Berk HessRefactor ddbox handling
2018-09-14 Roland SchulzWarn for type mismatch for gmx printf like functions 3/3
2018-09-13 Mark AbrahamEliminate main.h
2018-09-11 Mark AbrahamImprove DD logging
2018-09-11 Pascal MerzInitialize total_vir and pres in init_md
2018-08-29 Mark AbrahamMerge branch release-2018
2018-08-24 Mark AbrahamMerge branch release-2018
2018-08-22 Mark AbrahamFix handling of counter resets
2018-08-18 Roland Schulzreadability-implicit-bool-conversion 2/2
2018-08-18 Roland Schulzclang-tidy modernize
2018-08-08 Christian BlauLocal atom sets in rotational pulling.
2018-08-08 Christian BlauMake essential dynamics a C++ type.
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-07 Christian BlauLocal atom sets in compEL / ion swapping code.
2018-08-05 Mark AbrahamReform enforced rotation working data
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-04 Roland SchulzMerge release-2018 into master
2018-06-28 Roland Schulzclang-tidy: 4 readability checks
2018-06-13 Mark AbrahamCall Constraints::setConstraints with other setup code
2018-06-06 Mark AbrahamMove IMD initialization and fuse DD setup
2018-06-05 Mark AbrahamMake proper BoxDeformation class
2018-06-05 Mark AbrahamMake Constraints a proper class
2018-06-04 Mark AbrahamUpdate Awh initialization and lifetime management
2018-06-04 Mark AbrahamRemove redundant shell-code fatal errors
2018-05-24 Mark AbrahamMove responsibility for bonded threading decomposition
2018-05-23 Berk HessSplit off collect.cpp from domdec.cpp
2018-05-04 Mark AbrahamMerge "Merge branch release-2018"
2018-05-04 Mark AbrahamMore const correctness
2018-05-03 Mark AbrahamMerge branch release-2018
2018-04-25 Mark AbrahamRefactor SD update
2018-04-17 Mark AbrahamShift per-step control logic to do_md
2018-04-17 Mark AbrahamBreak apart update_constraints
2018-04-13 Mark AbrahamMerge branch release-2018
2018-04-12 Mark AbrahamRemove use of where(), if DEBUG etc.
2018-04-05 Mark AbrahamSimplified handling of simulation runners
2018-04-05 Mark AbrahamCreate gromacs/mdrun module and move code there