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

ifort builds fail on gaea c5 #1362

Open
AlexanderRichert-NOAA opened this issue Oct 31, 2024 · 7 comments
Open

ifort builds fail on gaea c5 #1362

AlexanderRichert-NOAA opened this issue Oct 31, 2024 · 7 comments
Assignees
Labels
bug Something is not working

Comments

@AlexanderRichert-NOAA
Copy link
Collaborator

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)

@climbfuji
Copy link
Collaborator

isn't that a case for the usual compiler - env - prepend-path workaround we've been using for years on several machines?

@AlexanderRichert-NOAA
Copy link
Collaborator Author

Yep

@RatkoVasic-NOAA
Copy link
Collaborator

@AlexanderRichert-NOAA, what change is needed, how it was done before?

@AlexanderRichert-NOAA
Copy link
Collaborator Author

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 extra_rpaths?

@climbfuji
Copy link
Collaborator

I don't remember. Presumably because it works ;-)

@AlexanderRichert-NOAA
Copy link
Collaborator Author

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 -lmpifort_intel in the icc arguments, I'm not sure where it's coming from.

@climbfuji
Copy link
Collaborator

cray compiler wrappers maybe?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working
Projects
None yet
Development

No branches or pull requests

3 participants