Skip to content

Commit

Permalink
Merge branch 'sarats/machinefiles/summit-mpi-aug-2019' into next(#3115)
Browse files Browse the repository at this point in the history
Default MPI module has been updated on Summit. Old module is still
available but hidden in listing.

A SIGSEGV error was encountered using older module with F-case. This
module update fixes that issue.

Fixes #3114

[BFB]

* sarats/machinefiles/summit-mpi-aug-2019:
  Summit machine file: Update MPI module
  • Loading branch information
minxu74 committed Aug 9, 2019
2 parents 80664d1 + e9fe872 commit 8e79ad1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cime/config/e3sm/machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3016,13 +3016,13 @@
<!-- mpi lib settings -->
<!-- Sometimes,same versions of libraries are not available for different compilers, hence the split below -->
<modules compiler="ibm" mpilib="!mpi-serial">
<command name="load">spectrum-mpi/10.3.0.0-20190419</command>
<command name="load">spectrum-mpi/10.3.0.1-20190611</command>
</modules>
<modules compiler="pgi.*" mpilib="!mpi-serial">
<command name="load">spectrum-mpi/10.3.0.0-20190419</command>
<command name="load">spectrum-mpi/10.3.0.1-20190611</command>
</modules>
<modules compiler="gnu" mpilib="!mpi-serial">
<command name="load">spectrum-mpi/10.3.0.0-20190419</command>
<command name="load">spectrum-mpi/10.3.0.1-20190611</command>
</modules>

<modules>
Expand Down

0 comments on commit 8e79ad1

Please sign in to comment.