![]() |
Octopus
|
Definition at line 138 of file blacs_proc_grid.F90.
Private Attributes | |
| integer | context = -1 |
| The blacs context, -1 is object is null. More... | |
| integer | nprocs |
| Number of processors. More... | |
| integer | nprow |
| Number of processors per row. More... | |
| integer | npcol |
| Number of processors per column. More... | |
| integer, private | iam |
| Process indentifier. More... | |
| integer | myrow |
| The row of the processor in the processor grid. More... | |
| integer | mycol |
| The column of the processor in the processor grid. More... | |
| integer, dimension(:, :), allocatable | usermap |
| The index of each processor in the grid. More... | |
|
private |
The blacs context, -1 is object is null.
Definition at line 140 of file blacs_proc_grid.F90.
|
private |
Number of processors.
Definition at line 141 of file blacs_proc_grid.F90.
|
private |
Number of processors per row.
Definition at line 142 of file blacs_proc_grid.F90.
|
private |
Number of processors per column.
Definition at line 143 of file blacs_proc_grid.F90.
|
private |
Process indentifier.
Definition at line 144 of file blacs_proc_grid.F90.
|
private |
The row of the processor in the processor grid.
Definition at line 145 of file blacs_proc_grid.F90.
|
private |
The column of the processor in the processor grid.
Definition at line 146 of file blacs_proc_grid.F90.
|
private |
The index of each processor in the grid.
Definition at line 147 of file blacs_proc_grid.F90.