lanl / LaGriT

Los Alamos Grid Toolbox (LaGriT) is a library of user callable tools that provide mesh generation, mesh optimization and dynamic mesh maintenance in two and three dimensions.
https://lanl.github.io/LaGriT/
Other
116 stars 48 forks source link

address underlying reasons exceptions are thrown #234

Open millerta opened 2 years ago

millerta commented 2 years ago

Original issue series 5 gfortran exceptions are signalling: IEEE_DENORMAL #73 V3.33 release traps these exceptions

This issue for new release will fix exceptions by flags and or code errors.

additional checks
  valgrind --leak-check=yes --track-origins=yes  --log-file=memcheck.txt mylagrit < input.lgi
  mkdir valgrind
  cp memcheck.txt valgrind