Skip to content

Commit

Permalink
Merge pull request #144 from jedwards4b/mpi-serial_debug_workaround
Browse files Browse the repository at this point in the history
workaround mpi-serial debug issue on derecho
  • Loading branch information
jedwards4b authored Jan 14, 2024
2 parents 6d5b4e1 + 9421e54 commit abbbbcf
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions machines/derecho/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<arg name="buffer"> --line-buffer</arg>
<arg name="separator"> -- </arg>
</arguments>
</mpirun>
</mpirun>
<module_system type="module" allow_error="true">
<init_path lang="perl">$ENV{LMOD_ROOT}/lmod/init/perl</init_path>
<init_path lang="python">$ENV{LMOD_ROOT}/lmod/init/env_modules_python.py</init_path>
Expand Down Expand Up @@ -74,15 +74,13 @@
<modules mpilib="mpich">
<command name="load">cray-mpich/8.1.27</command>
</modules>
<modules mpilib="mpi-serial">
<command name="load">mpi-serial/2.3.0</command>
</modules>

<modules mpilib="mpich" compiler="nvhpc" gpu_offload="!none">
<command name="load">cuda/12.2.1</command>
</modules>

<modules mpilib="mpi-serial">
<command name="load">mpi-serial/2.3.0</command>
<command name="load">netcdf/4.9.2</command>
</modules>

Expand All @@ -91,14 +89,19 @@
<command name="load">parallel-netcdf/1.12.3</command>
</modules>

<modules DEBUG="TRUE">
<command name="load">parallelio/2.6.2-debug</command>
<command name="load">esmf/8.6.0b04-debug</command>
<modules DEBUG="FALSE">
<command name="load">parallelio/2.6.2</command>
<command name="load">esmf/8.6.0</command>
</modules>

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

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

Expand Down

0 comments on commit abbbbcf

Please sign in to comment.