PVReaders::Allwmake: Compile the readers on $WM_NCOMPPROCS cores

This commit is contained in:
Henry Weller
2024-06-07 08:07:04 +01:00
parent 1078006b21
commit 4587071663

View File

@ -25,7 +25,7 @@ then
mkdir -p Make/$WM_OPTIONS > /dev/null 2>&1
cd Make/$WM_OPTIONS
cmake ../..
make
make -j $WM_NCOMPPROCS
)
else
(
@ -33,14 +33,14 @@ then
mkdir -p Make/$WM_OPTIONS > /dev/null 2>&1
cd Make/$WM_OPTIONS
cmake ../..
make
make -j $WM_NCOMPPROCS
)
(
cd PVFoamReader
mkdir -p Make/$WM_OPTIONS > /dev/null 2>&1
cd Make/$WM_OPTIONS
cmake ../..
make
make -j $WM_NCOMPPROCS
)
fi
fi