From fb7ede935e0b031f0ef98f9a0a263972b53e5435 Mon Sep 17 00:00:00 2001 From: Holger Brunst <holger.brunst@tu-dresden.de> Date: Wed, 11 Aug 2021 17:39:25 +0200 Subject: [PATCH] added link to MUST presentation pdf --- .../docs/software/mpi_usage_error_detection.md | 3 ++- 1 file changed, 2 insertions(+), 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 825dfa6c1..4436bf81d 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 @@ -15,7 +15,8 @@ MUST checks if your application conforms to the MPI standard and will issue warn errors or non-portable constructs. You can apply MUST without modifying your source code, though we suggest to add the debugging flag "-g" during compilation. -- [MUST introduction slides]**todo** %ATTACHURL%/parallel_debugging_must.pdf + +{: align="left"} ### Setup and Modules -- GitLab