Skip to content

Commit 50a0022

Browse files
committed
Add additional details regarding suite_info.py and the default supported suite list used
1 parent e4e87df commit 50a0022

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

scm/doc/TechGuide/chap_quick.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,22 @@ components.
344344
$ cmake ../src
345345
346346
By default, this option uses all supported suites. The list of
347-
supported suites is controlled by ``scm/src/suite_info.py``.
347+
supported suites is controlled by ``scm/src/suite_info.py`` and
348+
can be viewed with the following command.
349+
350+
.. code:: bash
351+
352+
$ ./suite_info.py --fc gnu --rl supported
353+
SCM_GFS_v16,SCM_GFS_v16_ps,SCM_GFS_v17_p8_ugwpv1,SCM_GFS_v17_p8_ugwpv1_ps,SCM_RAP,SCM_RAP_ps,SCM_HRRR_gf,SCM_HRRR_gf_ps,SCM_WoFS_v0,SCM_WoFS_v0_ps,SCM_GFS_v16_RRTMGP,SCM_GFS_v16_RRTMGP_ps
354+
355+
$ ./suite_info.py --help
356+
usage: suite_info.py [-h] [--fc FC] [--rl RL]
357+
358+
options:
359+
-h, --help show this help message and exit
360+
--fc FC Fortran compiler being used (e.g. gnu, intel, intelllvm, nvhpc)
361+
--rl RL run list type in rt_test_cases.py (e.g. supported, dev, legacy, sp)
362+
348363
349364
- All suites mode
350365

0 commit comments

Comments
 (0)