Skip to content

Commit

Permalink
Merge branch 'jgfouca/cime/seq_fix' into next (PR #1766)
Browse files Browse the repository at this point in the history
Fix SEQ on skybridge/chama

Fix cherry-picked from ESMCI

[BFB]

* jgfouca/cime/seq_fix:
  Fix SEQ on skybridge/chama
  • Loading branch information
jgfouca committed Sep 1, 2017
2 parents 5d08c87 + 606df83 commit 1d9e89d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cime/scripts/lib/CIME/SystemTests/seq.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ def run_phase(self):
# update the pelayout settings for this run
self._case.read_xml()

case_setup(self._case, test_mode=True, reset=True)
self._case.set_value("BUILD_COMPLETE", True) # rootpe changes should not require a rebuild

self.run_indv()

restore("env_mach_pes.SEQ2.xml", newname="env_mach_pes.xml")
Expand All @@ -103,5 +106,8 @@ def run_phase(self):
# update the pelayout settings for this run
self._case.read_xml()

case_setup(self._case, test_mode=True, reset=True)
self._case.set_value("BUILD_COMPLETE", True) # rootpe changes should not require a rebuild

self.run_indv(suffix="seq")
self._component_compare_test("base", "seq")

0 comments on commit 1d9e89d

Please sign in to comment.