- 14 Apr, 2025 1 commit
-
-
Peter Eastman authored
* Created DPDIntegrator class * Reference implementation of DPDIntegrator * Build neighbor list for DPDIntegrator * Minor fixes * Documentation for DPDIntegrator * Python API for DPDIntegrator * Preliminary OpenCL implementation of DPDIntegrator * Enable USE_PERIODIC * Use updated positions in DPD thermostat * Working on neighbor list for OpenCL DPDIntegrator * ReorderListener for particle types * Serialization for DPDIntegrator * CUDA implementation of DPDIntegrator * HIP implementation of DPDIntegrator * Fixed compile error in Python wrapper * Fixed compile error in wrappers * Fixed uninitialized memory in reference neighbor list * Added DPDIntegrator to C++ API docs * Fixed incorrect launch size * Fixed nan in DPD random number generator * Minor optimizations * Improved load balancing * Fixed an indexing error * Neighbor list uses the maximum cutoff of any force * Fixed HIP compilation error * Fixed access to invalid memory * Added test case for diffusion coefficient * Try to debug segfaults on CI * Debugging * Debugging * Debugging * Debugging * Debugging * Debugging * Possible fix * Debugging * Debugging * Debugging * Use correct block size on CPU OpenCL * Workaround for bug in Intel's OpenCL for CPUs * Removed an unnecessary define * Removed debugging code * Include Dart * More Intel workarounds * Workaround for error in NVIDIA OpenCL
-
- 27 Nov, 2024 1 commit
-
-
Peter Eastman authored
* CPU platform checkpoints random number generator * Fix Windows compilation error * Another Windows compilation error
-
- 03 Mar, 2017 1 commit
-
-
peastman authored
-
- 10 Jan, 2015 1 commit
-
-
Jason Swails authored
-
- 09 Jan, 2015 2 commits
-
-
Jason Swails authored
-
Jason Swails authored
This commit hits the CPU platform (I had previously thought it just used the Reference generator) as well as the CustomIntegrator stream that is set separately from the standard "integrator" stream attached to each platform for CUDA and OpenCL platforms (it seemed to me that the Reference platform's CustomIntegrator just used the integrator random stream).
-
- 25 Jul, 2014 1 commit
-
-
peastman authored
-
- 19 Dec, 2013 1 commit
-
-
peastman authored
-