|
TRIQS/mpi 1.3.0
C++ interface to MPI
|
#include <mpi.h>#include <stdexcept>#include <string>Provides general utilities related to MPI.
Definition in file utils.hpp.
Go to the source code of this file.
Functions | |
| void | mpi::check_mpi_call (int errcode, const std::string &mpi_routine) |
| Check the success of an MPI call. | |