Rename all source files from - to _ for consistency.
[alexxy/gromacs.git] / src / gromacs / domdec / domdec.cpp
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-23 Roland SchulzMerge release-2018 into release-2019
2018-12-31 Paul BauerMerge branch release-2018 into release-2019
2018-12-17 Paul BauerMerge branch release-2018 into release-2019
2018-11-21 Paul BauerMerge branch release-2018 into release-2019
2018-10-26 Mark AbrahamMerge branch release-2018 into release-2019
2018-10-18 Berk HessAdd env.var. to disable update groups
2018-10-09 Roland SchulzFix MSAN errors
2018-10-08 Berk HessEnable update groups
2018-10-05 Berk HessAdd update groups to DD atom displacement
2018-10-02 Berk HessUpdate DD cutoffs for update groups
2018-09-29 Berk HessAdd UpdateGroupsCog to DD
2018-09-28 Mark AbrahamUse more default initialization of mdrun structs
2018-09-22 Berk HessAdd update groups boolean to DD
2018-09-22 Berk HessRename DD constraint booleans
2018-09-18 Mark AbrahamSeparated partitioning and dlb code within domdec
2018-09-18 Berk HessRefactor ddbox handling
2018-09-17 Pascal MerzFix typo in DD load balancing printing
2018-09-14 Berk HessChange gmx_moltype_t.ilist to InteractionLists
2018-09-14 Roland SchulzWarn for type mismatch for gmx printf like functions 3/3
2018-09-13 Berk HessAdd C++ version of t_ilist
2018-09-11 Mark AbrahamImprove DD logging
2018-09-10 Roland SchulzReplace rounding using int(x+0.5) with roundToInt
2018-09-02 Roland SchulzTurn DlbState into scoped enum
2018-09-02 Kevin BoydFixed bug reporting initial DLB state
2018-08-29 Mark AbrahamMerge branch release-2018
2018-08-24 Berk HessMerge "Merge branch release-2018"
2018-08-24 Mark AbrahamMerge branch release-2018
2018-08-21 Berk HessEnsure domains are large enough for atom motion
2018-08-20 Berk HessRemove compacting from DD redistribute
2018-08-20 Berk HessMake gmx_ga2la_t a proper class
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-14 Roland SchulzFix int/bool bugs
2018-08-12 Roland Schulz3/3 of old-style casting
2018-08-08 Christian BlauLocal atom sets in rotational pulling.
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-06 Roland SchulzChange gmx_bool from int to bool
2018-08-05 Mark AbrahamReform enforced rotation working data
2018-07-18 Berk HessApply local atom sets in pull code
2018-07-17 Christian BlauLocal atom set handling during simulations.
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-04 Roland SchulzEnable more warnings for Clang 6
2018-07-03 Roland SchulzFix post-submit issues
2018-07-03 Roland SchulzChange ArrayRef::size_type to signed
2018-07-02 Berk HessConvert DD DLB cell size handling to C++
2018-07-02 Berk HessFix recent bug with 2D/3D DLB
2018-07-01 Roland Schulzclang-tidy: readability-non-const-parameter (2/2)
2018-06-29 Berk HessInitialize DD DLB variable
2018-06-29 Roland Schulzclang-tidy: add modernize nullptr & emplace
2018-06-28 Berk HessRename atomGroups in gmx_domdec_t to atomGrouping
2018-06-28 Berk HessClean up dd_move_cellx()
2018-06-28 Berk HessConvert gmx_domdec_sort_t to C++
2018-06-28 Berk HessChange BlockRanges to class RangePartitioning
2018-06-28 Roland Schulzclang-tidy: performance-type-promotion-in-math-fn
2018-06-28 Roland SchulzClang-tidy: enable further tests
2018-06-27 Berk HessFix bug with 2D/3D triclinic DD
2018-06-27 Berk HessBase vacuum DD on atom coordinates
2018-06-27 Berk HessPartial conversion of gmx_domdec_comm_t to C++
2018-06-27 Berk HessTemplate and overload dd_sendrecv functions
2018-06-27 Berk HessCorrect DD zone size loop bound
2018-06-14 Berk HessIntroduced DDAtomRanges class
2018-06-13 Mark AbrahamCall Constraints::setConstraints with other setup code
2018-06-13 Berk HessPartial conversion of gmx_domdec_t to C++
2018-06-05 Mark AbrahamMake proper BoxDeformation class
2018-06-05 Mark AbrahamMake Constraints a proper class
2018-05-25 Mark AbrahamClean up force.h and its use
2018-05-24 Berk HessChange nbs in nbv to std::unique
2018-05-24 Berk HessConvert gmx_domdec_master_t to C++
2018-05-23 Berk HessSplit off collect.cpp from domdec.cpp
2018-05-17 Berk HessSplit off domdec distribution and cellsizes
2018-05-17 Berk HessSplit atom redistribution off from domdec.cpp
2018-05-17 Berk HessRemove commrec from set_ddbox()
2018-05-15 Berk HessClean up PME domain count passing
2018-05-03 Mark AbrahamMerge branch release-2018
2018-04-13 Mark AbrahamMerge branch release-2018
2018-04-13 Mark AbrahamClean up constraints code
2018-04-04 Pascal MerzMove checkNumberOfBondedInteractions
2018-04-03 Berk HessConvert gmx_mtop_t to C++
2018-04-03 Mark AbrahamMerge "Merge branch release-2018"
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-06 Mark AbrahamMerge branch release-2018
2018-02-28 Mark AbrahamMoved and removed constraint code
2018-02-28 Mark AbrahamReorganized constraint code
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
next