Skip to content

Commit

Permalink
no modifyMesh in OpenFOAM 12
Browse files Browse the repository at this point in the history
  • Loading branch information
branfosj authored Sep 4, 2024
1 parent cdc4930 commit c13ccec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions easybuild/easyblocks/o/openfoam.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,8 @@ def sanity_check_step(self):
if self.looseversion < LooseVersion("11"):
tools.append("buoyantFoam")
tools.append("reactingFoam")
if self.is_dot_org and self.looseversion < LooseVersion("12"):
tools.remove("modifyMesh")

bins = [os.path.join(self.openfoamdir, "bin", x) for x in ["paraFoam"]] + \
[os.path.join(toolsdir, x) for x in tools]
Expand Down

0 comments on commit c13ccec

Please sign in to comment.