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 " <