From a1a52a483a9de4638ebf0764dae00b564827fa89 Mon Sep 17 00:00:00 2001 From: Guilherme Calandrini <gupa977e@tu-dresden.de> Date: Thu, 6 Oct 2022 09:29:30 +0200 Subject: [PATCH] fix pipeline issues --- doc.zih.tu-dresden.de/docs/software/debuggers.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/software/debuggers.md b/doc.zih.tu-dresden.de/docs/software/debuggers.md index 3f523d724..13b1151d5 100644 --- a/doc.zih.tu-dresden.de/docs/software/debuggers.md +++ b/doc.zih.tu-dresden.de/docs/software/debuggers.md @@ -79,8 +79,9 @@ modified by DDT available, which has better support for Fortran 90 (e.g. derive - The more processes and nodes involved, the higher is the probability for timeouts or other problems - Debug with as few processes as required to reproduce the bug you 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/graphical_applications_with_webvnc.md) to start a remote desktop session in +- Module to load before using: `module load ddt` Start: `ddt <executable>` + - If the GUI runs too slow over your remote connection: Use +[WebVNC](../access/graphical_applications_with_webvnc.md) to start a remote desktop session in a web browser. - Slides from user training: [Parallel Debugging with DDT](misc/debugging_ddt.pdf) -- GitLab