Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Once the model is installed, you can immediately run individual tests.
    1. cd $ACMEHOME/scripts
    2. ./create_test -testid t01 -testname ERS_D.f10_f10.ICLM45BGC.edison_intel

Installing the acme test suites on a new machine

A testlist needs to be created for your new machine.  Start with the acme_developer tests.  This step can be skipped if you are running on a supported machine.  This is code development and should be done on a branch following the Development Quick Guide

  1. Add <ACME>/scripts/acme to your PATH
  2. Cd to <ACME>/scripts/ccsm_utils/Testlistxml
  3. Run: update_acme_tests acme_developer ./testlist.xml -p <machine>,<compiler>

Installing test baselines with first run of a test suite.

...

  1. cd <ACME>/scripts
  2. ./create_test -xml_category acme_developer -xml_mach <machine> -xml_compiler <compiler> -testroot <scratch> -project <batch project> -generate <some-name-for-these-baselines> -baselineroot <path to baselineroot><scratch> is where the tests case roots will be created.developer  -g
  3. cd <testroot>
  4. <ACME>/scripts/acme/wait_for_tests */TestStatus
    1. Note: The wait_for_tests script requires a minimum python version number of 2.7.
  5. All tests should pass

...

Page Properties
hiddentrue
Related issues