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

intel.mk template update for mkl libraries #8

Merged

Conversation

thomas-robinson
Copy link
Member

On some systems, including the mkl libraries causes a crash on the linking step. This branch changes the logic for MKL_LIBS in intel.mk. Now a user can specify MKL_LIBS=none in their make command to exclude the mkl libraries on the link step of the compile. I wrapped the old logic in an if like this

ifeq ($(MKL_LIBS),none)
else
OLD MKL_LIBS LOGIC
endif

…BS=none in their to exclude the mkl libraries on the link step of the compile.
@thomas-robinson thomas-robinson merged commit 64d338a into NOAA-GFDL:master Aug 5, 2019
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.

2 participants