-
Notifications
You must be signed in to change notification settings - Fork 48
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
ifort builds fail on gaea c5 #1362
Comments
isn't that a case for the usual compiler - env - prepend-path workaround we've been using for years on several machines? |
Yep |
@AlexanderRichert-NOAA, what change is needed, how it was done before? |
See for example discover and derecho's compilers.yaml, where for Intel, there's an LD_LIBRARY_PATH prepend_path setting, which uses a path ending with 'intel64_lin' (which contains libimf.so). @climbfuji do you remember if there's a reason we didn't also add it to |
I don't remember. Presumably because it works ;-) |
I also ran into an issue on gaea just now where it wants libfabric, even though it's a serial code. Seemingly relatedly, I can see |
cray compiler wrappers maybe? |
Describe the bug
On the head of develop, the
error loading plugin: libimf.so: cannot open shared object file: No such file or directory
ifort error is occurring.To Reproduce
Clone head of develop, create an empty environment, and install, e.g., bufr or openblas.
Expected behavior
System:
gaea c5 (gaea58)
The text was updated successfully, but these errors were encountered: