zachgk commented on a change in pull request #13364: [MXNET-1225] Always use 
config.mk in make install instructions
URL: https://github.com/apache/incubator-mxnet/pull/13364#discussion_r240347059
 
 

 ##########
 File path: docs/install/build_from_source.md
 ##########
 @@ -203,68 +204,74 @@ It is recommended to set environment variable 
NCCL_LAUNCH_MODE to PARALLEL when
 
 ### Build MXNet with C++
 
-* To enable C++ package, just add `USE_CPP_PACKAGE=1` when you run `make` or 
`cmake`.
+* To enable C++ package, just add `USE_CPP_PACKAGE=1` when you run `make` or 
`cmake` (see examples).
 
 <hr>
 
 ### Usage Examples
 
-* `-j` runs multiple jobs against multi-core CPUs.
-
 For example, you can specify using all cores on Linux as follows:
 
 ```bash
-cmake -j$(nproc)
+cmake -GNinja .
+ninja -v
 
 Review comment:
   Ok

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to