From 0996ba93968672c22b7a61f19b4eb5860f88e678 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Fri, 12 Jul 2019 06:45:31 +0100 Subject: [PATCH] Pretty messaging --- Grid/communicator/SharedMemoryMPI.cc | 29 ++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/Grid/communicator/SharedMemoryMPI.cc b/Grid/communicator/SharedMemoryMPI.cc index d2d0470a..4ba9449a 100644 --- a/Grid/communicator/SharedMemoryMPI.cc +++ b/Grid/communicator/SharedMemoryMPI.cc @@ -34,7 +34,7 @@ Author: Peter Boyle #endif NAMESPACE_BEGIN(Grid); - +#define header "SharedMemoryMpi: " /*Construct from an MPI communicator*/ void GlobalSharedMemory::Init(Grid_MPI_Comm comm) { @@ -51,8 +51,10 @@ void GlobalSharedMemory::Init(Grid_MPI_Comm comm) MPI_Comm_rank(WorldShmComm ,&WorldShmRank); MPI_Comm_size(WorldShmComm ,&WorldShmSize); - std::cout << " GRID initialisation: World communicator of size " <