From 44c61b3c80a84c23a128abfc987bc391dc4b27ed Mon Sep 17 00:00:00 2001 From: "Peter W. Draper" <p.w.draper@durham.ac.uk> Date: Wed, 18 Sep 2019 16:46:38 +0100 Subject: [PATCH] Remove unused files... --- inject.c | 4 ---- readlog.c | 11 ----------- 2 files changed, 15 deletions(-) delete mode 100644 inject.c delete mode 100644 readlog.c diff --git a/inject.c b/inject.c deleted file mode 100644 index a10ed15..0000000 --- a/inject.c +++ /dev/null @@ -1,4 +0,0 @@ -#include <stdio.h> - -/* Injection of MPI_Isends and MPI_Irecvs into the queues. */ -void inject_one(void) {} diff --git a/readlog.c b/readlog.c deleted file mode 100644 index 84f63fa..0000000 --- a/readlog.c +++ /dev/null @@ -1,11 +0,0 @@ -#include <stdio.h> - -/** - * @brief read the output from a run of SWIFT with the MPI communication - * logger enabled. - * -void mpistalls_readlog(void) { - - - -} -- GitLab