- Aug 10, 2021
-
-
Kurt A. O'Hearn authored
sPuReMD: change dummy atom behavior to participate only in Coulomb interactions (exclude from van der Waal interactions in this changeset).
-
Kurt A. O'Hearn authored
-
- Aug 05, 2021
-
-
Kurt A. O'Hearn authored
-
Kurt A. O'Hearn authored
PG-PuReMD: fix cross-stream race conditions on intermediary force calculation variables (CdDelta, Cdbo, etc.). Rework valency and torsion calculations to minmize the number of atomic operations performed. Split lone pair and over-/under-coordination kernels. Fix small size mismatch in allocation routines (over-allocation). Other code clean-up.
-
- Jul 26, 2021
-
-
Kurt A. O'Hearn authored
-
- Jul 23, 2021
-
-
Kurt A. O'Hearn authored
sPuReMD, PG-PuReMD: add control file keyword (include_polarization_energy) to toggle polarization energy calcuation in ReaxFF.
-
- Jul 20, 2021
-
-
Kurt A. O'Hearn authored
-
- Jul 14, 2021
-
-
Kurt A. O'Hearn authored
-
Kurt A. O'Hearn authored
-
Kurt A. O'Hearn authored
sPuReMD: rework charge solver for QMMM to not require explicit masking (MM atom fixed charges are not respected). Other code clean-up.
-
- Jul 02, 2021
-
-
Kurt A. O'Hearn authored
-
- Jul 01, 2021
-
-
Kurt A. O'Hearn authored
-
- Jun 29, 2021
-
-
Kurt A. O'Hearn authored
-
- Jun 28, 2021
-
-
Kurt A. O'Hearn authored
-
Kurt A. O'Hearn authored
sPuReMD: ensure reallocation for multi-simulation runs happens correctly for the charge solver codepath.
-
Kurt A. O'Hearn authored
sPuReMD: ensure matrix reallocation correctly occurs in multiple simulation cases where the linear system size increases.
-
- Jun 24, 2021
-
-
Kurt A. O'Hearn authored
-
- Jun 23, 2021
-
-
Kurt A. O'Hearn authored
sPuReMD: add dummy atom support for other geometry file formats (PDB, custom). Rework interal logging during debugging for memory management. Other code clean-up.
-
- Jun 22, 2021
-
-
Kaymak, Cagri authored
-
Kaymak, Cagri authored
-
- Jun 21, 2021
-
-
Kurt A. O'Hearn authored
-
Kurt A. O'Hearn authored
-
Kurt A. O'Hearn authored
sPuReMD: update QMMM interface for specifying molecular charge constraints for charge model (EEM only currently).
-
- Jun 09, 2021
-
-
Kurt A. O'Hearn authored
-
- Jun 08, 2021
-
-
Kurt A. O'Hearn authored
sPuReMD: fix issue with atoms exactly on the upper boundary of the simulation box not being correctly binned into grid cells for the cell method. Refine conversion constants for kinetic energy and temperature calculations to obtain better agreement with the Fortran ReaxFF codebase.
-
- Jun 02, 2021
-
-
Kurt A. O'Hearn authored
-
Kurt A. O'Hearn authored
-
Kurt A. O'Hearn authored
sPuReMD: fix code to remove several compiler warnings. Remove unused code. Disable compilation of several debug routines. Other code clean-up.
-
- Jun 01, 2021
-
-
Kurt A. O'Hearn authored
sPuReMD: add support for user-defined molecular charge constraints with EEM (using MOLCHARGE keyword in BGF geometry files). Fix issue with far neighbor list not being initialized for certain edge cases.
-
- May 24, 2021
-
-
Kurt A. O'Hearn authored
-
Kurt A. O'Hearn authored
-
Kurt A. O'Hearn authored
PG-PuReMD: fix warnings (and errors) from several uninitialized memory regions due to multiple stream change. Fix race condition with valence angle computation due to mistake with dynamic shared memory. Add control file parameter for setting the number of CUDA streams. Other code clean-up.
-
- May 13, 2021
-
-
Kurt A. O'Hearn authored
PG-PuReMD: fix issue with post-processing step with QEq pseudo-charges (too little storage in q array). Fix issue with device-wide CUB reductions and prefix sums reallocating device memory too frequently. Rework CUDA-aware MPI code to fix issues (still seeing out-of-memory errors on Ascent cluster at OLCF).
-
- May 12, 2021
-
-
Kurt A. O'Hearn authored
PG-PuReMD: ensure MPI pack/unpack CUDA kernels are run in the correct stream. Other changes to bring the CUDA-aware MPI functions for the charge solver in line with their MPI counterparts.
-
- May 11, 2021
-
-
Kurt A. O'Hearn authored
-
Kurt A. O'Hearn authored
-
- May 10, 2021
-
-
Kurt A. O'Hearn authored
-
- May 07, 2021
-
-
Kurt A. O'Hearn authored
PG-PuReMD: utlize multiple CUDA streams to run independent kernels in the ReaxFF+QEq task dependency graph.
-
Kurt A. O'Hearn authored
PG-PuReMD: fix stream issue with cudaMemset's happening in default stream (switch to cudaMemsetAsync). Rework memory management in light of this change.
-
- May 04, 2021
-
-
Kurt A. O'Hearn authored
WIP: finish the explicit single stream port by using cudaMemcpyAsync and cudaStreamSynchronize calls.
-