SLATE 2024.05.31
Software for Linear Algebra Targeting Exascale
|
Exception class for slate_mpi_call(). More...
#include <mpi.hh>
Public Member Functions | |
MpiException (const char *call, int code, const char *func, const char *file, int line) | |
![]() | |
Exception (std::string const &msg) | |
Sets the what() message to msg. | |
Exception (std::string const &msg, const char *func, const char *file, int line) | |
Sets the what() message to msg with func, file, line appended. | |
virtual char const * | what () const noexcept override |
Additional Inherited Members | |
![]() | |
void | what (std::string const &msg, const char *func, const char *file, int line) |
Sets the what() message to msg with func, file, line appended. | |
Exception class for slate_mpi_call().