Versions Compared

Key

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

Every ACME E3SM developer should be able to run the acmee3sm_developer test suite on at least one machine to which they have convenient access so that they can test their changes before submitting a pull request.

You have to first If you're not developing on a supported machine, follow the instructions in Installing E3SM on a cluster or HPC platform.  You can also use the Singularity container

Table of Contents

Adding more restart files.

The tests needs restart files not normally used in model runs.

  1. Populate restart files in to the inputdata directory (these do not get downloaded automatically by the tools as of beta10)  
    1. cd $ACMEHOME/inputdata * svn co https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/ccsm4_init

Installing individual tests

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

Installing test baselines with first run of a test suite.

Baselines are similar to the input data directory in that there should ideally be one of them per machine that all the ACME developers on that machine can read from.  There only needs to be, for example, one baseline made from ACME v0.2 and the pgi compiler on Titan.   The data sizes  can get large because history files are kept for all components for dozens of (short) runs.  All ACME developers on Titan can then compare against those baselines if they expect their changes to be BFB.

...

  1. cd <ACME>/cime/scripts
  2. ./create_test acme_developer  -g
  3. cd <testroot>
  4. <ACME>/cime/scripts/Tools/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

Filter by label (Content by label)
showLabelsfalse
max5
spacesDocs
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ( "testing" , "kb-how-to-article" ) and type = "page" and space = "Docs"
labelstesting kb-how-to-article

...