Homec4science

Merge pull request #576 from akohlmey/sanitizer-changes

Authored by sjplimp <sjplimp@sandia.gov> on Jul 20 2017, 20:03.

Description

Merge pull request #576 from akohlmey/sanitizer-changes

Collected changes for issues detected by gcc -fsanitize

Event Timeline

GitHub <noreply@github.com> committed rLAMMPS72e5f537c8d0: Merge pull request #576 from akohlmey/sanitizer-changes (authored by sjplimp <sjplimp@sandia.gov>).Jul 20 2017, 20:03

Merged Changes

CommitAuthorDetailsCommitted
8499e72cdc91Axel Kohlmeyer
updates to USER-REAXC code in USER-OMP from Chris Knight. addresses issues with… 
Jul 20 2017
148364949e21Axel Kohlmeyer
fix memory corruption issue in fix reax/c/species 
Jul 18 2017
4ad952899922Axel Kohlmeyer
safer handling of memory management for lists in reax/c 
Jul 18 2017
358915d16ee7Axel Kohlmeyer
avoid division by zero in peri pair styles 
Jul 18 2017
d9186c8fde6dAxel Kohlmeyer
Revert "use neighbor list exclusions instead of a zero cutoff" 
Jul 18 2017
bc5186bc30e1Axel Kohlmeyer
fix unitialized pointer issue in USER-OMP with pppm/disp 
Jul 18 2017
c083d5d6f3f8Axel Kohlmeyer
fix memory leak in list of neighbor list requests 
Jul 18 2017
c3a2ed0d1b30Axel Kohlmeyer
plug small memory leak in USER-OMP variants of pppm kspace styles 
Jul 18 2017
23033404b0a4Axel Kohlmeyer
skip table consistency check for bitmapped tables 
Jul 18 2017
992ce797010dAxel Kohlmeyer
add sanity checks to EAM potential file reader subroutine 
Jul 16 2017
4ec07422f07cAxel Kohlmeyer
avoid division by zero when using cutoff 0.0 with pair_modify shift yes 
Jul 15 2017
3f297382ac1fAxel Kohlmeyer
Revert "do not allow pairwise cutoffs <= 0.0. avoids undefined behavior and… 
Jul 15 2017
bbb4d63db980Axel Kohlmeyer
use neighbor list exclusions instead of a zero cutoff 
Jul 14 2017
1c92eecea7fcAxel Kohlmeyer
move updated gauss_flow example to the correct folder 
Jul 14 2017
a04711b21f06Axel Kohlmeyer
do not allow pairwise cutoffs <= 0.0. avoids undefined behavior and division by… 
Jul 14 2017
e084d4dad633Axel Kohlmeyer
print warnings in Pair::init() only on MPI rank 0 
Jul 14 2017
522bc13d6786Axel Kohlmeyer
avoid casts to the wrong derived class, which upsets code analysis tools. seems… 
Jul 14 2017
14f1d646ad76Axel Kohlmeyer
provide working examples for all four peridynamics models and reference outputs 
Jul 14 2017
3b1134c1649aAxel Kohlmeyer
correct formatting error in peridynamics pair style docs 
Jul 14 2017
4d4c03a1e4f5Axel Kohlmeyer
restore gaussian flow example that was lost. tweak input to make it usable for… 
Jul 14 2017
8a1db83b7306Axel Kohlmeyer
silence static code analysis warning 
Jul 14 2017
de45a46529f9Axel Kohlmeyer
Merge branch 'compute_rdf_dynamic' into sanitizer-changes 
Jul 13 2017
32ca58bdf23cAxel Kohlmeyer
whitespace cleanup 
Jul 13 2017
111786e92e0fAxel Kohlmeyer
avoid trying to free NULL pointers and reallocate storage for OpenMP, when not… 
Jul 13 2017
132cee984051Axel Kohlmeyer
protect warning printf()s to be only printed on rank 0 
Jul 13 2017
609c8b1e8774Axel Kohlmeyer
add flag to reax/c system struct to signaling, whether OpenMP is active 
Jul 13 2017
cb935730c0b6Axel Kohlmeyer
Merge branch 'master' into compute_rdf_dynamic 
Jul 13 2017
71ddcaf0b607Axel Kohlmeyer
whitespace cleanup 
Jul 7 2017