mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
wmake: use the new parallel wmakeLnIncludeAll option if WM_NCOMPPROCS is set
This commit is contained in:
@ -154,7 +154,12 @@ do
|
||||
-update)
|
||||
wrmdep -update
|
||||
wrmdep -old
|
||||
wmakeLnIncludeAll
|
||||
if [ -n "$WM_NCOMPPROCS" ]
|
||||
then
|
||||
wmakeLnIncludeAll -j$WM_NCOMPPROCS
|
||||
else
|
||||
wmakeLnIncludeAll
|
||||
fi
|
||||
wclean empty
|
||||
export WM_UPDATE_DEPENDENCIES=yes
|
||||
[ -z "$all" ] && all="all"
|
||||
|
||||
Reference in New Issue
Block a user