Skip to content

Commit

Permalink
Merge pull request #149 from ESMCI/fischer/fix_derecho_esmf_debug
Browse files Browse the repository at this point in the history
The esmf and parallelio module commends weren't being set when compiling with DEBUG turned on, and not using
mpi-serial.
  • Loading branch information
fischer-ncar authored Jan 31, 2024
2 parents c29b8ae + 9b3d428 commit 59648df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machines/derecho/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<command name="load">esmf/8.6.0</command>
</modules>

<modules DEBUG="FALSE" mpilib="!mpi-serial">
<modules DEBUG="TRUE" mpilib="!mpi-serial">
<command name="load">parallelio/2.6.2-debug</command>
<command name="load">esmf/8.6.0-debug</command>
</modules>
Expand Down

0 comments on commit 59648df

Please sign in to comment.