Skip to content

Commit dab9de1

Browse files
authored
Merge pull request #591 from fischer-ncar/main
Fix mpi-serial restart tests.
2 parents 286ddaf + 80ed8c8 commit dab9de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cime_config/buildnml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ def cmeps_lib_list(case):
640640
libs = case.get_values("CASE_SUPPORT_LIBRARIES")
641641

642642
mpilib = case.get_value("MPILIB")
643-
if mpilib == "mpi-serial":
643+
if mpilib == "mpi-serial" and "mpi-serial" not in libs:
644644
libs.insert(0, mpilib)
645645

646646
ocn_model = case.get_value("COMP_OCN")

0 commit comments

Comments
 (0)