Skip to content

Commit

Permalink
Highlight reason for OpenMP in the warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 authored Jan 28, 2020
1 parent 2baf117 commit bdcb47f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R-package/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ then
if test "${ac_pkg_openmp}" = no; then
OPENMP_CXXFLAGS=''
OPENMP_LIB=''
echo '******************************************************'
echo '*****************************************************************************************'
echo 'WARNING: OpenMP is unavailable on this Mac OSX system.'
echo ' You may install OpenMP library by running:\n'
echo ' To use multiple cores for training jobs, you should install OpenMP by running\n'
echo ' brew install libomp'
echo '******************************************************'
echo '*****************************************************************************************'
fi
fi

Expand Down

0 comments on commit bdcb47f

Please sign in to comment.