alexxy/gromacs.git
2017-11-02 Mark AbrahamMerge branch release-2016
2017-11-02 Berk HessAdd missing Ewald correction for pme-user
2017-11-01 Paul BauerSmall change to LaTeX manual generation
2017-11-01 Mark AbrahamFix thread-MPI rank choice for orientation restraints
2017-11-01 Aleksei IupinovRemove unused PME GPU declarations
2017-11-01 Aleksei IupinovMove pme_gpu_finish_computation() documentation to...
2017-11-01 Paul BauerFixing missing references in web documentation
2017-11-01 Aleksei IupinovFix erroneous PME GPU "step" namings
2017-11-01 Mark AbrahamImprove handling of GPU IDs
2017-11-01 Aleksei IupinovSimplify PME GPU synchronization code
2017-10-31 Aleksei IupinovReuse epbcXY logic
2017-10-31 Szilárd PállFix nstlist increase warning print
2017-10-31 Szilárd PállCheck CUDA available/compiled code compatibility
2017-10-31 Mark AbrahamUpdate treatment of GPU compatibility data structure
2017-10-31 Szilárd PállFix nstlist increase warning print
2017-10-30 David van der... Fixed mdp output from electric field code.
2017-10-30 Aleksei IupinovFix reference mode build unused function warnings
2017-10-30 Berk HessRemove unused sign parameter from dih_angle()
2017-10-30 Roland SchulzArrayRef: Replace fromVector with subArray
2017-10-30 David van der... Added option -water tips3p to pdb2gmx.
2017-10-30 Aleksei IupinovBring PME GPU/CUDA internal structure names to CamelCase
2017-10-30 Mark AbrahamFix and update hw_info
2017-10-30 Aleksei IupinovUse new/delete for gmx_pme_t
2017-10-30 Aleksei IupinovSimplify PME data handling in runner
2017-10-29 Aleksei IupinovMake PME tuning logic more readable
2017-10-29 Berk HessRemove incorrect comment for CHARMM tips3p
2017-10-27 Aleksei IupinovRemove unused PME grid dump debug functions
2017-10-27 Mark AbrahamFix hw detection more
2017-10-27 Aleksei IupinovReplace a few asserts with GMX_ASSERT's
2017-10-27 Aleksei IupinovRemove defunct PME initialization error code return
2017-10-26 Mark AbrahamMake release matrix work again
2017-10-26 Szilárd PállReorganize PME GPU launch
2017-10-26 Mark AbrahamNew quote
2017-10-25 Mark AbrahamTeach the copyright checker about template.cpp
2017-10-24 Berk HessFix gmx check for tprs with different #atoms
2017-10-24 Aleksei IupinovRemove duplicate/outdated function declaration
2017-10-24 Aleksei IupinovMove commrec duty checking into simple getters
2017-10-23 Aleksei IupinovCorrect the page allocator description
2017-10-23 Szilárd PállEliminate some OCL/CUDA code code duplication
2017-10-23 Berk HessFix incorrect dV/dlambda for walls
2017-10-23 David van der... Split off the NMR related analyses from gmx energy.
2017-10-22 Aleksei IupinovChange PME GPU gather reduction argument from boolean...
2017-10-21 Berk HessMerge "Merge branch release-2016"
2017-10-21 Aleksei IupinovAdd calls to the PME GPU stages
2017-10-20 Mark AbrahamClarify docs for Fmax in EM
2017-10-20 Mark AbrahamMerge branch release-2016
2017-10-20 Berk HessFix warning for confout with periodic molecules
2017-10-19 Szilárd PállDisable OpenMP with clang 3.4 post-submit config
2017-10-19 Szilárd PállRemove unised OpenCL debugging helpers
2017-10-18 Berk HessMade CUDA PME texture reference conditional
2017-10-17 David van der... Fixed missing entries in nrnb arrays.
2017-10-16 Mark AbrahamMerge branch release-2016
2017-10-15 Berk HessImprove vsite parallel checking
2017-10-13 Aleksei IupinovRelax PME spline computation tolerance in double precis...
2017-10-13 Mark AbrahamUpdate tests for C++11 compiler and standard library
2017-10-13 Roland SchulzReplace all ConstArrayRef with ArrayRef<const T>
2017-10-13 Roland SchulzSpecialize ArrayRef for SimdReal
2017-10-13 Magnus LundborgDo not include headers related to ObservablesHistory
2017-10-13 Mark AbrahamFix cpuinfo on clang + non-x86
2017-10-12 Szilárd PállRemove the size_t from the PME gather CUDA kenels
2017-10-12 Aleksei IupinovRemove useless extern CUDA texture reference declaratio...
2017-10-12 Aleksei IupinovRevert "Drop NB_ from GMX_CUDA_NB_SINGLE_COMPILATION_UN...
2017-10-12 Berk HessSimplify virial handling
2017-10-11 Roland SchulzRequire template parameter for load function
2017-10-11 Roland SchulzUse tag for simdLoad
2017-10-11 Mark AbrahamIntroduced header for communication to/from PME ranks
2017-10-11 Aleksei IupinovFix clang warnings for PME CUDA kernels
2017-10-11 Aleksei IupinovRelax PME solving test complex grid tolerance
2017-10-11 Mark AbrahamCleaned up ewaldcoeff for PME-only ranks
2017-10-11 Aleksei IupinovCUDA 9/Volta support for PME
2017-10-11 Aleksei IupinovPME solving - CUDA kernel + unit tests
2017-10-11 Paul BauerChange to modules for build of web documentation
2017-10-11 Aleksei IupinovPME force gathering - CUDA kernel + unit tests
2017-10-11 Aleksei IupinovDrop NB_ from GMX_CUDA_NB_SINGLE_COMPILATION_UNIT cmake...
2017-10-11 Aleksei IupinovPME spline+spread CUDA kernel and unit tests
2017-10-11 Mark AbrahamUse clang-5 in Jenkins
2017-10-11 Berk HessDisable ARM Neon native rsqrt iteration
2017-10-09 Aleksei IupinovRemove some unnecessary includes from PME
2017-10-09 Aleksei IupinovPME GPU/CUDA data framework.
2017-10-07 Mark AbrahamTell cppcheck that .cpp and .cu files are c++
2017-10-07 Roland SchulzRefactor load+SimdLoad*ProxyInternal to reduce duplication
2017-10-06 Berk HessAdd acceleration correction VCM mode
2017-10-06 Berk HessFix max_size() in allocator.h
2017-10-06 Berk HessAdd SIMD intrinsics version of simple update
2017-10-06 Berk HessImprove PaddedRVecVector resizing
2017-10-06 Aleksei IupinovAdd timing accumulation capability into GpuRegionTimer
2017-10-05 Berk HessMake SIMD ambiguous test work with float/double only
2017-10-05 Szilárd PállRefactor scaled box handling for PME/Ewald
2017-10-05 Szilárd PállFix pair list array assertion
2017-10-05 Szilárd PállAvoid -Wmissing-prototypes warnings in clang CUDA builds
2017-10-05 Roland SchulzMake ConstArrayRef alias to ArrayRef<const T>
2017-10-05 Mark AbrahamContinue removing -nb gpu_cpu
2017-10-05 Roland SchulzFix that exp(load(x)) is ambiguous
2017-10-04 Roland SchulzAllow non-const access for const ArrayRef
2017-10-04 Aleksei IupinovRemove GPU timing functions superseded by GpuRegionTimer
2017-10-04 Berk HessRemove a force buffer argument from IForceProvider
2017-10-04 Mark AbrahamEnable group-scheme SIMD with GMX_SIMD=AVX2_128
2017-10-04 Aleksei IupinovAdd GpuRegionTimer class
2017-10-03 Szilárd PállMove Ewald splitting-related code to ewald-utils
2017-10-03 Aleksei IupinovBring CUDA texture getters documentation up-to-date
next