From d41934240189b46882abdac9e477ac1a457e8de9 Mon Sep 17 00:00:00 2001 From: gspetro-NOAA Date: Fri, 24 May 2024 01:12:13 -0400 Subject: [PATCH] update command for running single test --- doc/UsersGuide/source/BuildingAndRunning.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/UsersGuide/source/BuildingAndRunning.rst b/doc/UsersGuide/source/BuildingAndRunning.rst index 9cf2282c8e..e74281e84f 100644 --- a/doc/UsersGuide/source/BuildingAndRunning.rst +++ b/doc/UsersGuide/source/BuildingAndRunning.rst @@ -582,7 +582,9 @@ To run a single test, users can try the following command instead of creating a .. code-block:: console - ./rt.sh -r -k -n control_p8 + ./rt.sh -r -k -n "control_p8 " + +where ``compiler`` is ``gnu`` or ``intel``. Troubleshooting ^^^^^^^^^^^^^^^^^^