alexxy/gromacs.git
2018-05-24 Mark AbrahamMove responsibility for bonded threading decomposition
2018-05-24 Mark AbrahamRelocate GPU initialization for PME
2018-05-24 Berk HessSimplify idef_fe in calc_listed_lambda
2018-05-24 Mark AbrahamReform Ewald-module cmake handling
2018-05-24 Berk HessChange nbs in nbv to std::unique
2018-05-24 Berk HessConvert gmx_domdec_master_t to C++
2018-05-23 Mark AbrahamClean up PME testing
2018-05-23 Roland SchulzRename GMX_OCL_CLUSTER_SIZE to GMX_OCL_NB_CLUSTER_SIZE
2018-05-23 Berk HessSplit off collect.cpp from domdec.cpp
2018-05-23 Berk HessConvert nbnxn_search to C++
2018-05-23 Kevin BoydRemoved "XXX non-matching atom names" Martini statement.
2018-05-22 Berk HessChange nbnxn grid reallocation
2018-05-22 Berk HessUse std::vector in nbnxn_search_t
2018-05-22 Berk HessUse std::vector in nbnxn_grid_t
2018-05-22 Kevin BoydCosmetic documentation changes
2018-05-22 Kevin BoydMinor fixes to mdrun performance documentation
2018-05-18 Berk HessClean up in nbnxn_grid.cpp
2018-05-18 Aleksei IupinovprepareGpuKernelArguments() and launchGpuKernel() are...
2018-05-17 Berk HessSplit off domdec distribution and cellsizes
2018-05-17 Berk HessSplit atom redistribution off from domdec.cpp
2018-05-17 Berk HessRemove commrec from set_ddbox()
2018-05-15 Roland SchulzAllow OCL CL_SIZE to be set to 4 for Intel
2018-05-15 Roland SchulzUse same OpenCL kernel for different Vendors
2018-05-15 Berk HessClean up PME domain count passing
2018-05-10 Carsten KutznerIntroduce helper classes for force provider input and...
2018-05-08 Aleksei IupinovImport clFFT library into the Gromacs source
2018-05-04 Paul BauerFix md -cpi -noappend
2018-05-04 Aleksei IupinovAdd clearDeviceBufferAsync() for CUDA/OpenCL
2018-05-04 Mark AbrahamMerge "Merge branch release-2018"
2018-05-04 Mark AbrahamMore const correctness
2018-05-03 Mark AbrahamMerge branch release-2018
2018-05-03 Berk HessEnable SIMD version of update
2018-05-03 Aleksei IupinovCopy missing GPU NB host deallocations from OpenCL...
2018-05-03 Aleksei Iupinovreplace cu_copy_* calls with DeviceBuffer functions...
2018-05-02 Aleksei IupinovRename OpenCL host memory routines to match the CUDA...
2018-05-02 Roland SchulzEnable uncrustify for OpenCL
2018-05-02 Roland SchulzSupport 4 sized cluster for GPU NBL search
2018-04-27 Aleksei IupinovMake asize() a proper template function instead of...
2018-04-27 Paul BauerFix file reading in gmx sans
2018-04-27 Aleksei IupinovRename the asize variable to numAlignmentAtoms
2018-04-27 Berk HessRemove pull MPI code duplication
2018-04-26 Paul BauerReorganize files for reference manual
2018-04-26 Paul BauerSplit up analysis chapter in reference manual
2018-04-26 Szilárd PállBump required CUDA version to 7.0
2018-04-26 Aleksei IupinovSeparate PME GPU host-only and host/device data structures
2018-04-26 Paul BauerSplit up special topics section in manual
2018-04-26 Aleksei IupinovAdd copyFromDeviceBuffer() CUDA/OpenCL implementations
2018-04-26 Mark AbrahamRevert "Tweak PME run mode checks"
2018-04-26 Paul BauerSplit up topology section in manual
2018-04-26 Paul BauerSplit up algorithms manual page
2018-04-25 Paul BauerAdd page breaks in reference manual
2018-04-25 Paul BauerSplit up Interaction functions manual page
2018-04-25 Mark AbrahamRefactor SD update
2018-04-25 Paul BauerChange image conversion to only be build once
2018-04-24 Berk HessFix indexing issue in the pull code
2018-04-23 Aleksei IupinovRemoved cu_realloc_buffered() in favor of reallocateDev...
2018-04-23 Aleksei IupinovDeviceBuffer headers are added
2018-04-23 Szilárd PállFix icc warning in post-submit
2018-04-21 Szilárd PállAdd post-submit with ARM HPC Toolchain
2018-04-21 Szilárd PállTweak PME run mode checks
2018-04-21 Paul BauerConvert manual from LaTeX to Markup
2018-04-21 Paul BauerSecond change tracking commit
2018-04-21 Paul BauerIntermediate commit to track changes to manual
2018-04-20 Szilárd PállMinor fix for pre-submit matrix docs
2018-04-19 Szilárd PállMove the PME GPU clearing to the end of the step
2018-04-18 Mark AbrahamIntroduce gmx_used_in_debug
2018-04-18 Paul BauerRemove obsolete variable prec gro file output
2018-04-17 Viveca LindahlDisallow -skip values <= 0 for gmx trjconv.
2018-04-17 Paul BauerFix legacy topology memory error
2018-04-17 Mark AbrahamShift per-step control logic to do_md
2018-04-17 Mark AbrahamBreak apart update_constraints
2018-04-16 Szilárd PállAdd post-submit test with hwloc off
2018-04-16 Berk HessMove natoms_mol out of gmx_molblock_t
2018-04-16 Mark AbrahamUpdated mdrun comparison infrastructure
2018-04-13 Szilárd PállUse trivalue option for GMX_HWLOC
2018-04-13 Mark AbrahamMerge branch release-2018
2018-04-13 Mark AbrahamClean up constraints code
2018-04-12 Aleksei IupinovMake in-source OpenCL kernel path a per-module parameter
2018-04-12 Mark AbrahamRemove use of where(), if DEBUG etc.
2018-04-12 Aleksei IupinovRemove CUDA_FUNC macros from many functions in PME GPU
2018-04-12 Aleksei IupinovStop PME GPU code from compiling on non-CUDA builds
2018-04-12 Mark AbrahamReorganize energy evaluation for EM
2018-04-10 Aleksei IupinovPrevent OpenCL timing memory leak
2018-04-10 Viveca LindahlMinor text edits and fix of broken link in user guide.
2018-04-09 Berk HessConvert gmx_molblock_t to C++
2018-04-05 Mark AbrahamSimplified handling of simulation runners
2018-04-05 Mark AbrahamCreate gromacs/mdrun module and move code there
2018-04-05 Szilárd PállRefactor cj preload in the nonbonded OpenCL kernels
2018-04-04 Mark AbrahamQuiet checkpoint reading
2018-04-04 Pascal MerzMove checkNumberOfBondedInteractions
2018-04-03 Berk HessConvert gmx_mtop_t to C++
2018-04-03 Mark AbrahamRemove leftover mention of twin-range scheme
2018-04-03 Mark AbrahamMerge "Merge branch release-2018"
2018-04-03 Berk HessChange warninp filenm to std::string
2018-04-03 Berk HessDo not calculate COM for pull group 0
2018-03-29 Berk HessMove file opening out of init_pull()
2018-03-29 Szilárd PállTweak/enable icc 18 post-submit tests
2018-03-29 Magnus LundborgImproved check of if only forces are computed in do_pairs()
2018-03-29 Paul BauerFix cmake Sphinx detection for versions >1.6.4
2018-03-29 Szilárd PállSwitch CUDA 9.0/gcc 5 test to CUDA 9.1/gcc 6
next