| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| logical, | public | :: | is_parallel | ||||
| integer(kind=int32), | public | :: | max_active_levels | ||||
| integer(kind=int32), | public | :: | num_threads | ||||
| character(len=:), | public, | allocatable | :: | schedule |
type :: type_parallel_threads logical :: is_parallel integer(int32) :: num_threads character(:), allocatable :: schedule integer(int32) :: max_active_levels end type type_parallel_threads