-
Notifications
You must be signed in to change notification settings - Fork 364
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
Updates the libraries for GNU-GPU on Frontier #6352
Conversation
- Uses `-L/opt/cray/pe/gcc//11.2.0/snos/lib64/ -lgfortran` instead of `-L/opt/cray/pe/gcc-libs -lgfortran` as the lib in `/opt/cray/pe/gcc-libs` corresponds to GCC 12.2.0, while we are using GCC 11.2.0. - Adds missing `-L/opt/rocm-5.4.0/lib -lhsa-runtime64` [BFB]
|
is this BFB ? |
It should be BFB because the compiler hasn't been updated. |
I will try a couple of cases to see if they show BFB results and then try to merge it. If you have any specific compset and resolution for the BFB test, please let me know. |
I don't have any compset/resolution recommendations. I didn't know we had any baselines on Frontier for |
@bishtgautam, you're right that there is no baseline on Frontier. Sorry for the confusion. I ran the e3sm_developer test suite with this PR. Except for input data download failures (due to my incorrect wget settings), I encountered three build errors similar to the following. However, I believe this issue should be handled separately from this PR, and I think I can merge it to next and master.
|
Updates the libraries for GNU-GPU on Frontier
-L/opt/cray/pe/gcc//11.2.0/snos/lib64/ -lgfortran
instead of-L/opt/cray/pe/gcc-libs -lgfortran
as the lib in/opt/cray/pe/gcc-libs
corresponds to GCC 12.2.0, while we are using GCC 11.2.0.
-L/opt/rocm-5.4.0/lib -lhsa-runtime64
[BFB]