![]() |
mptensor
v0.3.0
Parallel Library for Tensor Network Methods
|
Some utilities for MPI. More...
#include <mpi.h>Go to the source code of this file.
Typedefs | |
| typedef MPI_Comm | mpi_comm |
Functions | |
| void | mpi_finalize () |
| void | mpi_init (int argc, char **argv) |
| void | mpi_info (const mpi_comm &comm, int &rank, int &size, bool &is_root) |
| void | mpi_barrier (const mpi_comm &comm) |
| double | mpi_reduce_max (double send, const mpi_comm &comm) |
Some utilities for MPI.
| void mpi_finalize | ( | ) |