alexxy/gromacs.git
2021-09-16 Artem ZhmurovUse a pointer to kernel parameters instead of a reference
2021-09-16 Mark AbrahamEliminate GMX_MIMIC symbol from source code
2021-09-16 Andrey AlekseenkoAdd SYCL compiler and MKL versions
2021-09-15 Artem ZhmurovAdd SYCL implementation of LINCS
2021-09-15 Andrey AlekseenkoFix clang warnings
2021-09-14 Andrey AlekseenkoMerge remote-tracking branch 'origin/release-2021'...
2021-09-14 Andrey AlekseenkoAdd advanced event consumption accounting to GpuEventSy...
2021-09-14 Paul BauerReenable GPUs in CI
2021-09-14 Paul BauerRevert "Temporarily lift requirement to detect GPUs...
2021-09-14 Dmitry MorozovAdded class for making QMMM-related topology modifications
2021-09-14 Mark AbrahamClang-format
2021-09-13 M. Eric IrrgangSimplify MPI implementation checks.
2021-09-13 Magnus LundborgCalculate FEP (GPU) splines for all atoms.
2021-09-13 Berk HessAdd release notes for transformation pull coordinate
2021-09-13 Mark AbrahamFix issues from downstream patches and suppressions
2021-09-13 Dmitry MorozovAdded CP2K related options to CMake files
2021-09-13 M. Eric IrrgangAllow flexible requirements for gmxManageMPI.cmake
2021-09-12 M. Eric IrrgangRemove MPI_LINKER_FLAGS.
2021-09-12 M. Eric IrrgangAlways call `find_package(MPI)`.
2021-09-12 M. Eric IrrgangNormalize indentation.
2021-09-10 Mark AbrahamFix GMX_VERSION_STRING_OF_FORK with REGRESSIONTEST_DOWNLOAD
2021-09-10 Berk HessCompute correct dV/dl when nstcalcenergy % nstdhdl...
2021-09-10 Mark AbrahamWord SIMD report better
2021-09-10 Andrey AlekseenkoFix misc-misplaced-const clang-tidy warning
2021-09-09 Andrey AlekseenkoMinor improvements to SYCL utils and related clean-up
2021-09-09 Andrey AlekseenkoFix typo in selectSpreadKernelPtr causing wrong kernel...
2021-09-09 Berk HessExtract ThreadForceBuffer from listed forces
2021-09-09 Andrey AlekseenkoEnable GPU PME unit tests
2021-09-08 Gaurav GargRedesign GPU FFT abstraction
2021-09-07 Mark AbrahamIntroduce plumbing for ObservablesReducer
2021-09-07 Mark AbrahamReplace ResidueTypeMap with std::unordered_map
2021-09-06 M. Eric IrrgangDescribe procedure and labeling for MR closure.
2021-09-06 Mark AbrahamUse latest cmake for ASAN configuration
2021-09-03 Paul BauerAdd support for transformation pull coordinates
2021-09-02 Berk HessMinor clean-up and optimization in DD topology
2021-09-01 Mark AbrahamUse better data structure to implement ResidueType
2021-08-31 Paul BauerRevert "Revert "Add muparser and CMake handling""
2021-08-30 Berk HessFix grompp note on comm removal with posres
2021-08-30 Berk HessMake orires work with DD particle reordering
2021-08-28 Andrey AlekseenkoGet rid of sycl::buffer::reinterpret
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-27 Gaurav GargDisable DLB if GPU direct communication Halo exchange...
2021-08-26 M. Eric IrrgangDocument Status labels for issues.
2021-08-26 Andrey AlekseenkoAdd missing Doxygen for SYCL functions and some others
2021-08-26 Dmitry MorozovAdded toUpperCase and toLowerCase transformations of...
2021-08-26 Artem ZhmurovMake the output of the constraints tests readable
2021-08-26 Joe JordanAdd several more listed forces interaction types to...
2021-08-25 Mark AbrahamFind rocFFT for hipSYCL build when targeting AMD devices
2021-08-25 Carsten KutznerFixed typos in replica exchange formulas
2021-08-25 Berk HessEnable atom reordering in WholeMoleculeTransform
2021-08-25 Carsten KutznerAdd back original index file content that was accidenta...
2021-08-21 Mark AbrahamUse better data structures in gmx chi
2021-08-20 Mark AbrahamSimplify gmx chi
2021-08-20 Mark AbrahamAdd tests for gmx chi
2021-08-19 Szilárd PállAvoid using cr->duty in setupStepWorkload
2021-08-19 Andrey AlekseenkoRevert "Add workaround for CorrelationsTest with Intel...
2021-08-19 Szilárd PállUse workload flags more in do_md()
2021-08-19 Paul BauerFix stale link in warning message.
2021-08-19 Szilárd PállAdd separate PME rank SimluationWorkload flags
2021-08-19 M. Eric IrrgangUpdate Python package version to account for merge...
2021-08-19 Andrey AlekseenkoMerge remote-tracking branch 'origin/release-2021'...
2021-08-19 Mark AbrahamRestrict scope of step and step_rel
2021-08-19 Szilárd PállClarify StepWorkload doxygen
2021-08-18 Szilárd PállAdd PP decomposition simluationWorkload flags
2021-08-18 Sebastian WingbermuhlePrepares for the branch GROMACS 2021.4
2021-08-18 Mark AbrahamIntroduce ObservablesReducer
2021-08-18 Andrey AlekseenkoFix compiler warnings introduced in 8f6ea9eb6c (!1865)
2021-08-18 Joe JordanSimplify nblib listed forces type tests
2021-08-18 Andrey AlekseenkoGpuEventSynchronizer: extract backend-specific function...
2021-08-18 Sebastian WingbermuhlePrepares for the GROMACS 2021.3 release
2021-08-18 Mark AbrahamEnsure restart with update groups always works
2021-08-18 Berk HessFix mdrun -ddorder pp_pme
2021-08-17 Mark AbrahamUpdate GPU CI configuration
2021-08-17 Andrey AlekseenkoAdd workaround for CorrelationsTest with Intel ICPX
2021-08-17 Andrey AlekseenkoAdd basic tests for GpuEventSynchronizer
2021-08-17 Artem ZhmurovMove the ownership of the xUpdatedOnDevice event to...
2021-08-17 Andrey AlekseenkoMake ExpfitTest.EffnERREST well defined
2021-08-17 Joe JordanAdd Urey-Bradley listed interaction to nblib
2021-08-17 Andrey AlekseenkoRandom cosmetic fixes
2021-08-16 Artem ZhmurovAdd common header to GpuEventSynchronizer
2021-08-16 M. Eric IrrgangUpdates for updated Python version requirement.
2021-08-16 M. Eric IrrgangAdd `breathe` package to CI Python venvs.
2021-08-16 Mark AbrahamRemove support for Python 3.6
2021-08-16 Berk Hessgrompp no longer modifies nstcomm
2021-08-16 Joe JordanUpdates to nblib listed forces kernels
2021-08-16 Joe JordanRework nblib kernel checks and setup code
2021-08-16 Andrey AlekseenkoUpdate regular CI images to OneAPI 2021.3.0
2021-08-15 Artem ZhmurovDo not allow AtomLocality::All for coordinates and...
2021-08-13 Dmitry MorozovFix MSVC error in toppush.cpp
2021-08-13 Mark AbrahamProvide better defaults for GMX_GPU_NB_CLUSTER_SIZE...
2021-08-13 Andrey AlekseenkoRemove duplicate waiting for coordinates
2021-08-12 Mark AbrahamFix bugs in gmx chi and gmx angle
2021-08-12 Dmitry MorozovAdded class for generating standard CP2K input
2021-08-12 ejjordanNblib doc fixes
2021-08-11 Andrey AlekseenkoFix few issues with open-source Intel LLVM (Clang 13)
2021-08-11 M. Eric IrrgangAllow gmxapi Python package to build with all 2021...
2021-08-11 Andrey AlekseenkoAdd hipSYCL sanity check
2021-08-10 Mark AbrahamImprove testutils infrastructure
2021-08-09 Artem ZhmurovAdd SYCL SETTLE kernel
next