COMP: Allwmake: fix compilation problem

On high numbers of cores the extrudeModel/polyLine can
start compiling before blockMesh/lnInclude has been
constructed correctly.
This commit is contained in:
mattijs
2021-03-31 09:23:02 +01:00
parent 6778ba9e3d
commit fefd59f374

View File

@ -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 blockMesh
wmake $targetType extrudeModel