-
Notifications
You must be signed in to change notification settings - Fork 7
/
README.testing
29 lines (26 loc) · 1.41 KB
/
README.testing
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# README.testing
#
# The test list "aux_slim" is run as a test suite with the "create_test" script under cime/scripts
# as follows.
# NOTE: There are also tests for prealpha, prebeta for use with CESM testing
# And slim_sci to run a few standard tests for SLIM science
#
# Tests on cheyenne
cd cime/scripts
qcmd -l walltime=08:00:00 -q premium -- ./create_test --compare <baseline_compare> \
--queue premium --machine cheyenne -r cases --baseline-root /glade/p/cgd/tss/ctsm_baselines \
--generate <baseline_generate> --xml-category aux_slim --xml-machine cheyenne \
--xml-compiler intel --compiler intel
qcmd -l walltime=08:00:00 -q premium -- ./create_test --compare <baseline_compare> \
--queue premium --machine cheyenne -r cases --baseline-root /glade/p/cgd/tss/ctsm_baselines \
--generate <baseline_generate> --xml-category aux_slim --xml-machine cheyenne \
--xml-compiler gnu --compiler gnu
# Tests on izumi
#
cd cime/scripts
nohup ./create_test --compare <baseline_comp> --generate <baseline_generate> machine izumi -r cases \
--xml-category aux_slim --xml-machine izumi --xml-compiler nag &
nohup ./create_test --compare <baseline_comp> --generate <baseline_generate> machine izumi -r cases \
--xml-category aux_slim --xml-machine izumi --xml-compiler gnu &
nohup ./create_test --compare <baseline_comp> --generate <baseline_generate> machine izumi -r cases \
--xml-category aux_slim --xml-machine izumi --xml-compiler intel &