We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04cc75f commit b042476Copy full SHA for b042476
setup.env
@@ -23,7 +23,7 @@ export PATH="$ONL/tools/scripts:$ONL/tools:$PATH"
23
24
# Parallel Make Jobs
25
# Default parallel build settings
26
-export ONL_MAKE_PARALLEL=-j16
+export ONL_MAKE_PARALLEL=-j$(echo "$(nproc) * 2" | bc)
27
28
# Version files
29
$ONL/tools/make-versions.py --import-file=$ONL/tools/onlvi --class-name=OnlVersionImplementation --output-dir $ONL/make/versions
0 commit comments