Nodes of different colours represent the following:
Solid arrows point from a submodule to the (sub)module which it is
descended from. Dashed arrows point from a module or program unit to
modules which it uses.
Where possible, edges connecting nodes are
given different colours to make them easier to distinguish in
large graphs.
Interfaces
interface
public module subroutine internal_co_sum_integer(a, result_image)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(inout),
target
::
a(:)
integer,
intent(in),
optional
::
result_image
interface
public module subroutine internal_error_stop(stop_code_char)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
stop_code_char
interface
public module function internal_num_images() result(image_count)
Arguments
None
Return Value
integer
interface
public module subroutine internal_sync_all()
Arguments
None
interface
public module function internal_this_image() result(this_image_id)