From 8c29eac70bb02acf806ed863543244e5f3ec9ea3 Mon Sep 17 00:00:00 2001 From: Martin Schroschk <martin.schroschk@tu-dresden.de> Date: Wed, 25 Jan 2023 10:50:41 +0100 Subject: [PATCH] Improve phrase --- .../docs/software/mpi_usage_error_detection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.zih.tu-dresden.de/docs/software/mpi_usage_error_detection.md b/doc.zih.tu-dresden.de/docs/software/mpi_usage_error_detection.md index c60f1aff1..3ad1b2834 100644 --- a/doc.zih.tu-dresden.de/docs/software/mpi_usage_error_detection.md +++ b/doc.zih.tu-dresden.de/docs/software/mpi_usage_error_detection.md @@ -16,7 +16,7 @@ standard and will issue warnings if there are errors or non-portable constructs. without modifying your source code, though we suggest to add the debugging flag `-g` during compilation. -See also [MUST Introduction Slides](misc/parallel_debugging_must.pdf). +See also [MUST Introduction Slides](misc/parallel_debugging_must.pdf) for a starting point. ### Setup and Modules -- GitLab