async_mpi¶
The contents of this module can be included with the header
hpx/modules/async_mpi.hpp. These headers may be used by user-code but are not
guaranteed stable (neither header location nor contents). You are using these at
your own risk. If you wish to use non-public functionality from a module we
strongly suggest only including the module header hpx/modules/async_mpi.hpp, not
the particular header in which the functionality you would like to use is
defined. See Public API for a list of names that are part of the public
HPX API.
Header hpx/async_mpi/mpi_executor.hpp¶
-
namespace
hpx -
namespace
mpi¶ -
namespace
experimental¶ -
struct
executor¶ - #include <mpi_executor.hpp>
Public Types
-
using
execution_category= parallel::execution::parallel_execution_tag¶
-
using
executor_parameters_type= hpx::parallel::execution::static_chunk_size¶
Public Functions
-
constexpr
executor(MPI_Comm communicator = MPI_COMM_WORLD)¶
Private Members
-
MPI_Comm
communicator_¶
-
using
-
struct
-
namespace
-
namespace
Header hpx/async_mpi/mpi_future.hpp¶
-
namespace
hpx -
namespace
mpi -
namespace
experimental -
Functions
-
static constexpr print_on hpx::mpi::experimental::mpi_debug("MPI_FUT")
-
void
set_error_handler()¶
-
void
poll()¶
-
void
wait()¶
-
struct
enable_user_polling¶ - #include <mpi_future.hpp>
-
-
namespace
-
namespace