From d6f94d8e4f296193e8ec78b2ea96f69bf0326ffd Mon Sep 17 00:00:00 2001
From: "Peter W. Draper" <p.w.draper@durham.ac.uk>
Date: Wed, 18 Sep 2019 16:50:17 +0100
Subject: [PATCH] Rename to swiftmpistepsim

Say what it does
---
 Makefile                         | 8 ++++----
 build.sh                         | 5 -----
 mpistalls.c => swiftmpistepsim.c | 0
 3 files changed, 4 insertions(+), 9 deletions(-)
 delete mode 100755 build.sh
 rename mpistalls.c => swiftmpistepsim.c (100%)

diff --git a/Makefile b/Makefile
index 830a22d..eef066d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-all: mpistalls
+all: swiftmpistepsim
 
-mpistalls: mpistalls.c mpiuse.c mpiuse.h atomic.h cycle.h clocks.h clocks.c
-	$(CC) -g -O0 -Wall -o mpistalls mpistalls.c mpiuse.c clocks.c -I/usr/include/mpi -lmpi -lpthread
+swiftmpistepsim: swiftmpistepsim.c mpiuse.c mpiuse.h atomic.h cycle.h clocks.h clocks.c
+	$(CC) -g -O0 -Wall -o swiftmpistepsim swiftmpistepsim.c mpiuse.c clocks.c -I/usr/include/mpi -lmpi -lpthread
 
 clean:
-	rm mpistalls
+	rm swiftmpistepsim
 
diff --git a/build.sh b/build.sh
deleted file mode 100755
index 1cf0af6..0000000
--- a/build.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash -x
-
-gcc -o mpistalls mpistalls.c -I/usr/include/mpi -lmpi -lpthread
-
-exit
diff --git a/mpistalls.c b/swiftmpistepsim.c
similarity index 100%
rename from mpistalls.c
rename to swiftmpistepsim.c
-- 
GitLab