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)
|
-update)
|
||||||
wrmdep -update
|
wrmdep -update
|
||||||
wrmdep -old
|
wrmdep -old
|
||||||
|
if [ -n "$WM_NCOMPPROCS" ]
|
||||||
|
then
|
||||||
|
wmakeLnIncludeAll -j$WM_NCOMPPROCS
|
||||||
|
else
|
||||||
wmakeLnIncludeAll
|
wmakeLnIncludeAll
|
||||||
|
fi
|
||||||
wclean empty
|
wclean empty
|
||||||
export WM_UPDATE_DEPENDENCIES=yes
|
export WM_UPDATE_DEPENDENCIES=yes
|
||||||
[ -z "$all" ] && all="all"
|
[ -z "$all" ] && all="all"
|
||||||
|
|||||||
Reference in New Issue
Block a user