Remove dysfunctional QMMM interface pt2
[alexxy/gromacs.git] / src / gromacs / mdrun / runner.cpp
2020-03-16 Christian BlauRemove dysfunctional QMMM interface pt2
2020-03-13 Artem ZhmurovCombine initialization routines for GPUs assigned to...
2020-03-13 Mark AbrahamRequire padded atom data for PME GPU
2020-03-13 Artem ZhmurovMake DeviceStream into a class
2020-03-11 Artem ZhmurovFix the post-submit failures
2020-03-11 Artem ZhmurovTake over management of OpenCL context from PME and...
2020-03-09 Artem ZhmurovMake DeviceContext into a proper class
2020-03-09 M. Eric IrrgangConsolidate logic for whether to use ModularSimulator.
2020-03-05 Christian BlauAdd function calls to MdModules to sign up for notifica...
2020-03-04 Paul BauerMerge "Merge branch release-2020 into master"
2020-03-04 Paul BauerMerge branch release-2020 into master
2020-03-03 Artem ZhmurovMove the PmePPCommGpu initialization from forcerec...
2020-02-28 Paul BauerMerge branch release-2019 into release-2020
2020-02-25 Szilárd PállImprove GPU update tasks assignment consistency
2020-02-23 ejjordanUse more forward declarations to removed header depende...
2020-02-18 Christian BlauSplit MdModuleNotifications into topics
2020-02-17 Szilárd PállAdd simulation workload flag for dipole computation
2020-02-15 Alan GrayMultiple pulses for GPU Halo Exchange
2020-02-14 Pascal MerzFix reading of checkpoints with Parrinello-Rahman ...
2020-02-14 Pascal MerzMove modular simulator decision before checkpoint loading
2020-02-06 Artem ZhmurovMove DeviceInfo into GPU traits
2020-02-05 Artem ZhmurovMove non-bonded initialization out of the forcerec
2020-02-01 Artem ZhmurovMerge "Merge branch origin/release-2020 into master"
2020-01-28 Paul BauerMerge branch origin/release-2020 into master
2020-01-16 Szilárd PállFix PME run mode without PME
2020-01-15 Berk HessFix multisim with parallel simulation
2020-01-13 Artem ZhmurovReport if update is running on the GPU or on the CPU
2020-01-09 Artem ZhmurovMake PBC type enumeration into PbcType enum class
2020-01-09 Mark AbrahamClean up ewald module internals
2020-01-08 Roland SchulzMerge release-2019 into release-2020
2020-01-07 M. Eric IrrgangRemove stray "to do".
2020-01-07 Paul BauerMerge branch origin/release-2020 into master
2020-01-07 Paul BauerMerge commit d30f2cb6 from release-2020 into master
2019-12-31 Artem ZhmurovInform user why forcing GPU update is not possible
2019-12-31 Artem ZhmurovFix gpuupdate matrix
2019-12-28 Artem ZhmurovChange the behavior of the GPU update UI
2019-12-28 Mark AbrahamMerge "Merge origin/release-2019 into release-2020...
2019-12-27 Artem ZhmurovAdd a note to the log file when -update gpu was set...
2019-12-27 Paul BauerMerge origin/release-2019 into release-2020
2019-12-20 Szilárd PállEnable buffer ops when GMX_GPU_DD_COMMS is set
2019-12-17 Szilárd PállAdd wallcycle counting to StatePropagatorDataGpu
2019-12-12 Mark AbrahamMerge "Merge branch 'origin/release-2020' into master"
2019-12-12 Paul BauerMerge branch 'origin/release-2020' into master
2019-12-12 Artem ZhmurovAllow using GPU update with DD and update groups
2019-12-10 Artem ZhmurovSet GPU update to false in case of a rerun
2019-12-03 Paul BauerRevert "Enable GPU update with DD when GPU comm feature...
2019-12-03 Alan GrayEnable GPU update with DD when GPU comm features are...
2019-12-02 Paul BauerSet update to run on GPU by default if possible
2019-12-02 Berk HessAdd check for coupled constraints for CUDA update
2019-11-30 Paul BauerMerge origin/release-2020 into master
2019-11-29 Mark AbrahamMerge branch release-2019 into release-2020
2019-11-27 Mark AbrahamDisable GPU PME-PP communication with mdrun -pmefft cpu
2019-11-21 Mark AbrahamMerge branch release-2020
2019-11-20 Paul BauerMerge 'origin/release-2019' into release-2020
2019-11-20 Alan GrayMove pmePpCommGpu reset outside do_md
2019-11-14 Berk HessSimplify t_forcerec destruction
2019-11-07 Paul BauerApply clang-format to source tree
2019-11-01 Berk HessAdd haveEwaldSurfaceContribution to SimulationWorkload
2019-10-31 Alan GrayBug fix for event passed to GPU comm features
2019-10-31 Berk HessUpdate GPU update restrictions
2019-10-29 Paul BauerMerge "Merge branch 'release-2019' into master"
2019-10-29 Paul BauerMerge branch 'release-2019' into master
2019-10-29 Artem ZhmurovSwitch the GPU buffer ops on when update is on GPU
2019-10-28 Szilárd PállExtend SimulationWorkload with CPU flags
2019-10-28 Artem ZhmurovAllow using update flag
2019-10-24 Berk HessAdd bool useDomainDecomposition in mdrunner
2019-10-23 Berk HessMove locality.h from nbnxm to mdtypes
2019-10-23 Artem ZhmurovSlight improvements to decideWhetherToUseGpuForUpdate...
2019-10-23 Alan GrayEnable GPU Peer Access in GPU Utilities
2019-10-22 Berk HessRequire -ei for essential dynamics
2019-10-21 Szilárd PállOverride GMX_GPU_DD_COMMS if nonbondeds are off
2019-10-21 Artem ZhmurovAdd environment variable that changes the meaning of...
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állDisable GMX_GPU_PME_PP_COMMS if PME is not offloaded
2019-10-15 Alan GrayPME/PP GPU Pimpl Class and GPU->CPU Communication for...
2019-10-13 Mark AbrahamEnsure environment variable use does not give warnings
2019-10-13 Szilárd PállMove buffer ops / PME F reduction flags into StepWorkload
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 Paul BauerBasic population of simulation workload
2019-10-07 Artem ZhmurovPass the GPU streams to StatePropagatorDataGpu constructor
2019-10-07 Mark AbrahamExtend GPU traits class
2019-10-07 Artem ZhmurovFix a bug in GPU halo exchange initialization
2019-10-01 Artem ZhmurovStatePropagatorDataGpu object to manage GPU forces...
2019-10-01 Mark AbrahamMove GPU task assignment
2019-10-01 Mark AbrahamRemoved dependency on commrec of mdrun setup
2019-09-30 Mark AbrahamMake a builder for DD
2019-09-30 Szilárd PállMove PME GPU program building later
2019-09-30 Carsten KutznerCorrected a few typos in documentation and comments
2019-09-26 Paul BauerRevert "Remove update flag again"
2019-09-25 Szilárd PállMerge remote-tracking branch 'origin/release-2019'
2019-09-24 Mark AbrahamMerge "Merge branch release-2019 into master"
2019-09-24 Paul BauerMerge branch release-2019 into master
2019-09-23 Paul BauerChange MPI setup to communicate TPR as buffer
2019-09-22 Paul BauerRemove update flag again
2019-09-22 Artem ZhmurovDisable GPU update/constraints when neither PME nor...
2019-09-20 Mark AbrahamRefactor to create a GpuTaskAssignments object
2019-09-19 Mark AbrahamUse GPU halo exchange only when compatible DD is available
2019-09-19 Berk HessRemove charge group data from t_forcerec
next