![]() |
KIDS
ver-0.0.1
KIDS : Kernel Integrated Dynamics Simulator
|
#include "mpi.h"

Go to the source code of this file.
Functions | |
| int | mpi_range (const int &idx1, const int &idx2, const int &nprocs, const int &irank, int &ista, int &iend) |
| int | mpi_utils_init () |
| int | mpi_utils_final () |
Variables | |
| int | mpi_rank |
| int | mpi_nprocs |
| int | mpi_init_tag |
| bool | mpi_isroot |
| int * | mpi_range_array |
| int mpi_range | ( | const int & | idx1, |
| const int & | idx2, | ||
| const int & | nprocs, | ||
| const int & | irank, | ||
| int & | ista, | ||
| int & | iend ) |
| int mpi_utils_final | ( | ) |
| int mpi_utils_init | ( | ) |
| int mpi_init_tag |
Definition at line 5 of file core/include/kids/utils/mpi_utils.h.
|
extern |
| int mpi_nprocs |
Definition at line 5 of file core/include/kids/utils/mpi_utils.h.
|
extern |