Alsvinn  0.5.3
The fast FVM simulator with UQ support
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); \
}\
}