Octopus
blacs_proc_grid_oct_m::blacs_proc_grid_t Type Reference

Detailed Description

Definition at line 136 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...
 

Member Data Documentation

◆ context

integer blacs_proc_grid_oct_m::blacs_proc_grid_t::context = -1
private

The blacs context, -1 is object is null.

Definition at line 138 of file blacs_proc_grid.F90.

◆ nprocs

integer blacs_proc_grid_oct_m::blacs_proc_grid_t::nprocs
private

Number of processors.

Definition at line 139 of file blacs_proc_grid.F90.

◆ nprow

integer blacs_proc_grid_oct_m::blacs_proc_grid_t::nprow
private

Number of processors per row.

Definition at line 140 of file blacs_proc_grid.F90.

◆ npcol

integer blacs_proc_grid_oct_m::blacs_proc_grid_t::npcol
private

Number of processors per column.

Definition at line 141 of file blacs_proc_grid.F90.

◆ iam

integer, private blacs_proc_grid_oct_m::blacs_proc_grid_t::iam
private

Process indentifier.

Definition at line 142 of file blacs_proc_grid.F90.

◆ myrow

integer blacs_proc_grid_oct_m::blacs_proc_grid_t::myrow
private

The row of the processor in the processor grid.

Definition at line 143 of file blacs_proc_grid.F90.

◆ mycol

integer blacs_proc_grid_oct_m::blacs_proc_grid_t::mycol
private

The column of the processor in the processor grid.

Definition at line 144 of file blacs_proc_grid.F90.

◆ usermap

integer, dimension(:, :), allocatable blacs_proc_grid_oct_m::blacs_proc_grid_t::usermap
private

The index of each processor in the grid.

Definition at line 145 of file blacs_proc_grid.F90.


The documentation for this type was generated from the following file: