ScaLAPACKFX
Private Member Functions | List of all members
blacsfx_module::blacsfx_gebs Interface Reference

Wrapper around ?gebs2d for data of rank 0, 1, 2. More...

Private Member Functions

subroutine blacsfx_gebs_i0 (mygrid, aa, scope, top)
 Starts broadcast (integer, rank 0).
 
subroutine blacsfx_gebs_i1 (mygrid, aa, scope, top)
 Starts broadcast (integer, rank 1).
 
subroutine blacsfx_gebs_i2 (mygrid, aa, scope, top)
 Starts broadcast (integer, rank 2).
 
subroutine blacsfx_gebs_s0 (mygrid, aa, scope, top)
 Starts broadcast (real, rank 0).
 
subroutine blacsfx_gebs_s1 (mygrid, aa, scope, top)
 Starts broadcast (real, rank 1).
 
subroutine blacsfx_gebs_s2 (mygrid, aa, scope, top)
 Starts broadcast (real, rank 2).
 
subroutine blacsfx_gebs_d0 (mygrid, aa, scope, top)
 Starts broadcast (dreal, rank 0).
 
subroutine blacsfx_gebs_d1 (mygrid, aa, scope, top)
 Starts broadcast (dreal, rank 1).
 
subroutine blacsfx_gebs_d2 (mygrid, aa, scope, top)
 Starts broadcast (dreal, rank 2).
 
subroutine blacsfx_gebs_c0 (mygrid, aa, scope, top)
 Starts broadcast (complex, rank 0).
 
subroutine blacsfx_gebs_c1 (mygrid, aa, scope, top)
 Starts broadcast (complex, rank 1).
 
subroutine blacsfx_gebs_c2 (mygrid, aa, scope, top)
 Starts broadcast (complex, rank 2).
 
subroutine blacsfx_gebs_z0 (mygrid, aa, scope, top)
 Starts broadcast (dcomplex, rank 0).
 
subroutine blacsfx_gebs_z1 (mygrid, aa, scope, top)
 Starts broadcast (dcomplex, rank 1).
 
subroutine blacsfx_gebs_z2 (mygrid, aa, scope, top)
 Starts broadcast (dcomplex, rank 2).
 

Detailed Description

Wrapper around ?gebs2d for data of rank 0, 1, 2.

Member Function/Subroutine Documentation

subroutine blacsfx_module::blacsfx_gebs::blacsfx_gebs_c0 ( class(blacsgrid), intent(in)  mygrid,
complex(sp), intent(in)  aa,
character, intent(in), optional  scope,
character, intent(in), optional  top 
)
private

Starts broadcast (complex, rank 0).

Parameters
mygridBLACS descriptor.
aaScalar to broadcast.
scopeScope of the broadcast (default: "A").
topTopology of the broadcast (default " ").
See Also
BLACS documentation (routine ?gebs2d).
subroutine blacsfx_module::blacsfx_gebs::blacsfx_gebs_c1 ( class(blacsgrid), intent(in)  mygrid,
complex(sp), dimension(:), intent(in), target  aa,
character, intent(in), optional  scope,
character, intent(in), optional  top 
)
private

Starts broadcast (complex, rank 1).

Parameters
mygridBLACS descriptor.
aaVector to broadcast.
scopeScope of the broadcast (default: "A").
topTopology of the broadcast (default " ").
See Also
BLACS documentation (routine ?gebs2d).
subroutine blacsfx_module::blacsfx_gebs::blacsfx_gebs_c2 ( class(blacsgrid), intent(in)  mygrid,
complex(sp), dimension(:,:), intent(in)  aa,
character, intent(in), optional  scope,
character, intent(in), optional  top 
)
private

Starts broadcast (complex, rank 2).

Parameters
mygridBLACS descriptor.
aaMatrix to broadcast.
scopeScope of the broadcast (default: "A").
topTopology of the broadcast (default " ").
See Also
BLACS documentation (routine ?gebs2d).
subroutine blacsfx_module::blacsfx_gebs::blacsfx_gebs_d0 ( class(blacsgrid), intent(in)  mygrid,
real(dp), intent(in)  aa,
character, intent(in), optional  scope,
character, intent(in), optional  top 
)
private

Starts broadcast (dreal, rank 0).

Parameters
mygridBLACS descriptor.
aaScalar to broadcast.
scopeScope of the broadcast (default: "A").
topTopology of the broadcast (default " ").
See Also
BLACS documentation (routine ?gebs2d).
subroutine blacsfx_module::blacsfx_gebs::blacsfx_gebs_d1 ( class(blacsgrid), intent(in)  mygrid,
real(dp), dimension(:), intent(in), target  aa,
character, intent(in), optional  scope,
character, intent(in), optional  top 
)
private

Starts broadcast (dreal, rank 1).

Parameters
mygridBLACS descriptor.
aaVector to broadcast.
scopeScope of the broadcast (default: "A").
topTopology of the broadcast (default " ").
See Also
BLACS documentation (routine ?gebs2d).
subroutine blacsfx_module::blacsfx_gebs::blacsfx_gebs_d2 ( class(blacsgrid), intent(in)  mygrid,
real(dp), dimension(:,:), intent(in)  aa,
character, intent(in), optional  scope,
character, intent(in), optional  top 
)
private

Starts broadcast (dreal, rank 2).

Parameters
mygridBLACS descriptor.
aaMatrix to broadcast.
scopeScope of the broadcast (default: "A").
topTopology of the broadcast (default " ").
See Also
BLACS documentation (routine ?gebs2d).
subroutine blacsfx_module::blacsfx_gebs::blacsfx_gebs_i0 ( class(blacsgrid), intent(in)  mygrid,
integer, intent(in)  aa,
character, intent(in), optional  scope,
character, intent(in), optional  top 
)
private

Starts broadcast (integer, rank 0).

Parameters
mygridBLACS descriptor.
aaScalar to broadcast.
scopeScope of the broadcast (default: "A").
topTopology of the broadcast (default " ").
See Also
BLACS documentation (routine ?gebs2d).
subroutine blacsfx_module::blacsfx_gebs::blacsfx_gebs_i1 ( class(blacsgrid), intent(in)  mygrid,
integer, dimension(:), intent(in), target  aa,
character, intent(in), optional  scope,
character, intent(in), optional  top 
)
private

Starts broadcast (integer, rank 1).

Parameters
mygridBLACS descriptor.
aaVector to broadcast.
scopeScope of the broadcast (default: "A").
topTopology of the broadcast (default " ").
See Also
BLACS documentation (routine ?gebs2d).
subroutine blacsfx_module::blacsfx_gebs::blacsfx_gebs_i2 ( class(blacsgrid), intent(in)  mygrid,
integer, dimension(:,:), intent(in)  aa,
character, intent(in), optional  scope,
character, intent(in), optional  top 
)
private

Starts broadcast (integer, rank 2).

Parameters
mygridBLACS descriptor.
aaMatrix to broadcast.
scopeScope of the broadcast (default: "A").
topTopology of the broadcast (default " ").
See Also
BLACS documentation (routine ?gebs2d).
subroutine blacsfx_module::blacsfx_gebs::blacsfx_gebs_s0 ( class(blacsgrid), intent(in)  mygrid,
real(sp), intent(in)  aa,
character, intent(in), optional  scope,
character, intent(in), optional  top 
)
private

Starts broadcast (real, rank 0).

Parameters
mygridBLACS descriptor.
aaScalar to broadcast.
scopeScope of the broadcast (default: "A").
topTopology of the broadcast (default " ").
See Also
BLACS documentation (routine ?gebs2d).
subroutine blacsfx_module::blacsfx_gebs::blacsfx_gebs_s1 ( class(blacsgrid), intent(in)  mygrid,
real(sp), dimension(:), intent(in), target  aa,
character, intent(in), optional  scope,
character, intent(in), optional  top 
)
private

Starts broadcast (real, rank 1).

Parameters
mygridBLACS descriptor.
aaVector to broadcast.
scopeScope of the broadcast (default: "A").
topTopology of the broadcast (default " ").
See Also
BLACS documentation (routine ?gebs2d).
subroutine blacsfx_module::blacsfx_gebs::blacsfx_gebs_s2 ( class(blacsgrid), intent(in)  mygrid,
real(sp), dimension(:,:), intent(in)  aa,
character, intent(in), optional  scope,
character, intent(in), optional  top 
)
private

Starts broadcast (real, rank 2).

Parameters
mygridBLACS descriptor.
aaMatrix to broadcast.
scopeScope of the broadcast (default: "A").
topTopology of the broadcast (default " ").
See Also
BLACS documentation (routine ?gebs2d).
subroutine blacsfx_module::blacsfx_gebs::blacsfx_gebs_z0 ( class(blacsgrid), intent(in)  mygrid,
complex(dp), intent(in)  aa,
character, intent(in), optional  scope,
character, intent(in), optional  top 
)
private

Starts broadcast (dcomplex, rank 0).

Parameters
mygridBLACS descriptor.
aaScalar to broadcast.
scopeScope of the broadcast (default: "A").
topTopology of the broadcast (default " ").
See Also
BLACS documentation (routine ?gebs2d).
subroutine blacsfx_module::blacsfx_gebs::blacsfx_gebs_z1 ( class(blacsgrid), intent(in)  mygrid,
complex(dp), dimension(:), intent(in), target  aa,
character, intent(in), optional  scope,
character, intent(in), optional  top 
)
private

Starts broadcast (dcomplex, rank 1).

Parameters
mygridBLACS descriptor.
aaVector to broadcast.
scopeScope of the broadcast (default: "A").
topTopology of the broadcast (default " ").
See Also
BLACS documentation (routine ?gebs2d).
subroutine blacsfx_module::blacsfx_gebs::blacsfx_gebs_z2 ( class(blacsgrid), intent(in)  mygrid,
complex(dp), dimension(:,:), intent(in)  aa,
character, intent(in), optional  scope,
character, intent(in), optional  top 
)
private

Starts broadcast (dcomplex, rank 2).

Parameters
mygridBLACS descriptor.
aaMatrix to broadcast.
scopeScope of the broadcast (default: "A").
topTopology of the broadcast (default " ").
See Also
BLACS documentation (routine ?gebs2d).

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