Commit eb35534e authored by L.S. Cook's avatar L.S. Cook Committed by Scott Cyphers

More detail around use of j in preparing to build nGraph with make (#605)

parent 4b41aca2
...@@ -79,10 +79,11 @@ information about how to change or customize this location. ...@@ -79,10 +79,11 @@ information about how to change or customize this location.
$ cd build && cmake ../ [-DNGRAPH_USE_PREBUILT_LLVM=TRUE] $ cd build && cmake ../ [-DNGRAPH_USE_PREBUILT_LLVM=TRUE]
#. (Optional) Run ``$ make [-jN]`` where ``-jN`` specifies the number of #. (Optional) Run ``$ make [-jN]`` where ``-jN`` specifies the number of physical
cores. The example here uses a configuration of ``j8``, which is cores to use to build. The example here uses a configuration of ``j8``,
good for a system install using an Intel® Xeon® (CPU processor). This step which is good for a system install using an 8-core Intel® Xeon® CPU processor.
is **not recommended** with Docker / VM installs. This step is **not recommended** for machines with too little RAM available,
such as those whose RAM is superceded by Docker or VM tasks.
.. code-block:: console .. code-block:: console
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment