From 1baab04f27327fec2fdcb1679d5254f514dad50b Mon Sep 17 00:00:00 2001 From: Jan Frenzel <jan.frenzel@tu-dresden.de> Date: Fri, 13 Aug 2021 09:52:12 +0200 Subject: [PATCH] =?UTF-8?q?Danke=20f=C3=BCr=20die=20Korrektur.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../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 964f65af5..1137a9a37 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 @@ -1,4 +1,4 @@ -# Correctes Checking and Usage Error Detection for MPI Parallel Applications +# Correctness Checking and Usage Error Detection for MPI Parallel Applications MPI as the de-facto standard for parallel applications of the massage passing paradigm offers more than one hundred different API calls with complex restrictions. As a result, developing -- GitLab