Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Aug 23, 2016
1 parent acd6b2b commit 169cc31
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions utils/python/CIME/SystemTests/pea.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
"""
Implementation of the CIME PEA test.
Verifies that interpolation of initial conditions onto an identical
configuration gives identical results:
Builds runs and compares a single processor mpi model to a model built using mpi-serial
(1) do a run with default mpi library (suffix base)
(2) do a run with mpi-serial (suffix mpi-serial)
Expand Down
7 changes: 0 additions & 7 deletions utils/python/CIME/SystemTests/system_tests_compare_two.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
that's needed in both cases. This is called before _case_one_setup or
_case_two_setup.
NOTE: Currently assumes that only one build is needed - i.e., there are no
build-time settings that need to be changed between the two cases.
"""

from CIME.XML.standard_module_setup import *
Expand Down Expand Up @@ -145,11 +143,6 @@ def _case_two_build(self, sharedlib_only=False, model_only=False):
self.build_indv(sharedlib_only=sharedlib_only, model_only=model_only)

def build_phase(self, sharedlib_only=False, model_only=False):
# TODO(wjs, 2016-08-05) This currently assumes that the two cases use
# the same build. Once we relax that assumption, we'll need a
# conditional here: If the two cases use the same build (based on
# self._separate_builds), then use the below logic; otherwise, do two
# builds.
if self._separate_builds:
self._case_one_build(sharedlib_only, model_only)
self._case_two_build(sharedlib_only, model_only)
Expand Down

0 comments on commit 169cc31

Please sign in to comment.