alexxy/gromacs.git
2019-09-12 Berk HessEnable TPI with the Verlet cut-off scheme
2019-09-12 Erik LindahlAdded SIMD cbrt and invcbrt functions
2019-09-12 Erik LindahlAdded SIMD log2 and pow math functions
2019-09-12 Erik LindahlUpdate SIMD math tests and improve accuracy
2019-09-11 Mark AbrahamMake gmx_multisim_t a C++ object
2019-09-11 Paul BauerRemove -sub option from trjconv
2019-09-11 Artem ZhmurovFix for the post-submit failure
2019-09-11 Artem ZhmurovDecouple GPU force buffer management from buffer ops...
2019-09-11 Paul BauerAdd missing gmxapi requirements
2019-09-11 M. Eric IrrgangUse GROMACS CMake toolchain file for gmxapi Python...
2019-09-11 Paul BauerBasic toolchain to facilitate GMXAPI build
2019-09-11 Artem ZhmurovDecouple coordinates buffer management from buffer...
2019-09-11 Artem ZhmurovReorganize PME code:
2019-09-11 M. Eric IrrgangAdd gmxapi.modify_input operation.
2019-09-11 M. Eric IrrgangProvide a gmxapi.read_tpr operation.
2019-09-11 M. Eric IrrgangUpdate gmxapi.simulation.context details.
2019-09-11 M. Eric IrrgangAllow gmxapi.mdrun to properly dispatch simulation...
2019-09-11 Christian BlauAdd comments to grompp generated .mdp output for densit...
2019-09-11 M. Eric IrrgangUpdate gmxapi Python package infrastructure for new...
2019-09-11 M. Eric IrrgangNormalize some testing resources for the Python packages.
2019-09-11 Christian BlauEnd to end test for density fitting
2019-09-11 Christian BlauDensityfitting write int64_t indices instead of gmx...
2019-09-11 Mark AbrahamFix multi-sim restart handling in corner cases
2019-09-11 Paul BauerDisable false positive warning in ICC and MSVC
2019-09-11 Magnus LundborgTidy up the FE kernel
2019-09-11 Szilárd PállFix gpucomm matrix
2019-09-10 Mark AbrahamAvoid warning in no-mpi build
2019-09-10 Artem ZhmurovMaking DeviceBuffer availible in non-GPU builds
2019-09-10 Paul BauerAdd indication on how to enable ImageMagick convert
2019-09-10 Paul BauerFix nightly build
2019-09-10 Paul BauerAdd method to extract clusters from trajectory
2019-09-10 M. Eric IrrgangFix parameter key look-up in gmxapi TPR reader.
2019-09-10 M. Eric IrrgangMake gmxcli pytest fixture more robust.
2019-09-10 Magnus LundborgMore templating of gmx_nb_free_energy_kernel()
2019-09-10 Szilárd PállEliminate raw force flags in do_force_lowlevel()
2019-09-10 Mark AbrahamUse more RAII semantics with t_commrec
2019-09-10 Christian BlauUse the current mass instead of massA in density fittin...
2019-09-10 Christian BlauAccount for reference density origin shift in pbc corre...
2019-09-10 Szilárd PállUse thread-MPI in the gpucomm matrix
2019-09-10 Pascal MerzCompositeSimulatorElement for the modular simulator
2019-09-10 Pascal MerzCoordinate Propagators
2019-09-10 Pascal MerzStatePropagatorData: Introduced const box accessor...
2019-09-10 Pascal MerzAdd trivial const qualifiers to shellfc and EnergyOutput
2019-09-10 Pascal MerzConstraint element for the modular simulator
2019-09-09 Szilárd PállAssert the types of OpenCL kernels arguments
2019-09-09 Szilárd PállPass gmx::ForceFlags to CPU nbnxm dispatch code
2019-09-09 Szilárd PállPass the new gmx::ForceFlags to the nbnxm module
2019-09-09 Berk HessRemove incorrect check with rf-zero
2019-09-09 Pascal MerzDomain decomposition and PME load balancing for modular...
2019-09-09 Christian BlauRelative entropy as density similarity measure
2019-09-09 Paul BauerAdd gmx convert-trj
2019-09-09 Berk HessExtract Cartesian data from DDRankSetup
2019-09-09 Berk HessRename DDSetup to DDGridSetup
2019-09-09 Christian BlauAdd option to normalize densities prior to density...
2019-09-09 Berk HessClean up PME rank variables
2019-09-09 Christian BlauAdding every N-steps option to densityfitting
2019-09-09 Berk HessRefactor init_domain_decomposition()
2019-09-07 Pascal MerzMake pme_loadbal_do() independent of t_state
2019-09-07 Pascal MerzForceElement and ShellFCElement for the modular simulator
2019-09-06 Christian BlauAdding energy output field for density fitting
2019-09-06 Pascal MerzComputeGlobalsElement for the modular simulator
2019-09-06 Mark AbrahamClean up commrec uniformly
2019-09-06 Szilárd PállAdd gpuupdate and gpucomm OnDemand tokens
2019-09-06 Christian BlauPeriodic boundary correction for density fitting
2019-09-06 Berk HessExtract getting of DDRankSetup
2019-09-06 Berk HessAdd PP grid info to DDRankSetup
2019-09-05 Pascal MerzIntroduce topology class for modular simulator
2019-09-05 Mark AbrahamUpdate mdrun test comparison infrastructure
2019-09-05 Pascal MerzRename MicroState to StatePropagatorData for modular...
2019-09-05 Berk HessExtract DDRankSetup from gmx_domdec_comm_t
2019-09-05 Christian BlauAdd reference density file option to densityfitting
2019-09-05 Pascal MerzAdapt inheritance intendation to uncrustify
2019-09-05 Pascal MerzMake do_constrain_first() independent of t_state
2019-09-05 Berk HessSplit off getting of the DD setup
2019-09-04 Berk HessCollect settings for DD in DDSettings
2019-09-04 Berk HessExtract getting of DDSystemInfo
2019-09-04 Berk HessSimplify handling of DD bonded distances
2019-09-04 Berk HessMove constraint and bonded filtering info into DDSystemInfo
2019-09-04 Szilárd PállBump ARM HPC toolchain in post-submit to v19.3
2019-09-04 Christian BlauFix double overload in LocalAtomSet code when gmx:...
2019-09-04 Szilárd PállAdd back a clang-tidy exception
2019-09-04 Christian BlauRead mrc file using file name
2019-09-04 Berk HessMove update grouping to DDSystemInfo
2019-09-04 Magnus LundborgInline functions of calculations of FE interaction...
2019-09-04 Berk HessChange DD pme force buffer to std::vector
2019-09-04 Berk HessInitialize all members of gmx_domdec_t
2019-09-04 Szilárd PállCentralize more MD/force shedule flags
2019-09-03 Berk HessExtract DDSystemInfo from gmx_domdec_comm_t
2019-09-03 Berk HessUnify manual and auto DD grid choices
2019-09-03 Berk HessRemove gmx_domdec_t from dd_choose_grid()
2019-09-03 Berk HessExtact UnitCellInfo from gmx_domdec_t
2019-09-03 M. Eric IrrgangPython wrapping code for gmxapi mdrun bindings.
2019-09-03 Pascal MerzIntroduce energy element for modular simulator
2019-09-03 Mark AbrahamSimplify energy-file comparisons in tests
2019-09-03 Artem ZhmurovAdd Parrinello-Rahman pressure coupling to CUDA Leap...
2019-09-02 Mark AbrahamMove initialization of clFFT
2019-09-02 Berk HessOnly use fshift when needed
2019-09-01 Christian BlauAdd checkpointing for MdModules
2019-08-30 Erik LindahlFix CPU detection and SIMD on modern Mac/cmake combos
2019-08-30 Christian BlauConstructing local atom sets for density fitting
next