Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
Loading...
Searching...
No Matches
Namespaces | Functions
MPIHelpers.cpp File Reference
#include "proteus/impl/Caching/MPIHelpers.h"
#include "proteus/Error.h"
#include "proteus/impl/Caching/ObjectCache.h"
#include "proteus/impl/Config.h"
#include "proteus/impl/Logger.h"
#include <llvm/ADT/StringRef.h>
#include <mpi.h>
#include <limits>
Include dependency graph for MPIHelpers.cpp:

Namespaces

namespace  proteus
 

Functions

void proteus::validateMPIConfig ()
 
std::vector< char > proteus::packStoreMessage (MPI_Comm Comm, const HashT &HashValue, const CacheEntry &Entry)
 
StoreMessage proteus::unpackStoreMessage (MPI_Comm Comm, const std::vector< char > &Buffer)