From 7425e9024b7d74ea9fff7558d562c406a22f9b2c Mon Sep 17 00:00:00 2001 From: Holger Brunst <holger.brunst@tu-dresden.de> Date: Wed, 11 Aug 2021 17:46:46 +0200 Subject: [PATCH] Replace image reference by file reference. --- .../docs/software/mpi_usage_error_detection.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 8adf51ff9..864998bb6 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,8 +15,7 @@ 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. - -{: align="center"} +See also [MUST Introduction Slides]](misc/parallel_debugging_must.pdf) ### Setup and Modules -- GitLab