From cff373bfded1be910c6b2db1257b92e2879791c4 Mon Sep 17 00:00:00 2001
From: "Peter W. Draper" <p.w.draper@durham.ac.uk>
Date: Mon, 24 Apr 2023 13:22:51 +0100
Subject: [PATCH] Add note about swiftmpistepsim2

---
 swiftmpistepsim2.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/swiftmpistepsim2.c b/swiftmpistepsim2.c
index c775c7c..6efbb8d 100644
--- a/swiftmpistepsim2.c
+++ b/swiftmpistepsim2.c
@@ -17,6 +17,8 @@
  *
  ******************************************************************************/
 
+/* Variation that uses a synchronous MPI_Send. */
+
 #include <limits.h>
 #include <mpi.h>
 #include <pthread.h>
-- 
GitLab