DISPATCH
|
Public Attributes | |
class(task_t), pointer | task => null() |
class(link_t), pointer | nbor => null() |
class(link_t), pointer | link => null() |
class(link_t), pointer | next => null() |
class(link_t), pointer | prev => null() |
class(link_t), pointer | parent => null() |
class(link_t), pointer | next_time => null() |
class(link_t), pointer | next_active => null() |
class(link_t), pointer | nbors_by_level => null() |
type(lock_t) | lock |
type(lock_t) | qlock |
logical | initialized = .false. |
logical | check = .true. |
logical | needed = .true. |
logical | needs_me = .true. |
logical | download = .true. |
Definition at line 23 of file link_mod.f90.