General information about the tracking entities This data type is set in tem_load_tracking, then updated in tem_init_tracker_subTree After load balancing, it is reset in tem_reload_tracking
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | public | :: | active | = | .false. | output status, activated? |
|
integer, | public | :: | nActive | = | 0 | number of tracking entities active on this process |
|
integer, | public | :: | nDefined | = | 0 | Total number of tracking entities defined in config file |
type tem_trackingControl_type
!> output status, activated?
logical :: active = .false.
!> number of tracking entities active on this process
integer :: nActive = 0
!> Total number of tracking entities defined in config file
integer :: nDefined = 0
end type tem_trackingControl_type