idaholab / blackbear

BlackBear is a MOOSE-based code for simulating degradation processes in concrete and other structural materials.
GNU Lesser General Public License v2.1
17 stars 42 forks source link

Fixes memory leak in CIVET valgrind tests #317

Closed reverendbedford closed 1 year ago

reverendbedford commented 1 year ago

This fixes the memory leak in NEML causing these errors andcorrects the original NEML driver to reflect the new API names for internal variables.

Again sorry about all of this...

moosebuild commented 1 year ago

Job Test on 40de927 wanted to post the following:

View the site here

This comment will be updated on new commits.

moosebuild commented 1 year ago

Job Coverage on 40de927 wanted to post the following:

Coverage

e4db2f #317 40de92
Total Total +/- New
Rate 95.61% 95.61% - 100.00%
Hits 1371 1371 - 4
Misses 63 63 - 0

Diff coverage report

Full coverage report

This comment will be updated on new commits.

bwspenc commented 1 year ago

Thanks for getting right on this, @reverendbedford! I'll keep an eye on the valgrind tests to confirm that this fixed it.