Skip to content

Commit

Permalink
Fix issue with mpi-serial on yellowstone.
Browse files Browse the repository at this point in the history
Because `SCC` and `SFC` have machine-specific settings for MPICH2, they
need machine-specific settings for all MPI libraries.
  • Loading branch information
quantheory committed Aug 25, 2016
1 parent 3cf9eec commit 4552326
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cime_config/cesm/machines/config_build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1337,6 +1337,8 @@ for mct, etc.
<PAPI_LIB MPILIB="mpich2">/glade/apps/opt/papi/5.3.0/intel/12.1.5/lib64 </PAPI_LIB>
<PFUNIT_PATH><env>CESMDATAROOT</env>/tools/pFUnit/pFUnit3.1_Intel15.0.1_MPI</PFUNIT_PATH>
<!-- Needed due to the way that netcdf is loaded on yellowstone -->
<SCC MPILIB="mpi-serial">icc</SCC>
<SFC MPILIB="mpi-serial">ifort</SFC>
<SCC MPILIB="mpich2"><var>MPICC</var></SCC>
<SFC MPILIB="mpich2"><var>MPIFC</var></SFC>
<SLIBS>
Expand Down

0 comments on commit 4552326

Please sign in to comment.