apeforest commented on a change in pull request #17639: Set Ninja build 
generator in config.cmake instead of commmand line
URL: https://github.com/apache/incubator-mxnet/pull/17639#discussion_r382739707
 
 

 ##########
 File path: docs/static_site/src/pages/get_started/ubuntu_setup.md
 ##########
 @@ -130,13 +130,10 @@ the guide in [Math Library 
Selection](build_from_source#math-library-selection).
 ```bash
 rm -rf build
 mkdir -p build && cd build
-cmake -GNinja -C ../config.cmake ..
-cmake --build . --parallel 8
+cmake ..
+cmake --build .
 ```
 
-You can increase the `--parallel 8` argument to match the number of processor
 
 Review comment:
   I think we can leave this as an option in the doc. Some users may not want 
to use all the processors for compiling.

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


With regards,
Apache Git Services

Reply via email to