- 04 Mar, 2022 1 commit
-
-
Peter Eastman authored
* Minor optimizations to computing single pairs * Adjusted MAX_BITS_FOR_PAIRS on Ampere
-
- 01 Mar, 2022 1 commit
-
-
Peter Eastman authored
* DrudeLangevinIntegrator has getSystemTemperature() * DrudeNoseHooverIntegrator has getSystemTemperature() * StateDataReporter reports system temperature for Drude systems * Fixed incorrect return type
-
- 27 Jan, 2022 1 commit
-
-
Peter Eastman authored
* Fixed potential invalid memory access * Fixed exception
-
- 10 Jan, 2022 1 commit
-
-
Peter Eastman authored
-
- 27 Dec, 2021 1 commit
-
-
Peter Eastman authored
* Optimized CudaSort for non-uniformly distributed data * Optimized OpenCLSort for non-uniformly distributed data * Further tuned distributing elements between buckets * Copied optimizations over to OpenCL
-
- 30 Nov, 2021 1 commit
-
-
Peter Eastman authored
* Use multiple streams to broadcast positions * Use multiple streams to reduce forces * Adds sync between default stream and peer-copy * Minor cleanup Co-authored-by:David Clark <daclark@nvidia.com>
-
- 20 Nov, 2021 1 commit
-
-
Peter Eastman authored
-
- 19 Nov, 2021 1 commit
-
-
Peter Eastman authored
-
- 15 Nov, 2021 1 commit
-
-
Peter Eastman authored
-
- 14 Oct, 2021 1 commit
-
-
Peter Eastman authored
* Created MonteCarloFlexibleBarostat * Improved test cases * Documentation for MonteCarloFlexibleBarostat * Added a missing include * Serialization for MonteCarloFlexibleBarostat * Added MonteCarloFlexibleBarostat to C++ API docs index * Added citation for MonteCarloFlexibleBarostat
-
- 06 Oct, 2021 1 commit
-
-
Peter Eastman authored
-
- 04 Oct, 2021 1 commit
-
-
Peter Eastman authored
* Use cuCtxPushCurrent() and cuCtxPopCurrent() for selecting CUDA context * Fixed errors in amoeba coda * Fixed more errors in context selection
-
- 16 Sep, 2021 1 commit
-
-
Peter Eastman authored
* Allow querying current step count * Fixed error building Python wrapper
-
- 11 Aug, 2021 1 commit
-
-
Josh A. Mitchell authored
* Proof of concept matching current behaviour with Breathe * Reorganise C++ API docs to work without autosummary * Revert to Sphinx-native search * Move remaining pip deps to conda * Remove unnecessary lunrsearch templates * Remove lunrsearch from cmake * Tidy up layout of API docs * Get code blocks to work with Breathe Breathe doesn't seem to support the Doxygen <preformatted> tag. It does support the <code> tag, but better yet it supports using <verbatim> tags to embed rst into docstrings. This commit changes all <pre> tags to use RST verbatim, and updates the Python documentation machinery to support it too. * Clarified some language * Have doxygen exclude undocumented classes and have sphinx fail on warnings for C++ API docs * List custom forces and integrators last * Add breathe to documentation CI * Typo * Fix link to custom forces in extras.rst * Have Breathe process only public classes * Strip OpenMM:: prefix from rst files to avoid colons in links * Remove existing private classes from EXCLUDE_SYMBOLS * Add comment to C++ cmake describing why we promote warnings to errors * Revise documentation build instructions for new dependencies
-
- 15 Jul, 2021 1 commit
-
-
Peter Eastman authored
-
- 23 Jun, 2021 1 commit
-
-
David Clark authored
* Switches to using FindCUDAToolkit * Increases minimum CMake version to 3.17 for FindCUDAToolkit Co-authored-by:David Clark <daclark@nvidia.com>
-
- 15 Jun, 2021 1 commit
-
-
Peter Eastman authored
-
- 22 May, 2021 1 commit
-
-
Peter Eastman authored
* Began converting AMOEBA to common platform * Beginning of OpenCL platform for AMOEBA * Converted AmoebaVdwForce to common platform * Cleaned up reference AMOEBA tests * Began converting AmoebaMultipoleForce to common platform * Continue converting AmoebaMultipoleForce to common platform * Bug fixes * Bug fix * Continue converting AmoebaMultipoleForce to common platform * Converting AmoebaMultipoleForce and AmoebaGeneralizedKirkwoodForce to common platform * Converting AmoebaMultipoleForce and AmoebaGeneralizedKirkwoodForce to common platform * Creating OpenCL version of AmoebaMultipoleForce and AmoebaGeneralizedKirkwoodForce * Creating OpenCL version of AmoebaMultipoleForce and AmoebaGeneralizedKirkwoodForce * Creating OpenCL version of AmoebaMultipoleForce and AmoebaGeneralizedKirkwoodForce * Converted arrays from real3 to real * Bug fix to OpenCL AmoebaGeneralizedKirkwoodForce * Fixes for AMD GPUs * Began converting HippoNonbondedForce to common platform * Continuing to convert HippoNonbondedForce to common platform * Continuing to convert HippoNonbondedForce to common platform * Working on unifying PME kernels * Fixed error on devices without 64 bit atomics * Unified PME kernels * Converted HippoNonbondedForce to common platform * Creating OpenCL implementation of HippoNonbondedForce * Continuing OpenCL implementation of HippoNonbondedForce * Mostly finished OpenCL implementation of HippoNonbondedForce * Eliminated three component vector types in host code * Fix errors on CPU OpenCL * Skip double precision tests for AMOEBA on OpenCL * Bug fixes * Bug fixes * Fixed compilation error
-
- 22 Mar, 2021 1 commit
-
-
Peter Eastman authored
* Converted RPMD plugin to common platform * Merged RPMD tests for different platforms * Try to fix errors on CPU OpenCL
-
- 19 Mar, 2021 1 commit
-
-
Peter Eastman authored
* Converted more code to common platform * Converted more code to common platform
-
- 16 Mar, 2021 1 commit
-
-
David Clark authored
Co-authored-by:David Clark <daclark@nvidia.com>
-
- 11 Mar, 2021 1 commit
-
-
Peter Eastman authored
-
- 28 Feb, 2021 1 commit
-
-
Peter Eastman authored
* Began implementing geometric functions on points * Started common implementation of point functions * Completed implementation of point functions for CustomCompoundBondForce * Implemented point functions for CustomCentroidBondForce * Implemented point functions for CustomManyParticleForce * Use point functions to simplify implementation of custom forces * Removed unnecessary code * Fixed typo
-
- 22 Feb, 2021 1 commit
-
-
Peter Eastman authored
* Improve selection of architecture to compile for * Fixed compilation errors on older CUDA versions
-
- 18 Feb, 2021 1 commit
-
-
Peter Eastman authored
-
- 11 Feb, 2021 1 commit
-
-
Peter Eastman authored
* Use command line compiler if it is explicitly specified * Don't set OPENMM_CUDA_COMPILER on Jenkins
-
- 28 Jan, 2021 1 commit
-
-
David Clark authored
* Frames distance calculation as matrix multiplciation * Adds comment explaining distance calculation * Tunes launch bound for cuda11.2 * Simplifies the effective matrix multiplication Co-authored-by:David Clark <daclark@nvidia.com>
-
- 23 Dec, 2020 1 commit
-
-
peastman authored
-
- 10 Dec, 2020 2 commits
-
-
David Clark authored
* Changes name of NVRTC program * Adds launch bounds for findInteractingBlocks * Replaces launch bound parameter with named constant Co-authored-by:David Clark <daclark@nvidia.com>
-
David Clark authored
* Adds cuFFT error checking for execution * Removes tabs Co-authored-by:David Clark <daclark@nvidia.com>
-
- 25 Nov, 2020 1 commit
-
-
peastman authored
-
- 08 Oct, 2020 1 commit
-
-
peastman authored
-
- 25 Sep, 2020 1 commit
-
-
peastman authored
-
- 24 Sep, 2020 1 commit
-
-
peastman authored
-
- 16 Sep, 2020 1 commit
-
-
peastman authored
-
- 10 Sep, 2020 1 commit
-
-
peastman authored
-
- 03 Sep, 2020 1 commit
-
-
peastman authored
* CCMA with a small number of constraints uses a single kernel * Fixed compilation errors in kernel * Fixed compilation errors in kernel * Further optimizations to CCMA with few constraints
-
- 02 Sep, 2020 1 commit
-
-
peastman authored
-
- 28 Aug, 2020 1 commit
-
-
peastman authored
-
- 20 Aug, 2020 1 commit
-
-
peastman authored
* Fixed range overflow with very large numbers of atoms * More fixes to overflow with large numbers of atoms * Fix test failures
-