You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/12/27 04:30:38 UTC

[GitHub] mwbyeon commented on issue #9205: compile error with clang

mwbyeon commented on issue #9205: compile error with clang
URL: https://github.com/apache/incubator-mxnet/issues/9205#issuecomment-354050251
 
 
   @CoinCheung 
   clang++ compiler does not support OpenMP. you have to disable it. set `USE_OPENMP=0`.
   if you want to run with clang and openmp, try with clang-omp(https://clang-omp.github.io/).

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services