From 97184da95338ed07c675c100d38e04623f87147b Mon Sep 17 00:00:00 2001 From: Jan Frenzel <jan.frenzel@tu-dresden.de> Date: Mon, 16 Aug 2021 12:05:04 +0200 Subject: [PATCH] Broke too long lines and removed some blank lines in debuggers.md. --- doc.zih.tu-dresden.de/docs/software/debuggers.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/software/debuggers.md b/doc.zih.tu-dresden.de/docs/software/debuggers.md index af3dc6d9a..46a1d0656 100644 --- a/doc.zih.tu-dresden.de/docs/software/debuggers.md +++ b/doc.zih.tu-dresden.de/docs/software/debuggers.md @@ -82,10 +82,10 @@ derived types). want to find - Module to load before using: `module load ddt` - Start: `ddt <executable>` -- If the GUI runs too slow over your remote connection: Use [WebVNC](../access/web_vnc.md) to start a remote desktop session in a web browser. +- If the GUI runs too slow over your remote connection: + Use [WebVNC](../access/web_vnc.md) to start a remote desktop session in a web browser. - Slides from user training: [Parallel Debugging with DDT](misc/debugging_ddt.pdf) - ### Serial Program Example ```console @@ -130,7 +130,6 @@ salloc: Granted job allocation 123458 marie@login$ ddt srun ./myprog ``` - - Run dialog window of DDT opens. - If MPI-OpenMP-hybrid: set number of threads. - Hit *Run* @@ -156,7 +155,9 @@ Module Valgrind/3.14.0-foss-2018b and 12 dependencies loaded. marie@login$ srun -n 1 valgrind ./myprog ``` -- Not recommended for MPI parallel programs, since usually the MPI library will throw a lot of errors. But you may use valgrind the following way such that every rank writes its own valgrind logfile: +- Not recommended for MPI parallel programs, since usually the MPI library will throw + a lot of errors. But you may use valgrind the following way such that every rank + writes its own valgrind logfile: ```console marie@login$ module load Valgrind -- GitLab