alexxy/gromacs.git
2021-05-24 Paul BauerAdd CUDA clang tidy build to CI
2021-05-24 Paul BauerApply clang-tidy-11 fixes to CUDA files
2021-05-24 Joe JordanRemove dead members from gmx_pme_t
2021-05-24 Joe JordanRemove forcerec from dispatchFreeEnergyKernel signature
2021-05-24 M. Eric IrrgangLet installed library options default to BUILD_SHARED_LIBS.
2021-05-24 Mark AbrahamRemove GMX_CONSTRVIR
2021-05-24 Pascal MerzAdd a const getter for the enerd struct to EnergyData
2021-05-24 Pascal MerzImplement Berendsen and c-rescale pressure coupling...
2021-05-21 Pascal MerzExpose DD distribution of free energy history
2021-05-21 Pascal MerzIntroduce frequency for CompositeSimulatorElement
2021-05-21 Szilárd PállWorkaround for a hipSYCL assertion error
2021-05-20 Joe JordanLocalize variables in gmx_pme_do
2021-05-20 Alan GrayRemove GPU update restriction for replica exchange
2021-05-20 Artem ZhmurovUse MessageStringCollector class to construct error...
2021-05-20 Paul BauerDisable ArrayRefDeathTests when building without assertions
2021-05-20 ejjordanRemove inputrec from do_ewald
2021-05-20 Joe JordanLocalize variables in ewald_LRcorrection
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
2021-05-19 ejjordanRemove forcerec and inputrec from ewald_LRcorrection
2021-05-19 Paul BauerAdd nullptr check in ArrayRef from array construction
2021-05-19 Artem ZhmurovMake common Leap-Frog device code backend-agnostic
2021-05-19 ejjordanRemove forcerec from ewald_charge_correction
2021-05-18 Andrey AlekseenkoFix CMake 3.20 warnings when compiling with IntelLLVM
2021-05-18 Andrey AlekseenkoRemove unused StatisticsStatus values
2021-05-18 Joe JordanFix several doxygen errors
2021-05-17 Artem ZhmurovMove the stub for X buffer ops into OpenCL
2021-05-17 Mark AbrahamRefactor gmx_reverse_top_t
2021-05-17 Artem ZhmurovMake NBNXM force getter available in all backends
2021-05-15 Paul BauerUse InheritParentConfig: true in clang-tidy files
2021-05-14 Artem ZhmurovUse appendIf(..) method of MessageStringCollector where...
2021-05-14 Artem ZhmurovRemove extra device force getter from NBNXM
2021-05-13 Artem ZhmurovAdd appendIf(..) method and tests for MessageStringColl...
2021-05-13 Mark AbrahamDecouple update group handling from domain decompositio...
2021-05-11 Andrey AlekseenkoAdd SYCL implementation of X/V scale kernel
2021-05-11 Artem ZhmurovMake common Update-Constraints code backend-agnostic
2021-05-11 Artem ZhmurovName the MDRun FEP test binary consistently
2021-05-11 Szilárd PállRemove GMX_FORCE_DO_NOT_NEED_NORMAL_FORCE legacy flag...
2021-05-11 Paul BauerAdd test for single residue chain
2021-05-11 Artem ZhmurovFix clang-format
2021-05-11 Artem ZhmurovFix conditional in assertion
2021-05-11 Mark AbrahamApply more clang-tidy-11
2021-05-11 Artem ZhmurovFix compiler warning and use static_assert
2021-05-11 Szilárd PállEliminate duplicate CPU->GPU copy of x
2021-05-11 Andrey AlekseenkoAdd SYCL implementation of GPU F buffer operations
2021-05-11 Mark AbrahamApply clang-format-11
2021-05-11 Mark AbrahamRename pdb2gmx tests
2021-05-10 Joe JordanFix harmless bug in nonbonded FEP tests
2021-05-10 Andrey AlekseenkoAdd SYCL implementation of GPU X buffer operations
2021-05-10 Andrey AlekseenkoMake GPU X buffer ops platform-agnostic
2021-05-10 Andrey AlekseenkoFix shift_left/right function on hipSYCL
2021-05-10 Paul BauerMake clang-tidy check more aggressive
2021-05-10 Andrey AlekseenkoSYCL: Allow copying an uninitialized DeviceBuffer object
2021-05-10 Szilárd PállMove PME-GPU do_force() local bool into stepWorkload
2021-05-10 Pascal MerzClarify builder-time data, introduce simulation-time...
2021-05-07 Berk HessMake debug printing work with empty domains
2021-05-07 Paul BauerMerge branch release-2021 into merge-2021-into-master
2021-05-06 Paul BauerUse more modern clang for linters and sanitizers
2021-05-06 Paul BauerRemove UB in ArrayRef from array
2021-05-06 Pascal MerzUnify temperature and pressure coupling connection
2021-05-05 Berk HessConvert t_oriresdata to C++
2021-05-05 Paul BauerPrepare branch for 2021.2 point release
2021-05-05 Paul BauerGROMACS 2021.2 release
2021-05-05 Pascal MerzAllow elements to request local kinetic energy update
2021-05-05 Andrey AlekseenkoMake common GPU Force Reduction code backend-agnostic
2021-05-05 Paul BauerFix include order
2021-05-05 Pascal MerzZero modular simulator total energy
2021-05-05 Paul BauerApply misc clang-tidy-11 fixes
2021-05-05 Mark AbrahamRestore pull output to rerun
2021-05-05 Mark AbrahamBreak up dd_init_bondeds
2021-05-05 Joe JordanApply clang-tidy11 to tools
2021-05-05 ejjordanRemove dead functions from statistics module
2021-05-05 Joe JordanPass ArrayRefs to dispatchNonbondedKernel
2021-05-05 Joe JordanRemove mdatoms from coupling code and use more ArrayRef
2021-05-05 Roland SchulzFix compile with IntelLLVM and cmake 3.20
2021-05-04 ejjordanRemove mdatoms from do_walls
2021-05-04 Andrey AlekseenkoFix GCC-11 warning
2021-05-04 ejjordanRemove mdatoms from vsite
2021-05-04 Joe JordanApply clang-tidy11 to statistics
2021-05-04 ejjordanUse enum : bool in commandline test
2021-05-04 Paul BauerAdd known issues to user guide
2021-05-04 Paul BauerUse correct size for force vector in mdoutf
2021-05-04 ejjordanPreven extension of DDBondedChecking
2021-05-04 Mark AbrahamDecouple update-group aspects of vsites and constraints
2021-05-04 Mark AbrahamRemove some use of charge groups from domdec
2021-05-04 Eliane BriandRespect umask when creating temporary file
2021-05-03 ejjordanRemove mdatoms from pairs in listed forces
2021-05-03 Artem ZhmurovFix copyright year
2021-05-03 Mark AbrahamRespect umask when creating temporary file
2021-05-03 ejjordanRemove mdatoms from expanded
2021-05-03 Gilles Gouaillardetdensityfitting: add missing include file
2021-05-03 Artem ZhmurovFix clang-format
2021-05-03 Berk HessClean up DD bonded interaction assignment
2021-05-03 Szilárd PállMention the users forums on the user-guide front page
2021-05-03 Mark AbrahamReplace bool with enum class in DomdecOptions
2021-05-03 Joe JordanArrayRef in pme
2021-05-03 Mark AbrahamRemove redundant store
2021-05-03 Mark AbrahamTemporarily lift requirement to detect GPUs in CI
next