-
Notifications
You must be signed in to change notification settings - Fork 282
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
adopt module_load_environment
: imkl
#3555
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Hmm, when I For prepend_path("CPATH", pathJoin(root, "mkl/include"))
prepend_path("CPATH", pathJoin(root, "mkl/include/fftw"))
prepend_path("LD_LIBRARY_PATH", pathJoin(root, "mkl/lib/intel64"))
-prepend_path("LIBRARY_PATH", pathJoin(root, "mkl/lib/intel64"))
+prepend_path("LIBRARY_PATH", pathJoin(root, "lib64"))
prepend_path("PKG_CONFIG_PATH", pathJoin(root, "mkl/bin/pkgconfig"))
setenv("EBROOTIMKL", root)
setenv("EBVERSIONIMKL", "2020.4.304") For prepend_path("FLEXIBLAS_LIBRARY_PATH", pathJoin(root, "mkl/2024.2/lib/intel64/flexiblas"))
prepend_path("LD_LIBRARY_PATH", pathJoin(root, "compiler/2024.2/lib"))
prepend_path("LD_LIBRARY_PATH", pathJoin(root, "mkl/2024.2/lib/intel64"))
-prepend_path("LIBRARY_PATH", pathJoin(root, "compiler/2024.2/lib"))
-prepend_path("LIBRARY_PATH", pathJoin(root, "mkl/2024.2/lib/intel64"))
prepend_path("PKG_CONFIG_PATH", pathJoin(root, "mkl/2024.2/lib/pkgconfig"))
setenv("EBROOTIMKL", root)
setenv("EBVERSIONIMKL", "2024.2.0") |
Test report by @boegel Overview of tested easyconfigs (in order)
Build succeeded for 24 out of 24 (24 easyconfigs in total) |
Update of imkl easyblock for #3527
edit (by @boegel): requires:
or