Alsvinn
0.5.3
The fast FVM simulator with UQ support
alsuq
include
alsuq
mpi
Macros
utils.hpp File Reference
#include "
alsutils/error/Exception.hpp
"
#include <mpi.h>
Go to the source code of this file.
Macros
#define
MPI_SAFE_CALL
(x)
Macro Definition Documentation
◆
MPI_SAFE_CALL
#define MPI_SAFE_CALL
(
x
)
Value:
{ \
if (x != MPI_SUCCESS) { \
THROW(
"MPI failured with \n\t"
<< #x); \
}\
}
Generated by
1.8.13