Skip to content

Commit

Permalink
also sanity check cartesianMesh
Browse files Browse the repository at this point in the history
  • Loading branch information
branfosj authored Sep 6, 2024
1 parent 238acc3 commit 81701ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions easybuild/easyblocks/o/openfoam.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,9 @@ def sanity_check_step(self):
if self.looseversion < LooseVersion("11"):
tools.append("buoyantFoam")
tools.append("reactingFoam")
if self.looseversion >= LooseVersion('2406'):
# built from the plugins
tools.append("cartesianMesh")

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 81701ea

Please sign in to comment.