#include "sgconf.h"
Include dependency graph for sg_mpi.hpp:

This graph shows which files directly or indirectly include this file:

Defines | |
| #define | SG_MPI_INIT(argc, argv) |
| #define | IF_SG_MASTER |
| #define | SG_OUTPUT_ONLY_FOR(ranks) |
| #define | SG_MPI_BARRIER |
The parallelization of the code is turned on only if the macro SG_MPI_CODE is defined. Else the main part of the parallelization modules is excluded by the preprocessor directives and the other ones are replaced by their sequencial versions.
History:
| #define IF_SG_MASTER |
| #define SG_MPI_BARRIER |
| #define SG_MPI_INIT | ( | argc, | |||
| argv | ) |
| #define SG_OUTPUT_ONLY_FOR | ( | ranks | ) |
1.5.2