alexxy/gromacs.git
2021-04-14 Paul BauerModernize wallcycle counting
2021-04-14 Andrey AlekseenkoFix misc-misplaced-const clang-tidy warning
2021-04-14 Pascal MerzImplement Nose-Hoover thermostat for leap-frog modular...
2021-04-14 Andrey AlekseenkoAdd GMX_GPU_SYCL_NO_SYNCHRONIZE environment variable
2021-04-13 Berk HessImplement dynamic pair search for EM
2021-04-13 Kevin BoydReplace static trajectoryanalysismoduledata methods...
2021-04-13 Gaurav GargRemove thread-MPI limitation for GPU PP Halo exchange
2021-04-13 Joe JordanUse array for term and foreign_term in gmx_enerdata_t
2021-04-13 Kevin BoydAdd basic position restraints test
2021-04-13 Pascal MerzFix check source
2021-04-12 Joe JordanPass cFREEZE and cTC to update after DD partitioning
2021-04-12 Mark AbrahamImprove docs and naming for MdModulesNotifiers
2021-04-12 Pascal MerzRemove explicit dependency of EnergyData on thermostat...
2021-04-12 Sebastian KehlAdd unit test for the nonbonded fep kernel.
2021-04-12 Szilárd PállWorkaround for compilation with hipSYCL 0.9.1
2021-04-12 Joe JordanExpose init_interaction_const and move to correct heade...
2021-04-12 Mark AbrahamRelax default tolerance on pressure comparisons
2021-04-12 Joe JordanReplace defines with constexpr in ishift
2021-04-12 ejjordanConstructor for gmx_ekindata_t
2021-04-12 Kevin BoydPrepare SelectionCollection for parallel analysis
2021-04-12 Joe JordanAdd a fourth coordinate to virial tests
2021-04-12 Pascal MerzAllow thermostat to scale velocities before and after...
2021-04-12 Artem ZhmurovAdd a note on early return in device buffer operations
2021-04-12 Artem ZhmurovClean some headers in NBNXM GPU
2021-04-11 Pascal MerzPropagate from current rather than previous position
2021-04-11 Andrey AlekseenkoAdd GpuEventSynchronizer::isMarked to SYCL verion
2021-04-11 Christoph Junghanstemplate: fix build
2021-04-11 Andrey AlekseenkoMove ScalingMatrix to common GPU update code.
2021-04-11 Artem ZhmurovAdd early returns in clearDeviceBuffer(...) in OpenCL...
2021-04-11 Joe JordanPass ref_t to initialize_lambdas
2021-04-10 Dmitry MorozovFix several errors when compiling with MSVC
2021-04-10 ejjordanMinor forcerec cleanup
2021-04-10 Kevin BoydClean up leaks
2021-04-03 Artem ZhmurovRename NBAtomData into NBAtomDataGpu
2021-04-02 Paul BauerReplace gmx_mtop_ilistloop_all
2021-04-02 ejjordanMove domdec/partition into gmx namespace; minor cleanup
2021-04-02 Andrey AlekseenkoEnsure coordinates are copied for dipole moment calculation
2021-04-02 Paul BauerMake FileOptionTypes enum class
2021-04-02 Pascal MerzClarify connection of temperature / pressure coupling...
2021-04-01 Sebastian KehlAdd unit test for 1-4 interactions.
2021-04-01 Paul BauerRemove dead code in sasa module
2021-03-31 Mark AbrahamMake EnumerationArray::size() not static
2021-03-31 Joe JordanArrayRefs and const refs in global_stat
2021-03-31 Berk HessUse EnumerationArray for pull isAngleType
2021-03-31 Alan GrayRemove PME coordinate send code duplication
2021-03-31 Paul BauerMove cluster methods to its own file
2021-03-31 ejjordanFix doxygen for updateMDLeapfrogGeneral
2021-03-31 Joe JordanUse more ArrayRefs in signatures of update impl class
2021-03-31 Berk HessUse using for ArrayRef and RVec in pull code
2021-03-31 Artem ZhmurovUnify gpu_free(...) function in OpenCL, CUDA and SYCL...
2021-03-31 Artem ZhmurovFix conditional on when DtoH forces copy occur
2021-03-30 Berk HessMove dynamic pull groups and pull nthreads
2021-03-30 Artem ZhmurovUse default constructor for the device buffers that...
2021-03-30 Paul BauerFix some include guards in gmx ana
2021-03-30 Andrey AlekseenkoAllow the use of only one backend at a time with SYCL...
2021-03-30 kanduriTurn t_forcerec.shift_vec into an std::vector of gmx...
2021-03-30 Berk HessAdd coordIndex to t_pull_coord
2021-03-30 Mark AbrahamMove responsibility for checking bondeds in reverse...
2021-03-29 Joe JordanAdd tests for calcvir
2021-03-29 Andrey AlekseenkoFix webpage build
2021-03-29 Alan GrayAvoid unnecessary CPU force buffer clearing
2021-03-29 Joe JordanMove nsgrid header/source from mdlib to domdec
2021-03-29 Kevin BoydRemove unused LSAN suppressions
2021-03-27 Mark AbrahamUpdate developer guide on error handling
2021-03-27 Andrey AlekseenkoAvoid enqueueing the same event multiple times in nbnxn...
2021-03-26 Paul BauerChange logic for checksumming availability
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
next