From 03c593f6766dabb5d8ee27959b5b81be6ade06e8 Mon Sep 17 00:00:00 2001 From: Martin Schroschk <martin.schroschk@tu-dresden.de> Date: Tue, 24 Jan 2023 09:16:45 +0100 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- .../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 4bb730322..592e8e185 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 @@ -11,7 +11,7 @@ exist (see last section). ## MUST -[MUST](https://www.i12.rwth-aachen.de/go/id/nrbe) checks if your application conforms to the MPI +[MUST](https://itc.rwth-aachen.de/must/) checks if your application conforms to the MPI standard and will issue warnings if there are 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. -- GitLab