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

Do not use MKL with GNU compilers #114

Merged
merged 3 commits into from
Sep 15, 2017
Merged

Do not use MKL with GNU compilers #114

merged 3 commits into from
Sep 15, 2017

Conversation

tskisner
Copy link
Member

As described in #110 , do not use MKL except with the Intel compilers. This is due to the fact that Python / numpy scripts frequently load MKL prior to importing toast- which itself will try to dlopen MKL. This means that MKL used by python (with the Intel thread layer) must be compatible witth the MKL used with toast. This implies that toast must also use the Intel threading layer, which implies compilation with the Intel compilers.

…used with the Intel compiler. Change all platform examples and configuration of external build scripts to be compatible with this change.
…ves. When running unittests, ensure that the backend is set to plain Agg for plotting.
@tskisner
Copy link
Member Author

Since I've tested all unit tests with both the GNU and Intel toolchains, I'm going to self-merge this so that we can continue with updating toast-deps installations at NERSC.

@tskisner tskisner merged commit d3ef409 into master Sep 15, 2017
@tskisner tskisner deleted the mklrt branch September 15, 2017 16:36
@tskisner tskisner mentioned this pull request Sep 15, 2017
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 this pull request may close these issues.

1 participant