- Mar 04, 2019
-
-
Kurt A. O'Hearn authored
-
Kurt A. O'Hearn authored
-
Kurt A. O'Hearn authored
-
Kurt A. O'Hearn authored
sPuReMD: fix several more warning from Valgrind (out-of-bounds accesses in force tabulation lookup tables, sparse matrices with EE/ACKS2 with tabulation). Remove unused variables. Fixes to string handling. Other code clean-up.
-
- Mar 01, 2019
-
-
Kurt A. O'Hearn authored
-
Kurt A. O'Hearn authored
-
Kurt A. O'Hearn authored
sPuReMD: fix several issues with strings not being null-terminated. Fix use of uninitialized values reported by Valgrind (heap memory). Other general clean-ups.
-
- Feb 28, 2019
-
-
Kurt A. O'Hearn authored
sPuReMD: fix issue with list for debugging forces not having indices initialized (dDelta, dBO). Fix interaction counting in OpenMP code (greater than 1 thread). Other general clean-up.
-
- Feb 27, 2019
-
-
Kurt A. O'Hearn authored
sPuReMD: fix small differences in valence angle energy term with Fortran ReaxFF code. Other minor code updates.
-
- Feb 25, 2019
-
-
Kurt A. O'Hearn authored
-
- Feb 21, 2019
-
-
Kurt A. O'Hearn authored
-
- Feb 20, 2019
-
-
Kurt A. O'Hearn authored
sPuReMD: change log file column headers to be contigious strings of non-whitespace characters to facilitate post-processing.
-
Kurt A. O'Hearn authored
Fix build issue where config.h.in is only generated once (for sPuReMD) => common file across all versions.
-
Kurt A. O'Hearn authored
-
- Feb 19, 2019
-
-
Kurt A. O'Hearn authored
-
- Feb 18, 2019
-
-
Alperen, Abdullah authored
-
Kurt A. O'Hearn authored
sPuReMD: fix issue with incorrect cutoff being applied for periodic neighbors in small simulation boxes (nonb_cut -> vlist_cut). Other clean-up and debug I/O updates.
-
- Feb 14, 2019
-
-
Alperen, Abdullah authored
-
- Feb 13, 2019
-
-
Alperen, Abdullah authored
-
- Feb 07, 2019
-
-
Kurt A. O'Hearn authored
-
- Feb 06, 2019
-
-
Kurt A. O'Hearn authored
Build toos: refactor to remove recurisve Makefiles. Fix issue with OpenMP flags being overridden when user supplied value for CFLAGS variable.
-
- Jan 29, 2019
-
-
Kurt A. O'Hearn authored
-
- Jan 28, 2019
-
-
Kurt A. O'Hearn authored
-
- Jan 27, 2019
-
-
Kurt A. O'Hearn authored
PuReMD-old: fix issue where nonbonded time was incorrect when energy_update_freq > 1. Update tools/run_sim.py to include both total simulation time and mean time per step.
-
Kurt A. O'Hearn authored
-
Kurt A. O'Hearn authored
-
Kurt A. O'Hearn authored
-
- Jan 26, 2019
-
-
Kurt A. O'Hearn authored
-
- Jan 25, 2019
-
-
Kurt A. O'Hearn authored
PuReMD-old: increase precision in log file to 4 decimal places for select fields. Merge MPI log parsing logic.
-
- Jan 23, 2019
-
-
Kurt A. O'Hearn authored
PuReMD-old: fix communications to only use full shell pattern for non-charge methods (bug only present using neutral territory communication method). TODO: revisit code structure at a later date.
-
Kurt A. O'Hearn authored
PuReMD-old: fix convergence checks for PIPECG and PIPECR. Update CG to used preconditioned residual in it's check.
-
- Jan 21, 2019
-
-
Kurt A. O'Hearn authored
-
Kurt A. O'Hearn authored
-
- Jan 18, 2019
-
-
Kurt A. O'Hearn authored
-
Kurt A. O'Hearn authored
PuReMD-old: protect against buffer overflows for traj_title. NOTE: strcpy IS NOT SAFE, DO NOT USE EVER. USE strncpy INSTEAD.
-
Kurt A. O'Hearn authored
PuReMD-old: back-port run_sim.py from master branch. Update control file parsing to ignore sPuReMD/PG-PuReMD options.
-
- Jan 15, 2019
-
-
Kurt A. O'Hearn authored
-
Kurt A. O'Hearn authored
sPuReMD: add ACKS2 geometry-dependent forces to tabulated computation of van der Waals and Coulomb terms. Replace double precision equality check with difference comparison.
-
Kurt A. O'Hearn authored
sPuReMD: add missing header files when distributing (make dist). Fix OpenMP bug with ACKS2 geometry-dependent force contribution. Fix small OpenMP compilation issue. Update tools/run_sim.py to respect geo_format parameter and infer if not present for md_run_custom.
-
- Jan 10, 2019
-
-
Kurt A. O'Hearn authored
PuReMD-old: optimizations in Init_Bond_Full for fusing hbond and bond list computation and removing unnecessary sorting and sym_index updating.
-