Skip to content

Commit

Permalink
Update docs for using chicoma debug reservation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdnolan committed Sep 12, 2024
1 parent 197417f commit 5fab513
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
19 changes: 19 additions & 0 deletions docs/developers_guide/machines/chicoma.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,22 @@ Then, you can build the MPAS model with
.. code-block:: bash
make [DEBUG=true] gnu-cray
debug jobs
~~~~~~~~~~

In order to run jobs in the debug queue, you will need to use:

.. code-block:: cfg
# Config options related to creating a job script
[job]
# The job partition to use
partition = debug
# The job reservation to use (needed for debug jobs)
reservation = debug
# The job quality of service (QOS) to use
qos =
7 changes: 5 additions & 2 deletions docs/users_guide/machines/chicoma.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,12 @@ when setting up test cases or a test suite:
# The job partition to use
partition = standard
# The job reservation to use (needed for debug jobs)
reservation =
# The job quality of service (QOS) to use
qos = standard
Additionally, some relevant config options come from the
`mache <https://github.com/E3SM-Project/mache/>`_ package:
Expand Down Expand Up @@ -213,4 +216,4 @@ To build the MPAS model with

.. code-block:: bash
make [DEBUG=true] [OPENMP=true] [ALBANY=true] gnu-cray
make [DEBUG=true] [OPENMP=true] [ALBANY=true] gnu-cray

0 comments on commit 5fab513

Please sign in to comment.