[BUG] dolfinx MPI_ABORT due to tqdm progress bar #895
Labels
bug
Something isn't working
fenicsx
Issue that is related to the fenicsx support
good first issue
Good for newcomers
Describe the bug
We recently realised kaelyndunnell/hisp#18 that using the tqdm progress bar could cause crashes when it isn't closed after calling
run
To Reproduce
with dolfinx>=0.8 run:
** Fix **
The progress bar needs to be closed. All we need to do is add
self.progress_bar.close()
at the end ofFESTIM/festim/problem.py
Lines 105 to 119 in 77c97b3
It can also be closed manually after calling
run
.The text was updated successfully, but these errors were encountered: