alexxy/gromacs.git
2019-10-28 Artem ZhmurovAdd haveCpuLocalForces flag to DomainLifetimeWorkload
2019-10-28 Szilárd PállExtend SimulationWorkload with CPU flags
2019-10-28 Artem ZhmurovAllow using update flag
2019-10-28 M. Eric IrrgangUpdate bundled pybind.
2019-10-27 M. Eric IrrgangFix CMake message typo.
2019-10-27 Pascal MerzEnable forced rotation for modular simulator
2019-10-25 M. Eric IrrgangImprove gmxapi mdrun test.
2019-10-24 Berk HessAdd bool useDomainDecomposition in mdrunner
2019-10-24 Berk HessAdd gmx_mtop_interaction_count()
2019-10-24 Berk HessFix initializers in locality.h
2019-10-23 Berk HessMove locality.h from nbnxm to mdtypes
2019-10-23 Berk HessUse gmx::Range in Nbnxm gridding functions
2019-10-23 M. Eric IrrgangSuppress some output when sample_restraint is built...
2019-10-23 ejjordanMake t_nextnb an implementation detail
2019-10-23 Artem ZhmurovSlight improvements to decideWhetherToUseGpuForUpdate...
2019-10-23 Berk HessExpand documentation for nbnxn_put_on_grid()
2019-10-23 Pascal MerzCorrect for skewed box before domain decomposition...
2019-10-23 Alan GrayEnable GPU Peer Access in GPU Utilities
2019-10-23 Pascal MerzFix log writing (modular simulator)
2019-10-23 Pascal MerzAdapt enum to style convention (modular simulator)
2019-10-23 Pascal MerzSmall improvement to EnergyElement (modular simulator)
2019-10-22 Artem ZhmurovRemove unnecessary CUDA stream synchronization calls
2019-10-22 Pascal MerzFix stop condition handling (modular simulator)
2019-10-22 Pascal MerzFix signal propagation (modular simulator)
2019-10-22 ejjordanRemove unused functions from gmxpreprocess
2019-10-22 Artem ZhmurovRename havePositionRestraints(...) to haveRestraints...
2019-10-22 Berk HessRequire -ei for essential dynamics
2019-10-22 Christian BlauFix nst in density-fitting module
2019-10-22 Pascal MerzFix DomDec step (modular simulator)
2019-10-22 Pascal MerzFix PmeLoadBalanceHelper initialization (modular simulator)
2019-10-22 ejjordanRemove unused function generate_excls and make clean_ex...
2019-10-21 Szilárd PállRemove unsupported configs from the gpuupdate matrix
2019-10-21 Szilárd PállOverride GMX_GPU_DD_COMMS if nonbondeds are off
2019-10-21 Artem ZhmurovUpdate the copyright message
2019-10-21 Artem ZhmurovAdd environment variable that changes the meaning of...
2019-10-21 Alan GrayGPU Coordinate PME/PP Communications
2019-10-21 M. Eric IrrgangAdd trajectory output to mdrun operation.
2019-10-18 Alan GrayGPU Receive for PME/PP GPU Force Communications
2019-10-18 Szilárd PállAdd strict assertions on x synchronizer in PME
2019-10-18 Christian BlauManual entry and .mdp option for adaptive force scaling
2019-10-18 Szilárd PállFix genion clang-8 warning
2019-10-18 Christian Blaugenion: prohibit ion placement close to non-solvent
2019-10-18 Paul BauerUse clang-tidy-8
2019-10-18 Artem ZhmurovRemove excessive H2D and D2H coordinates copies when...
2019-10-18 Berk HessUpdate grompp cutoff-scheme warnings
2019-10-18 Christian BlauBasic refactoring genion and adding test
2019-10-18 Artem ZhmurovRemove excessive H2D and D2H copies of velocities when...
2019-10-18 Christian BlauAdaptive force scaling for densityfitting
2019-10-17 Szilárd PállFix clang-tidy warnings in gpuhaloexchange_impl.cuh
2019-10-17 Szilárd PállEliminate spurious GPU->CPU copy
2019-10-17 Szilárd PállDisable GMX_GPU_PME_PP_COMMS if PME is not offloaded
2019-10-16 Christian BlauExponential moving average
2019-10-16 Szilárd PállFix initialization of field in PME data structure
2019-10-16 M. Eric IrrgangMinor tidying to mdrun.py
2019-10-16 M. Eric IrrgangMinor clean-up to gmxapi package.
2019-10-16 Artem ZhmurovLink GPU force producer and consumer tasks
2019-10-16 M. Eric IrrgangUpdate gmxapi.version module.
2019-10-16 Szilárd PállMake the wait on nonbonded GPU results conditional
2019-10-15 Szilárd PállTrigger synchronizer when local forces are ready
2019-10-15 Alan GrayPME/PP GPU Pimpl Class and GPU->CPU Communication for...
2019-10-15 Artem ZhmurovFix the single-GPU update-constraints
2019-10-15 M. Eric IrrgangFix logic error in StaticSourceManager intialization.
2019-10-15 Szilárd PállLink GPU coordinate producer and consumer tasks
2019-10-15 M. Eric IrrgangAdd note about libpython requirement to gmxapi install...
2019-10-15 M. Eric IrrgangAdd generic check for gmxapi support library to Python...
2019-10-15 Berk HessConst correctness for genhydro
2019-10-15 Paul BauerFix bug in preprocessing
2019-10-14 Artem ZhmurovAdd separate constructor to StatePropagatorDataGpu...
2019-10-14 M. Eric IrrgangFix logic error in gmxapi.version.api_is_at_least().
2019-10-13 Mark AbrahamEnsure environment variable use does not give warnings
2019-10-13 Szilárd PállEnable StatePropagatorGpuData for force transfers
2019-10-13 M. Eric IrrgangUpdate sample_restraint documentation entry points.
2019-10-13 Szilárd PállMove buffer ops / PME F reduction flags into StepWorkload
2019-10-13 M. Eric IrrgangTest float and int gmxapi parameter updates.
2019-10-13 M. Eric IrrgangUsability updates for gmxapi/docs Docker image.
2019-10-12 Artem ZhmurovCentralize management of forces ready on GPU event
2019-10-12 Artem ZhmurovChange copy mode to Async in PME only rank
2019-10-12 M. Eric IrrgangImprove parameter typing for gmxapi simulation paramete...
2019-10-12 Berk HessAdd class FixedCapacityVector
2019-10-12 Artem ZhmurovCentralize management of coordinates ready on GPU event
2019-10-11 Artem ZhmurovWrong locality was used when ignoring the PME force...
2019-10-11 Paul BauerAdd helper to reuse generated TPR files in testing
2019-10-10 Szilárd PállMigrate code to using SimulationWorkload flags
2019-10-10 Szilárd PállRemove incorrect GPU task dependency
2019-10-10 Szilárd PállFix conditions for building StatePropagatorDataGpu
2019-10-10 Szilárd PállConstruct a struct with development feature flags
2019-10-10 Szilárd PállPass list of EventSynchronizers to GPU reduction
2019-10-10 Paul BauerBasic population of simulation workload
2019-10-10 Artem ZhmurovAdd management for velocities and forces copy events...
2019-10-10 Szilárd PállAdd management for coordinates copy events into StatePr...
2019-10-09 Szilárd PállAdd GPU event to mark that coordinate update is done
2019-10-08 Berk HessMake nbnxm a proper module
2019-10-08 Berk HessSimplify ewald_LRcorrection() call signature
2019-10-08 M. Eric IrrgangUpdate handling of CMake policy 68..
2019-10-08 Artem ZhmurovFix for the recent nightly failure
2019-10-08 Prashanth KanduriFused two if branches with the same conditional
2019-10-07 Artem ZhmurovPass the GPU streams to StatePropagatorDataGpu constructor
2019-10-07 Mark AbrahamExtend GPU traits class
2019-10-07 Artem ZhmurovClean up the comments sections in Update-Constrain
2019-10-07 M. Eric IrrgangUpdate rpath comments in src/api/cpp
next