idaholab / TMAP8

Tritium Migration Analysis Program, Version 8
https://mooseframework.inl.gov/TMAP8/
GNU Lesser General Public License v2.1
14 stars 17 forks source link

TMAP8 is failing newly added recover tests with threads #112

Closed cticenhour closed 4 months ago

cticenhour commented 5 months ago

Bug Description

During the addition of coverage testing as part of the completion of #93, extended parallel and threads testing was also added. This has led to failures in CI for particular combinations of parallel features (see below). Prior testing configurations (-p2 and --n-threads 2) worked great separately, but combined/with --recoverseem to have issues.

Steps to Reproduce

Build the current TMAP8 and attempt to run the tests with the configurations outlined in the following CI recipe: https://civet.inl.gov/job/2108694/

Impact

Not fixing this up leads to less confidence in TMAP8 results with larger problems that require parallel and recovery features.

cticenhour commented 4 months ago

This was addressed in #122, and is reflected in CIVET testing results: https://civet.inl.gov/event/174813/. Closing this issue.