|
Peano
|
#include "config.h"#include "tarch/compiler/CompilerSpecificSettings.h"#include <string>#include <mpi.h>

Go to the source code of this file.
Namespaces | |
| namespace | tarch::mpi |
| namespace | tarch |
| Have to include this header, as I need access to the SYCL_EXTERNAL keyword. | |
Functions | |
| std::string | tarch::mpi::MPIStatusToString (const MPI_Status &status) |
| Returns a string representation of the mpi status. | |
| std::string | tarch::mpi::MPIReturnValueToString (int result) |
| void | tarch::mpi::wait (MPI_Request &request, const std::string &fullQualifiedClassName, const std::string &functionName) |
| Wrapper around MPI_Wait. | |