Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
Subroutines
public module subroutine coarray_component_collect_DP_arr1D(var, dest_img)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=DP),
intent(inout),
dimension(:), allocatable
::
var
integer(kind=I4B),
intent(in),
optional
::
dest_img
public module subroutine coarray_component_collect_DP_vec2D(var, dest_img)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=DP),
intent(inout),
dimension(:,:), allocatable
::
var
integer(kind=I4B),
intent(in),
optional
::
dest_img
public module subroutine coarray_component_collect_I4B_arr1D(var, dest_img)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=I4B),
intent(inout),
dimension(:), allocatable
::
var
integer(kind=I4B),
intent(in),
optional
::
dest_img
public module subroutine coarray_component_collect_lgt_arr1D(var, dest_img)