From f0d09e4c7d29c10cc76aa7671cef1ca1aee58bab Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Mon, 14 Dec 2020 18:25:07 +0000 Subject: [PATCH] Reverting change in summary file. --- src/summary.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/summary.cpp b/src/summary.cpp index cb7527208..1f5f7a097 100644 --- a/src/summary.cpp +++ b/src/summary.cpp @@ -14,11 +14,6 @@ namespace openmc { void write_summary() { - -#ifdef MPI - if (!mpi::master) return; -#endif - // Display output message write_message("Writing summary.h5 file...", 5);