-
Notifications
You must be signed in to change notification settings - Fork 6
Home
bekozi edited this page May 6, 2020
·
10 revisions
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).
- Ensure
python2.7
andgmake
are available on yourPATH
. Also ensure your git email and username are configured. You can check this withgit config -l
. - Store your public key on GitHub (see Connecting to GitHub with SSH).
- Clone the test script repository using:
git clone git@github.com:esmf-org/esmf-test-scripts.git
- 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 .