From 3f28aa34f709346a87c981f901230b93d0eadc33 Mon Sep 17 00:00:00 2001 From: "Peter W. Draper" <p.w.draper@durham.ac.uk> Date: Fri, 20 Sep 2019 12:50:08 +0100 Subject: [PATCH] Remove debugging --- mpiuse.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/mpiuse.c b/mpiuse.c index 093a52b..ed6007a 100644 --- a/mpiuse.c +++ b/mpiuse.c @@ -197,10 +197,8 @@ void mpiuse_dump_logs(int nranks, const char *dumpfile) { * one-by-one. */ int kk = k; MPI_Bcast(&kk, 1, MPI_INT, 0, MPI_COMM_WORLD); - message("Bcast says: %d/%d/%d", kk, k, myrank); if (kk == myrank) { - message("Dumping from rank: %d/%d/%d", kk, k, myrank); /* Open file and position at end. */ fd = fopen(dumpfile, "a"); -- GitLab