MPIExecution::Config
Config
Section titled “Config”#include <sbio/execution/mpi.hh>struct ConfigDefined in src/lib/sbio/execution/mpi.hh:74
List of all members
Section titled “List of all members”| Name | Kind | Owner |
|---|---|---|
communicator |
variable |
Declared here |
active_ranks |
variable |
Declared here |
main_rank |
variable |
Declared here |
main_rank_loops |
variable |
Declared here |
Public Attributes
Section titled “Public Attributes”| Return | Name | Description |
|---|---|---|
MPI_Comm |
communicator |
|
std::vector< int > |
active_ranks |
|
int |
main_rank |
|
bool |
main_rank_loops |
communicator
Section titled “communicator”MPI_Comm communicator { }Defined in src/lib/sbio/execution/mpi.hh:75
active_ranks
Section titled “active_ranks”std::vector< int > active_ranks {}Defined in src/lib/sbio/execution/mpi.hh:76
main_rank
Section titled “main_rank”int main_rank { 0 }Defined in src/lib/sbio/execution/mpi.hh:77
main_rank_loops
Section titled “main_rank_loops”bool main_rank_loops { }Defined in src/lib/sbio/execution/mpi.hh:78