team_data Derived Type

type, private :: team_data


Inherits

type~~team_data~~InheritsGraph type~team_data team_data type~team_data->type~team_data parent_team c_ptr c_ptr type~team_data->c_ptr gex_team, heap_mspace type~child_team_info child_team_info type~team_data->type~child_team_info child_heap_info type~prif_coarray_descriptor prif_coarray_descriptor type~team_data->type~prif_coarray_descriptor coarrays type~child_team_info->c_ptr allocated_memory type~prif_coarray_descriptor->c_ptr coarray_data, previous_handle, next_handle c_funptr c_funptr type~prif_coarray_descriptor->c_funptr final_func

Inherited by

type~~team_data~~InheritedByGraph type~team_data team_data type~team_data->type~team_data parent_team type~prif_team_type prif_team_type type~prif_team_type->type~team_data info

Contents


Components

TypeVisibilityAttributesNameInitial
type(child_team_info), private, pointer:: child_heap_info=> null()
type(prif_coarray_descriptor), private, pointer:: coarrays=> null()
type(c_ptr), private :: gex_team
type(c_ptr), private :: heap_mspace
integer(kind=c_size_t), private :: heap_size
integer(kind=c_intptr_t), private :: heap_start
type(team_data), private, pointer:: parent_team=> null()