-
Notifications
You must be signed in to change notification settings - Fork 46
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
update nvhpc and gnu on derecho #179
base: main
Are you sure you want to change the base?
Conversation
machines/derecho/config_machines.xml
Outdated
<command name="load">cray-libsci/23.02.1.1</command> | ||
<command name="load">openblas/0.3.25</command> | ||
</modules> | ||
<modules compiler="nvhpc"> | ||
<command name="load">nvhpc/24.3</command> |
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.
Do you want to update nvhpc to nvhpc/24.7 here?
<command name="load">mkl</command> | ||
</modules> | ||
<modules compiler="cray"> | ||
<command name="load">cce/15.0.1</command> | ||
<command name="load">cray-libsci/23.02.1.1</command> | ||
<command name="load">cce/17.0.1</command> |
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.
So does Cray compiler work with CESM now?
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.
No - still having issues.
@@ -91,18 +91,22 @@ | |||
|
|||
<modules DEBUG="FALSE"> | |||
<command name="load">parallelio/2.6.2</command> | |||
<command name="load">esmf/8.6.0</command> | |||
<command name="load">esmf/8.6.1</command> |
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.
esmf/8.6.1 isn't available on derecho. There is esmf/8.6.1b04.
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.
Due to MODULEPATH changes, the following have been reloaded:
1) cray-mpich/8.1.27 2) netcdf/4.9.2
The following have been reloaded with a version change:
1) hdf5/1.12.2 => hdf5/1.14.3 2) intel/2023.2.1 => intel/2024.0.2
derecho1: /glade/campaign/cesm/development/espwg/SMYLE-CW3E-L83/cases/b.e21.BSMYLE-CW3E-L83.f09_g17.2013-11.018
:) module avail esmf
----------------------------------------------------------------------------- MPI-dependent Software - [oneapi + cray-mpich] -----------------------------------------------------------------------------
esmf/8.6.0-debug esmf/8.6.0 esmf/8.6.1b04 esmf/8.6.1-debug esmf/8.6.1 (D)
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.
esmf/8.6.1 isn't available for intel/2023.2.1, which the prealpha and prebeta tests use. I do see esmf/8.6.1 is available for intel/2024.0.2 (intel-oneapi). Are we switching to intel-oneapi?
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.
Let me work on this a bit more - I think that we should update to intel/2024.0.2 but not yet to intel-oneapi.
Updates gcc, cray and nvhpc compilers on derecho.