23 #ifndef PAPRECA_ERROR_H
24 #define PAPRECA_ERROR_H
38 void warnOne( MPI_Comm communicator ,
const std::string &message );
39 void warnAll( MPI_Comm communicator ,
const std::string &message );
40 void allAbort( MPI_Comm communicator );
Wrapper functions of MPI protocol functions.
void warnAll(MPI_Comm communicator, const std::string &message)
Definition: papreca_error.cpp:37
void allAbort(MPI_Comm communicator)
Definition: papreca_error.cpp:48
void allAbortWithMessage(MPI_Comm communicator, const std::string &message)
Definition: papreca_error.cpp:62
void warnOne(MPI_Comm communicator, const std::string &message)
Definition: papreca_error.cpp:27