alexxy/gromacs.git
2019-08-26 Mark AbrahamFix pairlist bug
2019-08-26 M. Eric IrrgangReduce artificial header dependencies in restraint...
2019-08-26 Christian BlauActivation of density fitting and move of module notifi...
2019-08-25 Artem ZhmurovMake use of recent changes to prepareKernelArguments...
2019-08-25 Christian BlauIndex groups for MdModules from grompp
2019-08-25 Szilárd Pállclang-tidy 8 fixes for the GPU host code-path
2019-08-25 Szilárd PállFurther fixes for clang-tidy clang version 8
2019-08-25 Artem ZhmurovMisceleneous improvements to the Leap Frog tests
2019-08-23 Paul BauerRemoves checker for installed files
2019-08-23 Szilárd PállFix clang-tidy warnings in the OpenCL build
2019-08-23 Szilárd PállFix clang tidy warnings in CUDA build
2019-08-23 Mark AbrahamUpdate clang-tidy to clang version 8
2019-08-22 Mark AbrahamMerge branch release-2019
2019-08-22 Mark AbrahamImprove clang-analyzer build time
2019-08-22 M. Eric IrrgangC++ code and Python bindings for TPR parameter read...
2019-08-22 Mark AbrahamFix release matrix
2019-08-22 Berk HessFix perturbed bonded bug
2019-08-21 M. Eric IrrgangEnable GMXAPI by default.
2019-08-21 Mark AbrahamImprove organization of LINCS reporting
2019-08-20 Mark AbrahamApply clang-tidy-8 readability-uppercase-literal-suffix
2019-08-20 Mark AbrahamUse potential-shift as default modifier
2019-08-20 Berk HessMerge two dihedral functions
2019-08-20 Mark AbrahamReduce cosine acceleration quantity properly
2019-08-20 Berk HessUse shiftForces in ForceOuputs
2019-08-20 Erik LindahlAvoid using GMX_SIMD macros to detect _mm_pause()
2019-08-20 Mark AbrahamFix issues for clang-analyzer-8
2019-08-20 Berk HessMake bonded virial computation conditional
2019-08-20 Berk HessFix missing bonded forces with CUDA GPUs and DD
2019-08-19 Szilárd PállBump clang-cuda post-submit compiler/CUDA version
2019-08-19 Szilárd PállSwitch to ARM HPC toolchain v19.2 in post-submit
2019-08-19 Mark AbrahamModernize t_matrix, t_mapping, t_rgb
2019-08-19 M. Eric IrrgangClean up gmxapi documentation build.
2019-08-19 M. Eric IrrgangAdd subgraph and while_loop operations.
2019-08-19 Mark AbrahamModernize t_psdata
2019-08-19 Szilárd PállWork around clang CUDA device code codegen bug
2019-08-17 Christian BlauFix segfault with old tprs processing internal parameters
2019-08-16 Szilárd PállFix sim_util.cpp copyright header
2019-08-16 Mark AbrahamUpdate testing matrices and fix warnings
2019-08-16 Mark AbrahamMove keyvaluetreewriter code
2019-08-16 Mark AbrahamStop nbnxm/grid.h depending on SIMD module
2019-08-15 Szilárd PállFix OpenCL gather reduction
2019-08-15 Alan GrayPME reduction for CUDA F buffer operations
2019-08-15 Mark AbrahamRemove run-time check from calc_shifts
2019-08-15 Christian BlauMove densityfitting options and output into seperate...
2019-08-15 Berk HessTemplate bonded interactions on kernel flavor
2019-08-14 Christian BlauInfo class to name and generate the densityfitting...
2019-08-14 M. Eric IrrgangFix logic error in python_packaging/src/CMakeLists.txt
2019-08-14 M. Eric IrrgangMinor optimization to `pip install` in gmxapi CI build.
2019-08-14 Christian BlauInternal parameter storage for IMDModules
2019-08-14 Artem ZhmurovBugFix: Zeroing the padded area of coordinates vectors...
2019-08-14 Mark AbrahamFix vv integrators
2019-08-14 M. Eric IrrgangAdd initial .clang-format file.
2019-08-13 Artem ZhmurovMake use of reference data in integrator tests
2019-08-13 Artem ZhmurovMake use of reference data in SETTLE tests
2019-08-13 M. Eric IrrgangImprove sample_restraint project integration.
2019-08-13 M. Eric IrrgangDon't install googletest.
2019-08-13 M. Eric IrrgangMap gmxapi C++ exceptions to Python exceptions.
2019-08-13 Mark AbrahamRemove workaround for buggy cmake
2019-08-13 Mark AbrahamFix icc 19 codegen issue
2019-08-12 M. Eric IrrgangIntroduce Context requirement.
2019-08-12 Mark AbrahamQuiet warning
2019-08-12 Mark AbrahamFix ocl_kernel target
2019-08-12 Szilárd PállFix hwloc find package naming and quietness issues
2019-08-12 Pascal MerzUse new setenv function for energyoutput test
2019-08-12 M. Eric IrrgangSeparate out some abstract base classes.
2019-08-09 Berk HessMove bonded function table into bonded.cpp
2019-08-09 Artem ZhmurovPrepare Update and Constraints for Domain Decomposition
2019-08-09 Paul BauerAdd conversion from legacy to modern matrix type
2019-08-09 Artem ZhmurovRefactoring of the SETTLE tests
2019-08-09 Berk HessSIMD acceleration for F_FOURDIHS and F_PIDIHS
2019-08-08 Mark AbrahamFix estimate of the size of a j list
2019-08-08 M. Eric IrrgangAdd gmxapi_pytest custom target to CMake `check` target.
2019-08-08 M. Eric IrrgangAllow gmxapi Python package tests to be run from GROMAC...
2019-08-08 Mark AbrahamInitialize gmx_ekindata_t and t_vcm properly
2019-08-08 M. Eric IrrgangLet base GROMACS docker image be a little more useful.
2019-08-08 Christian BlauHarmonize mrc density format extents with rest of code.
2019-08-08 M. Eric IrrgangReenable gtest_main target.
2019-08-08 Mark AbrahamStop testing ICC on Windows
2019-08-08 Artem ZhmurovRefactor Leap-Frog tests and connect them to CPU version
2019-08-08 Christian BlauProvide callbacks/notifications for MDModules
2019-08-07 M. Eric IrrgangUse gmock and gtest targets from googletest-release...
2019-08-06 Artem ZhmurovFix for cmake lists in mdlib tests
2019-08-06 M. Eric IrrgangSeparate out OperationDetailsBase.
2019-08-06 Artem ZhmurovRemove PImpl scaffolding from CUDA version of Leap...
2019-08-06 M. Eric IrrgangConvert test infrastructure targets to static library...
2019-08-06 Berk HessAdd ForceWithShiftForces class
2019-08-06 Berk HessFix latex formula in reference manual
2019-08-06 M. Eric IrrgangResolve a compiler warning for the gmxapi Python package.
2019-08-06 M. Eric IrrgangAdd libgromacs dependency to gpu_utilstest_cuda target.
2019-08-06 Mark AbrahamFix for MSVC+CUDA
2019-08-05 Pascal MerzAdd trivial const qualifier to energy output
2019-08-05 Pascal MerzAdd const getter to MDAtoms
2019-08-05 Mark AbrahamAdd quote
2019-08-05 Pascal MerzMove ownership of kinetic energy object to ISimulator
2019-08-05 Berk HessMake box const in do_force()
2019-08-05 Pascal MerzAdded Simulator comparison test
2019-08-05 Paul BauerAdd replacements for pbc enumerations
2019-08-05 Pascal MerzIntroduce SimulatorBuilder
2019-08-05 Paul BauerAdd free function to convert matrix type
2019-08-05 Berk HessChange ForceOutputs to a class
next