Skip to content

Commit

Permalink
Merge pull request #4521 from fvitt/derecho_cesm2_1
Browse files Browse the repository at this point in the history
derecho updates -- emsf lib for waccmx and intel compiler flags for E…
  • Loading branch information
jedwards4b authored Nov 28, 2023
2 parents 4af8897 + 2b3c903 commit 7cac6d1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
9 changes: 8 additions & 1 deletion config/cesm/machines/config_compilers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,14 @@ using a fortran linker.
<append> -lnetcdff -lnetcdf </append>
</SLIBS>
</compiler>

<compiler MACH="derecho" COMPILER="intel">
<CFLAGS>
<append> -march=core-avx2 -no-fma</append>
</CFLAGS>
<FFLAGS>
<append> -march=core-avx2 -no-fma</append>
</FFLAGS>
</compiler>

<compiler MACH="eastwind" COMPILER="intel">
<CFLAGS>
Expand Down
4 changes: 4 additions & 0 deletions config/cesm/machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1174,6 +1174,10 @@ This allows using a different mpirun command to launch unit tests
<command name="load">parallel-netcdf/1.12.3</command>
</modules>

<modules>
<command name="load">esmf/8.5.0</command>
</modules>

</module_system>

<environment_variables>
Expand Down

0 comments on commit 7cac6d1

Please sign in to comment.