From 1912c5ce159c0915b83c224690366183536601e7 Mon Sep 17 00:00:00 2001 From: bmss Date: Mon, 12 Aug 2024 10:53:09 +0100 Subject: [PATCH] Allwmake: Build Zoltan with multiple cores. --- Allwmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Allwmake b/Allwmake index 8c756520..bf5bf75c 100755 --- a/Allwmake +++ b/Allwmake @@ -697,7 +697,7 @@ blueCFDCore) --disable-zoltan-cppdriver \ --with-ccflags="$CFLAGS -DWIN${WM_ARCH_OPTION}" \ --with-cxxflags="$CXXFLAGS -DWIN${WM_ARCH_OPTION}" - make everything + make -j $WM_NCOMPPROCS everything make install ) else