tan2 / DynEarthSol-old

A flexible modeling tool for geological/tectonic problems
MIT License
17 stars 15 forks source link

Memory related issue detected by Valgrind #16

Open chaseshyu opened 12 months ago

chaseshyu commented 12 months ago

For @tan2:

Commit: https://github.com/tan2/DynEarthSol/commit/b3802492f7affcb7fed847e7c504196a38bad3bd Compiler: g++ (GCC) 4.8.5

Compile command:

make ndims=2 BOOST_ROOT_DIR=/path/to/boost/62 -j4 opt=0

Debug command:

valgrind --leak-check=full --show-leak-kinds=all --log-file="valgrind-out.txt" ./dynearthsol2d oedometer-2d.cfg

Valgrind output:

valgrind-out.txt