alexxy/gromacs.git
2021-06-08 Szilárd PállWork around hipSYCL buffer reinterpret error
2021-06-08 M. Eric IrrgangRemove gmxapi roadmap.rst and acceptance tests.
2021-06-08 Andrey AlekseenkoFix clang-tidy complaints
2021-06-08 Paul BauerAllow selection of rocm version to install
2021-06-08 Mark AbrahamUnite the post-DD-partition update of the local topology
2021-06-07 Mark AbrahamAdd hasPerturbedChargeIn14Interaction to atomInfo bits
2021-06-07 Pascal MerzIntroduce Trotter decomposition / MTTK for modular...
2021-06-07 Paul BauerUse enum class for checkpoint version
2021-06-07 Mark AbrahamMake LocalTopologyChecker class and hide implementation...
2021-06-07 ejjordanRename some paramters in nblib listed forces
2021-06-07 Mark AbrahamAdd unit tests for topology sorting
2021-06-07 Artem ZhmurovRemove duplicating pointers to device buffers in GPU...
2021-06-07 Alan GrayPush GPU PME-PP force from PME task instead of pull...
2021-06-07 Andrey AlekseenkoAdd SYCL-related information to the mdrun version header
2021-06-07 Dmitry MorozovAdded EnergyOutputRequestChecker notification for MDModules
2021-06-07 Joe JordanMiscellaneous updates from nblib
2021-06-07 Mark AbrahamUpdate to Ubuntu 20.04 in CI
2021-06-07 Artem ZhmurovFix clang-format
2021-06-06 Joe JordanUpdates to nblib test infra and tests
2021-06-04 Pascal MerzAWH data structures modular checkpointing
2021-06-04 Pascal MerzPull and AWH exact continuation tests
2021-06-04 Mark AbrahamConvert atomInfo to int64_t
2021-06-04 Szilárd PállRequire CUDA 11.0
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 useless charge-group work during repartitioning
2021-06-03 Mark AbrahamUpdate tested CUDA versions
2021-06-03 Mark AbrahamRemove preprocessor usage for atomInfo
2021-06-03 Dmitry MorozovAdded QM input file name as command-line parameter...
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 Pascal MerzFree energy history modular checkpointing
2021-06-03 Szilárd PállAdd a getter function for the local atom count
2021-06-03 Pascal MerzRemove unneeded template keyword which trips up MSVC
2021-06-02 Andrey AlekseenkoSYCL: Update env. vars to select GPUs
2021-06-02 Dmitry MorozovAdd notifications for MDModules that will be used in...
2021-06-02 Mark AbrahamRemoved GMX_CLANG_CUDA build using old versions
2021-06-01 Andrey AlekseenkoMark a variable as unused in non-MPI build
2021-06-01 Eliane BriandFix gmx nmr -viol option
2021-05-31 Mark AbrahamFinish breaking up domdec_topology.cpp
2021-05-31 ejjordanIncrease const correctness in gmx_pme_send_parameters
2021-05-31 Mark AbrahamMove total bonded count to LocalTopologyChecker
2021-05-31 Mark AbrahamSplit localtopology from domdec_topology
2021-05-31 Mark AbrahamPartial renaming of cginfo to atom info
2021-05-31 Andrey AlekseenkoFix one more missing template declaration
2021-05-31 Pascal MerzIntroduce Andersen temperature coupling for modular...
2021-05-31 Andrey AlekseenkoAdd nightly CI test on OneAPI + Intel GPU
2021-05-30 Andrey AlekseenkoDisable false-positive warnings for ICPX 2021.2.0
2021-05-28 Paul BauerFix missing template declaration
2021-05-28 Mark AbrahamCompute global bonded interaction count from system...
2021-05-28 Eliane BriandReworked convert-tpr runtime extension
2021-05-27 Mark AbrahamRemove orphaned code
2021-05-27 Mark AbrahamMove reverse topology code to its own translation unit
2021-05-27 Artem ZhmurovAdd release notes about REMD with GPU update
2021-05-27 Pascal MerzClean up simulator algorithm
2021-05-27 Artem ZhmurovRename GpuBonded into ListedForcesGpu
2021-05-27 Paul BauerDisable CUDA clang-tidy test
2021-05-27 Mark AbrahamMove the code of what will later implement LocalTopolog...
2021-05-26 Dmitry MorozovMoved PME-only ranks check to domain decomposition...
2021-05-26 Szilárd PállEliminate redundant GPU force reduction event dependency
2021-05-26 Mark AbrahamFix clang-format
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-26 Szilárd PállImplement generic j-reduction in the nbnxm SYCL kernels
2021-05-26 Paul BauerFix clang tidy version for CUDA
2021-05-26 Pascal MerzIntroduce domain decomposition notifications
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 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
next