SYCL: Avoid using no_init read accessor in rocFFT
[alexxy/gromacs.git] / src / gromacs / mdrun / runner.cpp
2020-09-09 Artem ZhmurovRestore GMX_FORCE_UPDATE_DEFAULT_GPU environment varibl...
2020-09-08 Alan GrayBug fix in call to deviceStreamManager constructor
2020-09-07 Artem ZhmurovFix clang-format
2020-09-07 M. Eric IrrgangReplace filename-based initialization functions.
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-02 Berk HessEnable splitting of listed interaction calculation
2020-08-31 Paul BauerMerge branch 'release-2020' into master
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-24 Artem ZhmurovMove GPU devices management into hardware subfolder
2020-08-04 Erik LindahlSimplified uniform GPU selection in CMake
2020-07-29 Kevin BoydFix undefined behavior flagged by UBSAN
2020-07-20 Magnus LundborgTwo sets of coefficients for Coulomb FEP PME on GPU
2020-07-15 Mark AbrahamDivide default communicator from DD communicators
2020-07-09 Pascal MerzDivide default communicator from DD communicators
2020-06-26 M. Eric IrrgangImplement SimulatorBuilder.add() for BoxDeformationHandle.
2020-06-26 M. Eric IrrgangUse TopologyData.
2020-06-26 M. Eric IrrgangUse IonSwapping parameter.
2020-06-26 M. Eric IrrgangUse CenterOfMassPulling
2020-06-26 M. Eric IrrgangUse ReplicaExchange member instead of build() argument.
2020-06-26 M. Eric IrrgangUse SimulatorModules parameter.
2020-06-26 M. Eric IrrgangUse InteractiveMD SimulatorBuilder parameter.
2020-06-26 M. Eric IrrgangUse LegacyInput.
2020-06-26 M. Eric IrrgangUse ConstraintsParam.
2020-06-26 M. Eric IrrgangMove Profiling parameter out of simulatorbuilder.build()
2020-06-26 M. Eric IrrgangUse SimulatorEnv
2020-06-26 M. Eric IrrgangInterface for remaining SimulatorBuilder.add() methods.
2020-06-26 ejjordanCompletely encapsulate membed logic in MembedHolder
2020-06-26 Artem ZhmurovMake holder for simulation configuration
2020-06-26 Prashanth KanduriUse SimulatorStateData.
2020-06-26 ejjordanAdd MembedHolder for SimulatorBuilder.
2020-06-26 M. Eric IrrgangSimulatorBuilder.add() for StopHandlerBuilder.
2020-06-26 M. Eric IrrgangImplement SimulatorBuilder.build()
2020-06-24 Berk HessAdd class ListedForces
2020-06-19 M. Eric IrrgangRemove workaround for gcc bug 58265.
2020-05-26 Artem ZhmurovRemove the dependence on Constraints object on t_mdatoms
2020-05-12 Berk HessRefactor virtual site interface
2020-05-06 Paul BauerMerge branch 'origin/release-2020' into master
2020-04-27 Artem ZhmurovMove PBC setup out of the launchKernel(...) in GPU...
2020-04-23 Pascal MerzMake boxdeformation independent of t_commrec
2020-04-22 Pascal MerzMake init_dires independent of t_commrec
2020-04-08 Mark AbrahamFixes for clang-tidy-9
2020-04-07 Pascal MerzRequire explicit MPI_COMM for gmx_bcast and gmx_barrier
2020-04-03 M. Eric IrrgangPrune change-management.rst and update links.
2020-03-25 Artem ZhmurovMake use of the DeviceStreamManager
2020-03-19 Artem ZhmurovStore DeviceInformation inside the DeviceContext class
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
next