ufs-community / ufs-srweather-app

UFS Short-Range Weather Application
Other
54 stars 116 forks source link

missed build_hera_gnu.env for Hera gnu setting #98

Closed panll closed 1 year ago

panll commented 3 years ago

I am trying to test UFS SRWEATHER-APP with GNU compiler on Hera, and don't find the file build_hera_gnu.env under the env directory. If the GNU compiler is supported on Hera, that file is needed. https://docs.google.com/spreadsheets/d/1C05XGZbGAHy67lQ2qgzlQ7Eqft7Qg9eGc4Wn4BbZFag/edit#gid=0

Thanks!

JulieSchramm commented 3 years ago

Hi Linlin,

You must have heard our meeting. Mike is going to get the SRW App to build on Hera with GNU and make the file.

On Wed, Feb 3, 2021 at 1:22 PM panll notifications@github.com wrote:

I am trying to test UFS SRWEATHER-APP with GNU compiler on Hera, and don't find the file build_hera_gnu.env under the env directory. If the GNU compiler is supported on Hera, that file is needed.

https://docs.google.com/spreadsheets/d/1C05XGZbGAHy67lQ2qgzlQ7Eqft7Qg9eGc4Wn4BbZFag/edit#gid=0

Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ufs-community/ufs-srweather-app/issues/98, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA3WNUZBL3GYTWIKE6LPMFLS5GWBVANCNFSM4XBQLC3A .

panll commented 3 years ago

Great, thanks!

mkavulich commented 3 years ago

@panll I looked into adding an environment file for GNU on Hera, and while all executables do build, there are problems in both the workflow and segfaults in UFS_UTILS. These problems can be solved but I think it's too late in the game to be debugging these issues for the release.

@climbfuji I'd recommend we not support GNU on Hera for the release, but we can discuss this further if there are objections.

climbfuji commented 3 years ago

@panll I looked into adding an environment file for GNU on Hera, and while all executables do build, there are problems in both the workflow and segfaults in UFS_UTILS. These problems can be solved but I think it's too late in the game to be debugging these issues for the release.

@climbfuji I'd recommend we not support GNU on Hera for the release, but we can discuss this further if there are objections.

Fine with me, as long as cheyenne.gnu and other generic gnu platforms work. Let's fix it for the develop branch.

panll commented 3 years ago

Thanks for checking that. @climbfuji @mkavulich Yes, we can fix it for the develop branch.

JulieSchramm commented 3 years ago

Run fails for GNU build on Hera with the message:

/contrib/miniconda3/4.5.12/lib/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by ufs-srweather-app/bin/chgres_cube)

@christinaholtNOAA May be able to update the library.

mkavulich commented 1 year ago

This was resolved some time ago, building and running with GNU compilers can now be done on Hera.