Zha0q1 edited a comment on pull request #19174: URL: https://github.com/apache/incubator-mxnet/pull/19174#issuecomment-730798084
So at commit 5f6e3f2d210b98f3139346e731f13b9ef4516ec2 we were doing a omp=1 openblas build. And I only added LINK-GOMP to the builds that had -DUSE_OPENMP=OFF. For other builds that have -DUSE_OPENMP=ON static link to openblas actually worked off the bat (without setting LINK-GOMP). Docker Image: https://github.com/apache/incubator-mxnet/blob/5f6e3f2d210b98f3139346e731f13b9ef4516ec2/ci/docker/Dockerfile.build.ubuntu#L88-L99 Build Function: https://github.com/apache/incubator-mxnet/blob/5f6e3f2d210b98f3139346e731f13b9ef4516ec2/ci/docker/runtime_functions.sh#L317-L336 CI: https://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-cpu/detail/PR-19174/24/pipeline/44 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
