summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 8fe4c1a914..d8e0d2b666 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -2405,6 +2405,46 @@
2405 </glossdef> 2405 </glossdef>
2406 </glossentry> 2406 </glossentry>
2407 2407
2408 <glossentry id='var-ICECC_PARALLEL_MAKE'><glossterm>ICECC_PARALLEL_MAKE</glossterm>
2409 <glossdef>
2410 <para>
2411 Extra options passed to the <filename>make</filename>
2412 command during the <filename>do_compile</filename> task
2413 that specify parallel compilation.
2414 This variable usually takes the form of
2415 <filename>-j 4</filename>, where the number
2416 represents the maximum number of parallel threads
2417 <filename>make</filename> can run.
2418 <note>
2419 The options passed affect builds on all enabled
2420 machines on the network, which are machines running the
2421 <filename>iceccd</filename> daemon.
2422 </note>
2423 </para>
2424
2425 <para>
2426 If your enabled machines support multiple cores,
2427 coming up with the maximum number of parallel threads
2428 that gives you the best performance could take some
2429 experimentation since machine speed, network lag,
2430 available memory, and existing machine loads can all
2431 affect build time.
2432 Consequently, unlike the
2433 <link linkend='var-PARALLEL_MAKE'><filename>PARALLEL_MAKE</filename></link>
2434 variable, there is no rule-of-thumb for setting
2435 <filename>ICECC_PARALLEL_MAKE</filename> to achieve
2436 optimal performance.
2437 </para>
2438
2439 <para>
2440 If you do not set <filename>ICECC_PARALLEL_MAKE</filename>,
2441 the build system does not use it (i.e. the system does
2442 not detect and assign the number of cores as is done with
2443 <filename>PARALLEL_MAKE</filename>).
2444 </para>
2445 </glossdef>
2446 </glossentry>
2447
2408 <glossentry id='var-ICECC_PATH'><glossterm>ICECC_PATH</glossterm> 2448 <glossentry id='var-ICECC_PATH'><glossterm>ICECC_PATH</glossterm>
2409 <glossdef> 2449 <glossdef>
2410 <para> 2450 <para>