mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user