MPIIO.cpp File Reference

Detailed Description

#include "core/DataTypes.h"
#include "core/logging/Logging.h"
#include "core/mpi/MPIManager.h"
#include "core/mpi/RecvBuffer.h"
#include "core/mpi/SendBuffer.h"
#include <fstream>

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

void walberla::mpi::writeMPIIO (const std::string &file, SendBuffer &buffer)
 Writes contents of local buffer to a single binary file via MPIIO. More...
 
void walberla::mpi::readMPIIO (const std::string &file, RecvBuffer &buffer)
 Counterpart to writeMPIIO - has to be called with exactly the same process distribution. More...