Skip to content

Commit

Permalink
debugging: use site-independent language
Browse files Browse the repository at this point in the history
Problem: referencing the presumed content of a site wide totalview
config file is inappropriate in site independent docs.

Restore the earlier language.

Also drop a superfluous comma.
  • Loading branch information
garlick authored and grondo committed Mar 2, 2024
1 parent 0feaa56 commit bdbd334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jobs/debugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ can be handy when you debug a large-scale job. Please refer to

.. _TotalView user guide: https://docs.roguewave.com/en/totalview/current/html/

Exiting TotalView without completing a full run of your code, may not clean
Exiting TotalView without completing a full run of your code may not clean
up the Flux job. In that case you will need to cancel the flux job manually.

.. code-block:: console
Expand Down Expand Up @@ -79,7 +79,7 @@ exec-handling Tcl code into TotalView::

catch {dset TV::exec_handling { {^(flux|lrun|srun|jsrun)(<python[^>]*>(<flux-job>)?|<bash>|<jsrun>|<jswrap>)*$ go}} }

This code has been added to the site-wide ``.tvdrc`` file
This code should either be added to the site-wide ``.tvdrc`` file
to enable this for all TotalView sessions
or per-user file (e.g., ``tvdrc`` in the current working directory)
to enable this only for the user's own sessions.
Expand Down

0 comments on commit bdbd334

Please sign in to comment.