Unify handling of GMX_ENABLE_GPU_TIMING and GMX_DISABLE_GPU_TIMING
[alexxy/gromacs.git] / src / gromacs / mdlib /
2021-11-03 Andrey AlekseenkoFix random typos
2021-11-03 Andrey AlekseenkoSYCL: Use acc.bind(cgh) instead of cgh.require(acc)
2021-11-02 Berk HessAdd second LINCS atom update task
2021-10-30 Andrey AlekseenkoSilence clang-tidy warnings
2021-10-29 Alan GraySimplify GPU force reduction conditionals
2021-10-29 Berk HessReimplement constant acceleration groups
2021-10-27 Joe JordanThrow on failure in gmx_file_rename
2021-10-26 Mark AbrahamRemove short-circuit logic for OpenMP setup
2021-10-25 Andrey AlekseenkoSilence Clang's constant-logical-operand warning
2021-10-22 Andrey AlekseenkoGet rid of sycl::buffer::reinterpret
2021-10-22 Andrey AlekseenkoActivate GPU update support in SYCL build
2021-10-21 Andrey AlekseenkoBalance event consumption for GPU update code path
2021-10-21 Berk HessAdd lambda state to dhdl.xvg with AWH fep
2021-10-18 Andrey AlekseenkoMerge release-2021 into master
2021-10-18 Andrey AlekseenkoFix UB when generating local indices for constraints
2021-10-14 Alan GrayPipeline GPU PME Spline/Spread with PP Comms
2021-10-12 Andrey AlekseenkoStop timers in GpuForceReduction with no atoms
2021-10-09 Andrey AlekseenkoSYCL: Reduce local memory usage of LINCS kernel
2021-10-06 Pascal MerzImplement pull for modular simulator
2021-10-06 Artem ZhmurovAdd constraints test with multiple molecules
2021-10-06 Andrey AlekseenkoFix SYCL LINCS kernel
2021-10-06 Artem ZhmurovAdd missing synchronization calls in CUDA version of...
2021-10-06 Alan GrayRework GPU halo and state propagator streams and depend...
2021-10-05 Gaurav GargFix force reduction dependencies with process-MPI and...
2021-09-29 Artem ZhmurovUse reference data in constraints tests
2021-09-29 Magnus LundborgSIMD support for nonbonded free-energy kernels
2021-09-28 Berk HessFix bug with vsites, DD, OpenMP and large systems
2021-09-27 Szilárd PállFix stepWork.useGpuXHalo on search steps
2021-09-27 Mark AbrahamUse ObservablesReducer for LINCS RMSD computation
2021-09-25 Berk HessReplace DOMAINDECOMP macro by a renamed function
2021-09-24 Berk HessAlso use DD partitioning in serial
2021-09-23 Mark AbrahamInitialize t_inputrec properly
2021-09-23 Mark AbrahamUse ObservablesReducer for check of DD bonded interacti...
2021-09-23 ejjordanMake CpuPpLongRangeNonbondeds class
2021-09-22 Pascal MerzIntroduce expanded ensemble in modular simulator
2021-09-21 Andrey AlekseenkoFix rare UB / assertion failure in MdlibUnitTest
2021-09-16 Artem ZhmurovMiscellaneous doxygen fixes
2021-09-16 Artem ZhmurovUse a pointer to kernel parameters instead of a reference
2021-09-15 Artem ZhmurovAdd SYCL implementation of LINCS
2021-09-14 Andrey AlekseenkoMerge remote-tracking branch 'origin/release-2021'...
2021-09-07 Mark AbrahamIntroduce plumbing for ObservablesReducer
2021-08-30 Berk HessMake orires work with DD particle reordering
2021-08-28 Andrey AlekseenkoSYCL: Fully switch to atomic_ref
2021-08-27 Gaurav GargRemoves PME rank dependency on Non-local X H2D copy...
2021-08-26 Andrey AlekseenkoAdd missing Doxygen for SYCL functions and some others
2021-08-26 Artem ZhmurovMake the output of the constraints tests readable
2021-08-25 Berk HessEnable atom reordering in WholeMoleculeTransform
2021-08-19 Szilárd PállAvoid using cr->duty in setupStepWorkload
2021-08-19 Szilárd PállAdd separate PME rank SimluationWorkload flags
2021-08-19 Andrey AlekseenkoMerge remote-tracking branch 'origin/release-2021'...
2021-08-18 Szilárd PállAdd PP decomposition simluationWorkload flags
2021-08-17 Artem ZhmurovMove the ownership of the xUpdatedOnDevice event to...
2021-08-17 Andrey AlekseenkoRandom cosmetic fixes
2021-08-16 Artem ZhmurovAdd common header to GpuEventSynchronizer
2021-08-13 Andrey AlekseenkoRemove duplicate waiting for coordinates
2021-08-09 Artem ZhmurovAdd SYCL SETTLE kernel
2021-08-03 Mark AbrahamUpdate bundled GoogleTest to current HEAD
2021-08-01 Alan GrayRemove MPI comm from GPU PME-PP force transfer initiation
2021-07-26 Andrey AlekseenkoRemove duplicate waiting for coordinates
2021-06-29 Paul BauerMerge branch release-2021 into master
2021-06-17 Mark AbrahamRework -Weverything
2021-06-16 Joe JordanUse unique_ptr<ListedForcesGpu> in forcerec
2021-06-15 Mark AbrahamRemove some NOLINT now that clang-tidy-11 is required
2021-06-11 Andrey AlekseenkoSYCL: Shorten mangled kernel name types
2021-06-10 Pascal MerzRefactor temperature annealing
2021-06-09 Artem ZhmurovUse [..] instead of at(..) in LINCS GPU data management...
2021-06-09 Artem ZhmurovCompute reference indices in GPU LINCS upon data prepar...
2021-06-09 Pascal MerzPrepare simulated annealing refactoring
2021-06-07 Mark AbrahamAdd hasPerturbedChargeIn14Interaction to atomInfo bits
2021-06-07 Paul BauerUse enum class for checkpoint version
2021-06-07 Mark AbrahamMake LocalTopologyChecker class and hide implementation...
2021-06-07 Dmitry MorozovAdded EnergyOutputRequestChecker notification for MDModules
2021-06-04 Mark AbrahamConvert atomInfo to int64_t
2021-06-04 Szilárd PállMove useMts flag from forcerec to simulationWorkload
2021-06-03 Artem ZhmurovMake constraints and SETTLE tests backend-agnostic
2021-06-03 Mark AbrahamRemove preprocessor usage for atomInfo
2021-06-03 Szilárd PállFix getLocalAtomCount()
2021-06-03 Berk HessMinor pull code cleanup
2021-06-03 Szilárd PállAdd domainWorkload flags for CPU local force contributions
2021-06-03 Szilárd PállAdd a getter function for the local atom count
2021-05-31 ejjordanIncrease const correctness in gmx_pme_send_parameters
2021-05-31 Mark AbrahamPartial renaming of cginfo to atom info
2021-05-31 Andrey AlekseenkoFix one more missing template declaration
2021-05-28 Paul BauerFix missing template declaration
2021-05-27 Artem ZhmurovRename GpuBonded into ListedForcesGpu
2021-05-27 Mark AbrahamMove the code of what will later implement LocalTopolog...
2021-05-26 Szilárd PállEliminate redundant GPU force reduction event dependency
2021-05-26 ejjordanRemove foreign energy groups from gmx_enerdata_t
2021-05-26 Joe JordanMove t_forcetable and table enums to forcetable header
2021-05-25 Pascal MerzSplit expanded ensemble function
2021-05-25 Joe JordanOnly Pass needed data to nonbonded param setup in forcerec
2021-05-24 Paul BauerApply clang-tidy-11 fixes to CUDA files
2021-05-24 Joe JordanRemove forcerec from dispatchFreeEnergyKernel signature
2021-05-24 Berk HessFix incorrectly sized ga2la hash table
2021-05-24 Mark AbrahamRemove GMX_CONSTRVIR
2021-05-20 ejjordanRemove inputrec from do_ewald
2021-05-19 Artem ZhmurovFix clang-format
2021-05-19 Andrey AlekseenkoSupport GPU update without constraints
2021-05-19 ejjordanMake TrotterSequence enum class
2021-05-19 Joe JordanClean up some headers in mdlib
next