alexxy/gromacs.git
2021-03-26 Joe JordanUse ArrayRefs instead of mdatoms in gmx_nb_free_energy_...
2021-03-26 Szilárd PállAllow setting nbnxm cluster size for SYCL
2021-03-25 Berk HessLocalize variables in do_lbfgs()
2021-03-25 Joe JordanUse more vectors for EnergyOutput private members
2021-03-25 Artem ZhmurovUnify gpu_upload_shiftvec(...) function in NBNXM
2021-03-25 Joe JordanConstructor for t_tabledata
2021-03-25 ejjordanArrayRef and const ref in gmx_nb_free_energy_kernel
2021-03-25 Joe JordanUse ArrayRef in special forces
2021-03-25 ejjordanFix some doxygen errors
2021-03-25 Mark AbrahamFixed unused variable warning
2021-03-25 Joe JordanUse ArrayRef in signatures of constraints and some...
2021-03-24 Paul BauerInline wallcycle counting functions
2021-03-24 Andrey AlekseenkoUnify nbnxn_gpu_init_x_to_nbat_x
2021-03-24 Andrey AlekseenkoAdd missing GMX_ASSERT(haveCopiedXFromGpu)
2021-03-24 ejjordanRemove nb_kernel_data_t
2021-03-24 ejjordanRemove unneeded members from nb_kernel_data_t
2021-03-24 Paul BauerUse TextWriter in msd tests
2021-03-23 Berk HessAdd comparison operator to BasicVector
2021-03-23 Szilárd PállFix deviceIdsAssigned() to return a unique list of IDs
2021-03-23 ejjordanForward declare ArrayRef more and inlcude basedefinitio...
2021-03-23 Joe JordanModernize t_nrnb
2021-03-23 Joe JordanUse ArrayRef in calc_mu
2021-03-23 ejjordanMore const ref in shellfc
2021-03-23 Gaurav GargDetect CUDA-aware support in underlying MPI implementation
2021-03-22 ejjordanUse ArrayRef in do_ewald
2021-03-22 Mark AbrahamUse StringToEnumValueConverter and enumValueToString...
2021-03-22 Andrey AlekseenkoFix compiler and linter warnings
2021-03-22 Andrey AlekseenkoRemove incorrect assertion for GPU timing in SYCL
2021-03-22 Kevin BoydClean up leaks in t_inputrec
2021-03-22 Szilárd PállRemove a misplaced update cycle closing
2021-03-21 Szilárd PállRename sendFToPpCudaDirect
2021-03-21 Artem ZhmurovMove the atomToInteractionLocality(...) into locality.h
2021-03-19 Andrey AlekseenkoStore buffer without offset in GpuForceReduction::Impl...
2021-03-19 Artem ZhmurovUnify init_gpu function in NBNXM
2021-03-19 Andrey AlekseenkoUse DeviceBuffer<RVec> in GPU force reduction and PME...
2021-03-19 Andrey AlekseenkoEnable compiling LeapFrog with hipSYCL
2021-03-19 Paul BauerBulk change to const ref for mtop
2021-03-19 Paul BauerMake wallcycle comments proper doxygen
2021-03-19 Berk HessRemove const cast in update code
2021-03-19 Joe JordanUse more arrayref in listed forces sigatures
2021-03-19 Paul BauerRemove mdatoms from forceprovider call signature
2021-03-19 Joe JordanUse ArrayRef in ewald_LRcorrection
2021-03-19 Joe JordanMake non bonded energy terms enum class
2021-03-19 Andrey AlekseenkoFix a warning from CUDA 10.1
2021-03-19 ejjordanUse ArrayRef in gmx_pme_send_parameters
2021-03-19 ejjordanUse const refs in atoms2md signature
2021-03-18 Paul BauerAdd wallcycle counting tests
2021-03-17 Andrey AlekseenkoUse DeviceBuffer in GPU update and NBNXM code
2021-03-17 ejjordanUse ArrayRef<const real> in gmx_pme_do
2021-03-17 Paul BauerFix errors overlooked in gmx msd changes
2021-03-16 Joe JordanUse RVec and std::array in gmx_domdec_comm_t
2021-03-16 Kevin BoydMigrate gmx msd to the trajectoryanalysis framework
2021-03-16 Artem ZhmurovUnify gpu_init_atomdata(...) function
2021-03-16 Artem ZhmurovUnify gpu_launch_cpyback(...) function in NBNXM
2021-03-16 Joe JordanRemove conditional assignemnt of cell sizes from domdec...
2021-03-16 Artem ZhmurovUnify gpu_init_atomdata(...) function
2021-03-15 Artem ZhmurovMove pmalloc(..)/pfree(...) to separate source files...
2021-03-15 Paul BauerAdd subcycle counting to MPI build
2021-03-15 Paul BauerMove M_PI definition to math/units.h
2021-03-15 Paul BauerAdd another cool quote.
2021-03-15 Artem ZhmurovDo not overallocate shiftVec and fshifts buffers in...
2021-03-15 Artem ZhmurovAdd a cool quote from Elvis Presley's song
2021-03-15 Artem ZhmurovFix clang-format in topio.cpp
2021-03-14 Kevin BoydFix leak in cpp_opts
2021-03-14 Szilárd PállUse existing PME f ready event in PmeForceSenderGpu
2021-03-13 Szilárd PállRename launchReceiveCoordinatesFromPpCudaDirect
2021-03-13 Paul BauerRemove cyclic dependency check from check-source
2021-03-12 Andrey AlekseenkoAdd DeviceAccessor<T,read> ctor from const DeviceBuffer<T>
2021-03-12 Paul BauerModernize PME GPU timing enums
2021-03-12 Alan GrayMove responsibility for GPU force clearing to state...
2021-03-11 Artem ZhmurovUnify insertNonLocalDependency(...) function in NBNXM
2021-03-11 Szilárd PállSimplify gmx_pme_send_force_vir_ener()
2021-03-11 Alan GrayFix unit test error due to GPU peer access already...
2021-03-11 Artem ZhmurovFix clang-tidy failures in AWH tests
2021-03-11 Andrey AlekseenkoProperly check for frozen atoms when disabling GPU...
2021-03-10 Paul BauerMake AWH parameters proper C++
2021-03-10 Artem ZhmurovRename some variables in GPU task assignment and fix...
2021-03-10 Artem ZhmurovRework atom locality validity checks
2021-03-10 Andrey AlekseenkoConvert PmeGpu->kernelParams->atoms.d_forces to RVec
2021-03-10 Joe JordanRemove param fillLocal, which was always false, from...
2021-03-10 Paul BauerChange vector references to Arrayref in AWH
2021-03-10 Andrey AlekseenkoRevert "Wrap more device pointers in DeviceBuffer"...
2021-03-10 Pascal MerzDon't test for pressure in replica exchange regression
2021-03-10 Andrey AlekseenkoDisable GPU update in the presence of frozen atoms
2021-03-10 Andrey AlekseenkoWrap more device pointers in DeviceBuffer
2021-03-09 Artem ZhmurovUnify gpu_copy_xq_to_gpu(...) function
2021-03-09 ejjordanMove radian-angle conversions to math/utility
2021-03-09 Joe JordanUse constexpr for physical constants and move them...
2021-03-09 Paul BauerFix missing stdint.h
2021-03-08 Mark AbrahamRevert "Use std::aligned_alloc"
2021-03-08 Andrey AlekseenkoUse map to speed up PreprocessingAtomTypes::atomTypeFro...
2021-03-08 ejjordanRemove includes from math/utilities that are not needed...
2021-03-08 Andrey AlekseenkoFix "wait before marking" synchronization bug
2021-03-07 Andrey AlekseenkoFix clang-tidy complaint failing our CI lint test
2021-03-05 Andrey AlekseenkoFix typo introduced during nbfp_comb refactoring
2021-03-05 Szilárd PállClarify the SYCL subgroup size on different targets
2021-03-05 Paul BauerRemove physical constant enums
2021-03-05 Mark AbrahamFix clang-format and naming of static variable
2021-03-05 Mark AbrahamIntroduce StringToEnumValue
2021-03-04 Paul BauerModernize AWH enumerations
next