Peano
Loading...
Searching...
No Matches
mpi.h File Reference
#include "config.h"
#include "tarch/compiler/CompilerSpecificSettings.h"
#include <string>
#include <mpi.h>
Include dependency graph for mpi.h:
This graph shows which files directly or indirectly include this file:

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.