Skip to content

Commit

Permalink
Fix MPI issue in parametric_heat_conduction when saving in HDF
Browse files Browse the repository at this point in the history
  • Loading branch information
ckendrick committed Dec 11, 2024
1 parent 9d3b9bf commit 9c0cad2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/dmd/parametric_heat_conduction.py
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,9 @@ def EvalValue(self, x):
if (offline):
del dmd_u

if not csvFormat:
db.close()

#ifdef MFEM_USE_GSLIB
del pws
del pwsnap_CAROM
Expand Down

0 comments on commit 9c0cad2

Please sign in to comment.