Skip to content
Snippets Groups Projects
Commit fefd59f3 authored by mattijs's avatar mattijs
Browse files

COMP: Allwmake: fix compilation problem

On high numbers of cores the extrudeModel/polyLine can
start compiling before blockMesh/lnInclude has been
constructed correctly.
parent 6778ba9e
Branches
Tags
No related merge requests found
...@@ -4,6 +4,9 @@ cd "${0%/*}" || exit # Run from this directory ...@@ -4,6 +4,9 @@ cd "${0%/*}" || exit # Run from this directory
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# Make sure extrudeModel can find blockEdgeList.H
wmakeLnInclude -u blockMesh
wmake $targetType snappyHexMesh wmake $targetType snappyHexMesh
wmake $targetType blockMesh wmake $targetType blockMesh
wmake $targetType extrudeModel wmake $targetType extrudeModel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment