#include <mpi.h>
#include <vector>
#include <cstdio>
Go to the source code of this file.
◆ create_comm_world()
void create_comm_world |
( |
int |
color | ) |
|
◆ destroy_comm_world()
void destroy_comm_world |
( |
| ) |
|
◆ execute_in_rank_order()
template<typename F >
void execute_in_rank_order |
( |
const MPI_Comm & |
comm, |
|
|
F |
func |
|
) |
| |
◆ get_mpi_type() [1/2]
template<typename T >
MPI_Datatype get_mpi_type |
( |
| ) |
|
◆ get_mpi_type() [2/2]
template<typename ViewType >
MPI_Datatype get_mpi_type |
( |
const ViewType & |
view | ) |
|
◆ SML_COMM_RANK
◆ SML_COMM_SIZE
◆ SML_COMM_WORLD