alexxy/gromacs.git
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
2019-10-07 Artem ZhmurovFix a bug in GPU halo exchange initialization
2019-10-04 Mark AbrahamFix that tests intended for multiple ranks run that way
2019-10-04 Berk HessFix random energy and virial with PME on GPU on a PME...
2019-10-03 Artem ZhmurovFix the bug with offloading the PME-only ranks to GPU
2019-10-03 Berk HessFix GPU atom data init timer issue
2019-10-03 Berk HessUse gmx::Range for iZones in pair search
2019-10-03 M. Eric IrrgangBuild gmxapi documentation in main GROMACS documentation.
2019-10-03 Berk HessFix setting maxNumColumns in Nbnxm::GridSet
2019-10-02 Carsten KutznerUpdate the www link to the Doxygen documentation in...
2019-10-02 Artem ZhmurovEliminate D2D copy in update constraints
2019-10-02 Berk HessFix harmless OpenMP write race
2019-10-02 Paul BauerFix failures in clang-8 nightly build
2019-10-02 Mark AbrahamImprove PME testing
2019-10-01 Berk HessUse gmx::Range in domdec
2019-10-01 Artem ZhmurovStatePropagatorDataGpu object to manage GPU forces...
2019-10-01 Mark AbrahamMove GPU task assignment
2019-10-01 Mark AbrahamFix icc warnings
next