(git:c5411e0)
Loading...
Searching...
No Matches
group_dist_types::create_group_dist Interface Reference

Public Member Functions

pure subroutine create_group_dist_d0 (this, ngroups, dimen, pos)
 ...
 
pure subroutine create_group_dist_d1_i1 (this, ngroups, dimen)
 ...
 
subroutine create_group_dist_d1_i3 (this, starts, ends, sizes, comm)
 ...
 
subroutine create_group_dist_d1_gd (this, group_dist_ext, comm)
 ...
 
pure subroutine create_group_dist_d1_0 (this, ngroups)
 ...
 

Detailed Description

Definition at line 39 of file group_dist_types.F.

Member Function/Subroutine Documentation

◆ create_group_dist_d0()

pure subroutine group_dist_types::create_group_dist::create_group_dist_d0 ( type(group_dist_d0_type), intent(inout)  this,
integer, intent(in)  ngroups,
integer, intent(in)  dimen,
integer, intent(in)  pos 
)

...

Parameters
this...
ngroups...
dimen...
pos...

Definition at line 66 of file group_dist_types.F.

Here is the call graph for this function:

◆ create_group_dist_d1_i1()

pure subroutine group_dist_types::create_group_dist::create_group_dist_d1_i1 ( type(group_dist_d1_type), intent(inout)  this,
integer, intent(in)  ngroups,
integer, intent(in)  dimen 
)

...

Parameters
this...
ngroups...
dimen...

Definition at line 85 of file group_dist_types.F.

Here is the call graph for this function:

◆ create_group_dist_d1_i3()

subroutine group_dist_types::create_group_dist::create_group_dist_d1_i3 ( type(group_dist_d1_type), intent(inout)  this,
integer, intent(in)  starts,
integer, intent(in)  ends,
integer, intent(in)  sizes,
class(mp_comm_type), intent(in)  comm 
)

...

Parameters
this...
starts...
ends...
sizes...
comm...

Definition at line 134 of file group_dist_types.F.

◆ create_group_dist_d1_gd()

subroutine group_dist_types::create_group_dist::create_group_dist_d1_gd ( type(group_dist_d1_type), intent(inout)  this,
type(group_dist_d0_type), intent(in)  group_dist_ext,
class(mp_comm_type), intent(in)  comm 
)

...

Parameters
this...
group_dist_ext...
comm...

Definition at line 164 of file group_dist_types.F.

◆ create_group_dist_d1_0()

pure subroutine group_dist_types::create_group_dist::create_group_dist_d1_0 ( type(group_dist_d1_type), intent(inout)  this,
integer, intent(in)  ngroups 
)

...

Parameters
this...
ngroups...

Definition at line 113 of file group_dist_types.F.


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