Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lack of openblas env #7105

Closed
luotao1 opened this issue Dec 29, 2017 · 0 comments · Fixed by #7104
Closed

Lack of openblas env #7105

luotao1 opened this issue Dec 29, 2017 · 0 comments · Fixed by #7104

Comments

@luotao1
Copy link
Contributor

luotao1 commented Dec 29, 2017

function cpu_config() {
# auto set KMP_AFFINITY and OMP_DYNAMIC from Hyper Threading Status
# only when MKL enabled
if [ "@WITH_MKL@" == "OFF" ]; then
return 0
fi

As above codes only set env when WITH_MKL=ON, thus, the openblas docker images don't set env correctly, which cause the error in #6568 (comment)

We have two methods to fix this problem:

  • manually set env in scripts.
  • auto set env in submit_local.sh.in
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant