[GitHub] [incubator-mxnet] cjolivier01 edited a comment on issue #17641: OpenMP Error

2020-02-26 Thread GitBox
cjolivier01 edited a comment on issue #17641: OpenMP Error URL: https://github.com/apache/incubator-mxnet/issues/17641#issuecomment-591513111 i will post a pr in the next day or two that addresses this and also clang issue as well as transitive omp dependencies which may also cause the

[GitHub] [incubator-mxnet] cjolivier01 edited a comment on issue #17641: OpenMP Error

2020-02-25 Thread GitBox
cjolivier01 edited a comment on issue #17641: OpenMP Error URL: https://github.com/apache/incubator-mxnet/issues/17641#issuecomment-591207663 > @leezu what's the error of statically linking MKL libraries? for me it was some link error on some secondary thing like cpp unit test or

[GitHub] [incubator-mxnet] cjolivier01 edited a comment on issue #17641: OpenMP Error

2020-02-25 Thread GitBox
cjolivier01 edited a comment on issue #17641: OpenMP Error URL: https://github.com/apache/incubator-mxnet/issues/17641#issuecomment-590997673 > -DMKL_USE_STATIC_LIBS=ON How broken? When I built with clang, it seems to run ok. Nevermind, scratch that, it wasn;t finding mkl

[GitHub] [incubator-mxnet] cjolivier01 edited a comment on issue #17641: OpenMP Error

2020-02-24 Thread GitBox
cjolivier01 edited a comment on issue #17641: OpenMP Error URL: https://github.com/apache/incubator-mxnet/issues/17641#issuecomment-590527708 Another thing to note is that ompenmp with llvm also installs libgomp.so as a symlink to libomp.so, so there's a good chance that libomp.so will be

[GitHub] [incubator-mxnet] cjolivier01 edited a comment on issue #17641: OpenMP Error

2020-02-24 Thread GitBox
cjolivier01 edited a comment on issue #17641: OpenMP Error URL: https://github.com/apache/incubator-mxnet/issues/17641#issuecomment-590527708 Another thing to note is that ompenmp with llvm also installs libgomp.so as a symlink to libomp.so, so there's a good chance that libomp.so will be

[GitHub] [incubator-mxnet] cjolivier01 edited a comment on issue #17641: OpenMP Error

2020-02-24 Thread GitBox
cjolivier01 edited a comment on issue #17641: OpenMP Error URL: https://github.com/apache/incubator-mxnet/issues/17641#issuecomment-590521574 I can reproduce now. However, even if I remove the openmp build in CMakeLists.txt and build with clang, I get that warning, since it pulls in

[GitHub] [incubator-mxnet] cjolivier01 edited a comment on issue #17641: OpenMP Error

2020-02-24 Thread GitBox
cjolivier01 edited a comment on issue #17641: OpenMP Error URL: https://github.com/apache/incubator-mxnet/issues/17641#issuecomment-590521574 I can reproduce now. However, even if I remove the openmp build in CMakeLists.txt and build with clang, I get that warning, since it pulls in

[GitHub] [incubator-mxnet] cjolivier01 edited a comment on issue #17641: OpenMP Error

2020-02-24 Thread GitBox
cjolivier01 edited a comment on issue #17641: OpenMP Error URL: https://github.com/apache/incubator-mxnet/issues/17641#issuecomment-590521574 I can reproduce now. However, even if I remove the openmp build in CMakeLists.txt and build with clang, I get that warning, since it pulls in

[GitHub] [incubator-mxnet] cjolivier01 edited a comment on issue #17641: OpenMP Error

2020-02-21 Thread GitBox
cjolivier01 edited a comment on issue #17641: OpenMP Error URL: https://github.com/apache/incubator-mxnet/issues/17641#issuecomment-589836549 Actually, i don;t see this behavior when it does pull in mkl/pulling in the other omp (this is Ubuntu 18.04): ```

[GitHub] [incubator-mxnet] cjolivier01 edited a comment on issue #17641: OpenMP Error

2020-02-21 Thread GitBox
cjolivier01 edited a comment on issue #17641: OpenMP Error URL: https://github.com/apache/incubator-mxnet/issues/17641#issuecomment-589812034 btw, cmake files have min cmake at 3.13, but default 18.04 cmake install is cmake 3.10. Does anyone know what the deal is with 3.13? Ubuntu 18.04