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 15456c7 commit 4a63f4aCopy full SHA for 4a63f4a
python-package/xgboost/build-python.sh
@@ -22,7 +22,7 @@ else
22
echo "Building multi-thread xgboost failed"
23
echo "Start to build single-thread xgboost"
24
make clean
25
- make lib/libxgboost.so -j4 no_omp=1
+ make lib/libxgboost.so -j4 USE_OPENMP=0
26
echo "Successfully build single-thread xgboost"
27
echo "If you want multi-threaded version"
28
echo "See additional instructions in doc/build.md"
0 commit comments