|
Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
|
#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>
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) |