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_clone_DP_arr1D(var, src_img)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=DP),
intent(inout),
dimension(:), allocatable
::
var
integer(kind=I4B),
intent(in),
optional
::
src_img
public module subroutine coarray_component_clone_DP_vec2D(var, src_img)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=DP),
intent(inout),
dimension(:,:), allocatable
::
var
integer(kind=I4B),
intent(in),
optional
::
src_img
public module subroutine coarray_component_clone_I4B_arr1D(var, src_img)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=I4B),
intent(inout),
dimension(:), allocatable
::
var
integer(kind=I4B),
intent(in),
optional
::
src_img
public module subroutine coarray_component_clone_char(var, src_img)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(inout)
::
var
integer(kind=I4B),
intent(in),
optional
::
src_img
public module subroutine coarray_component_clone_lgt_arr1D(var, src_img)