Skip to content
bekozi edited this page May 6, 2020 · 10 revisions

Welcome to the esmf-test-scripts wiki!

Milestone 1

Python script to clone, build, run ESMF make all_tests and commit the result into a dummy repository. Currently, tests run with default ESMF build/test settings (gfortran, mpiuni).

  1. Ensure python2.7 and gmake are available on your PATH. Also ensure your git email and username are configured. You can check this with git config -l.
  2. Store your public key on GitHub (see Connecting to GitHub with SSH).
  3. Clone the test script repository using: git clone git@github.com:esmf-org/esmf-test-scripts.git
  4. From the cloned directory run: cd milestone1 && python2.7 milestone1.py

Note: To verify data collection to a dummy repo, I'll add the CESM Core Team members to that dummy repo .

Clone this wiki locally