larroy commented on issue #12160: Remove conflicting llvm OpenMP from cmake builds URL: https://github.com/apache/incubator-mxnet/pull/12160#issuecomment-440234463 @cjolivier01 we are linking against two different versions of omp, is this going to cause undefined behaviour in your opinion? ``` $ ldd build/tests/mxnet_unit_tests | grep omp libomp.so => /home/piotr/devel/mxnet/mxnet_other/build/3rdparty/openmp/runtime/src/libomp.so (0x00007f697bc55000) libXcomposite.so.1 => /usr/lib/x86_64-linux-gnu/libXcomposite.so.1 (0x00007f6970a60000) libgomp.so.1 => /usr/lib/x86_64-linux-gnu/libgomp.so.1 (0x00007f69660cd000) ```
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
