2#ifndef UTIL_MPI_LOGGER_H
3#define UTIL_MPI_LOGGER_H
47 MpiLogger(MPI::Intracomm& comm = MPI::COMM_WORLD);
63 MPI::Intracomm* communicatorPtr_;
Allows information from every processor in a communicator, to be output in rank sequence.
void end()
End logging block.
void begin()
Begin logging block.
MpiLogger(MPI::Intracomm &comm=MPI::COMM_WORLD)
Constructor.
File containing preprocessor macros for error handling.
Utility classes for scientific computation.