preCICE v3.1.2
|
#include <cstddef>
#include <ostream>
#include "com/MPICommunication.hpp"
#include "com/MPIRequest.hpp"
#include "logging/LogMacros.hpp"
#include "precice/impl/Types.hpp"
#include "utils/span_tools.hpp"
Go to the source code of this file.
Namespaces | |
namespace | precice |
Main namespace of the precice library. | |
namespace | precice::com |
contains the data communication abstraction layer. | |
Macros | |
#define | MPI_BOOL MPI_Select_unsigned_integer_datatype<sizeof(bool)>::datatype |
#define MPI_BOOL MPI_Select_unsigned_integer_datatype<sizeof(bool)>::datatype |
Definition at line 39 of file MPICommunication.cpp.