MPIHelper.h File Reference

Detailed Description

#include "MPIWrapper.h"
#include <vector>

Namespaces

 walberla
 \file TimestepTracker.h \ingroup lbm \author Frederik Hennig frede.nosp@m.rik..nosp@m.henni.nosp@m.g@fa.nosp@m.u.de
 
 walberla::mpi
 

Functions

int walberla::mpi::translateRank (const MPI_Comm srcComm, const MPI_Comm destComm, const int srcRank)
 This functions maps the rank in one communicator to the rank in another communicator. More...
 
std::vector< int > walberla::mpi::translateRank (const MPI_Comm srcComm, const MPI_Comm destComm, const std::vector< int > &srcRank)
 This functions converts a array of ranks in one communicator to an array of ranks in another communicator. More...