alexxy/gromacs.git
2020-09-07 M. Eric IrrgangReplace filename-based initialization functions.
2020-09-07 Christian BlauImplement affine coordinate transformation
2020-09-07 Artem ZhmurovAccess the device status directly, remove the getter
2020-09-06 Pascal MerzPrepare legacy checkpoint for modular simulator checkpo...
2020-09-06 Pascal MerzModular simulator: Simplify velocity update dispatch
2020-09-04 Christian BlauString to array conversion functions
2020-09-04 Pascal MerzIntroduce CheckpointData
2020-09-03 Pascal MerzRemove unnecessary friend declaration
2020-09-03 Magnus LundborgPrint lambda state to log file if using AWH for FEP.
2020-09-03 Alan GrayFix bug it GPU halo exchange initialization for continu...
2020-09-03 Pascal MerzMake dd_collect_vec independent of t_state
2020-09-02 Berk HessMove listed and wall forces out of do_force_lowlevel()
2020-09-02 Berk HessEnable splitting of listed interaction calculation
2020-09-02 Gilles GouaillardetFix improved SIMD angles()
2020-08-31 Paul BauerMerge branch 'release-2020' into master
2020-08-28 Berk HessAdd SIMD version of harmonic bonds
2020-08-27 Alan GrayAvoid seg fault when PME-PP GPU comm flag is used in...
2020-08-27 M. Eric IrrgangClarify t_inputrec allocation logic in runner.cpp.
2020-08-27 M. Eric IrrgangUse a heap object for inputrec in gmx::Mdrunner::mdrunn...
2020-08-27 Berk HessAdd ForceBuffers class
2020-08-26 Mark AbrahamPermit build with CUDA 11.0
2020-08-26 Gilles Gouaillardetfix check_assign_interactions_atom()
2020-08-25 Magnus LundborgAvoid log(0) if probability is too low
2020-08-24 Artem ZhmurovMove GPU devices management into hardware subfolder
2020-08-21 M. Eric IrrgangAccept Python versions higher than 3.8.
2020-08-21 M. Eric IrrgangRemove conditional for CMake < 3.12.
2020-08-20 Magnus LundborgMake it possible to use FEP lambda states as a reaction...
2020-08-20 Erik LindahlEnable CI testing of OpenAPI / OpenCL
2020-08-20 Alan GrayFix bug in Lincs GPU setup
2020-08-18 M. Eric IrrgangAllow more granularity for public interfaces in build...
2020-08-17 Pascal MerzUse proper doxygen tags in modular simulator
2020-08-17 Mark AbrahamAllow simpler use of scripted container builds
2020-08-17 Mark AbrahamRestore use of CUDA 11.0 in CI
2020-08-17 Paul BauerFix clang-format
2020-08-17 Mark AbrahamBuild fewer unnecessary SIMD kernels in CI
2020-08-17 Mark AbrahamSupport oneAPI in gitlab CI
2020-08-17 Paul BauerReduce artifact size
2020-08-17 Mark AbrahamStopped using images in biophysics Docker repository
2020-08-17 Mark AbrahamAvoid builds with RelWithDebInfo
2020-08-17 Mark AbrahamFix isHostMemoryPinned for changes in CUDA 11.0
2020-08-16 Pascal MerzModular simulator: Don't wrap std::function in unique_ptr
2020-08-14 Berk HessAdd SIMD bonded tests and improve SIMD angles()
2020-08-14 Artem ZhmurovFix DeviceStreamManager tests
2020-08-14 Pascal MerzIntroduce flexible ModularSimulatorAlgorithmBuilder...
2020-08-13 Berk HessAdd new FEP perturbation check functions
2020-08-13 Erik LindahlCMake SYCL & Intel OpenMP handling
2020-08-13 Christian BlauRemove superfluous math utility functions
2020-08-12 Mark AbrahamRevert to CUDA 10 image for CI
2020-08-12 Jeff Hammondimplement AVX-512 second FMA detection
2020-08-12 Berk HessFix virtual site vsiten indexing bug
2020-08-10 Christian BlauMove density fitting checkpointing into state
2020-08-08 Mark AbrahamFix typo in docs
2020-08-07 Christian BlauFixed the mis-fix
2020-08-07 Pascal MerzIntroduce GlobalCommunicationHelper
2020-08-07 Mark AbrahamFix release build warning
2020-08-07 Alan GrayRevert "Modernize STL usage" for fixedCapacityVector
2020-08-07 Berk HessAdd accumulation checks to ForeignLambdaTerms
2020-08-07 Pascal MerzImprove modular simulator builders
2020-08-07 Pascal MerzSeparate ISimulator interface and data
2020-08-06 Mark AbrahamKeep all the infra and the user happy
2020-08-06 Mark AbrahamUpdate minimum tested CUDA to 11.0
2020-08-04 Erik LindahlSimplified uniform GPU selection in CMake
2020-08-04 Alan GrayFix compilation issue: pass variable of expected type...
2020-08-03 M. Eric IrrgangPrevent failed commandline_operation from publishing...
2020-08-03 M. Eric IrrgangMinor additions to gmxapi install.rst
2020-08-03 M. Eric IrrgangUse importlib_resources in Python 3.6 images.
2020-07-31 M. Eric IrrgangNormalize docker image names.
2020-07-31 M. Eric IrrgangFix some minor typesetting issues.
2020-07-31 M. Eric IrrgangImprove install docs links.
2020-07-31 Mark AbrahamMove code to prepare for multisim class
2020-07-31 Mark AbrahamRelease configs were using a wrong build type
2020-07-31 Mark AbrahamRelease configs were using a wrong build type
2020-07-31 Berk HessMove foreign potential energy accumulation
2020-07-30 M. Eric IrrgangMove sources for libgmxapi.
2020-07-30 M. Eric IrrgangRemove disabled test for superseded feature.
2020-07-30 M. Eric IrrgangIgnore a generated file.
2020-07-29 M. Eric IrrgangUse GMXAPI CMake option guard for gmxapi target declara...
2020-07-29 Kevin BoydFix undefined behavior flagged by UBSAN
2020-07-29 Artem ZhmurovRevert c++-17 features that are not supported by CUDA...
2020-07-29 Artem ZhmurovRevert c++-17 features that are not supported by CUDA...
2020-07-27 Mark AbrahamFix warnings in release builds
2020-07-27 Artem ZhmurovFix clang-tidy warning
2020-07-27 Paul BauerRevert "Change builds that use failing docker containers"
2020-07-27 Mark AbrahamFix RDTSCP handling
2020-07-24 Simon ChristAssertion string and typo fix
2020-07-20 Magnus LundborgTwo sets of coefficients for Coulomb FEP PME on GPU
2020-07-18 Pascal MerzFollow up to "Separate StatePropagatorData element...
2020-07-17 Pascal MerzIntroduce modular simulator exceptions
2020-07-15 Alexey ShvetsovAllow to compile template with gmx-lagacyapi enabled
2020-07-15 M. Eric IrrgangBegin moving installed interface to `api/`
2020-07-15 Pascal MerzSeparate Element from FreeEnergyPerturbationData
2020-07-15 Mark AbrahamDivide default communicator from DD communicators
2020-07-15 Artem ZhmurovFix the suspicious string literal error in GPU status...
2020-07-14 Pascal MerzSeparate energy data and element
2020-07-12 Christoph JunghansCMake: add OpenMP detection to exported target
2020-07-11 M. Eric IrrgangFix libgromacs CMake target install syntax.
2020-07-11 Christoph Junghanscmake: export cxx standard
2020-07-10 M. Eric IrrgangFix libgromacs CMake target install syntax.
2020-07-09 Paul BauerPrepare for GROMACS 2020.4
2020-07-09 Pascal MerzDivide default communicator from DD communicators
next