From 27591f4d440f3ddd419cd924b6a36c28e9ca11cb Mon Sep 17 00:00:00 2001 From: Jim Garlick Date: Fri, 1 Mar 2024 16:13:05 -0800 Subject: [PATCH] debugging: use site-independent language 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. --- jobs/debugging.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jobs/debugging.rst b/jobs/debugging.rst index 27e86502..774e3bd8 100644 --- a/jobs/debugging.rst +++ b/jobs/debugging.rst @@ -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 @@ -79,7 +79,7 @@ exec-handling Tcl code into TotalView:: catch {dset TV::exec_handling { {^(flux|lrun|srun|jsrun)(]*>()?|||)*$ 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.