From 7272985f365c80821acb77990c4307414c8d307c Mon Sep 17 00:00:00 2001 From: Holger Brunst <holger.brunst@tu-dresden.de> Date: Wed, 11 Aug 2021 17:47:19 +0200 Subject: [PATCH] Fix broken link --- .../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 864998bb6..6e50efe57 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,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. -See also [MUST Introduction Slides]](misc/parallel_debugging_must.pdf) +See also [MUST Introduction Slides](misc/parallel_debugging_must.pdf) ### Setup and Modules -- GitLab