Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(DistributedInteger), | public | :: | num_cycles | ||||
type(DistributedReal64), | public | :: | exclusive | ||||
type(DistributedReal64), | public | :: | max_cycle | ||||
type(DistributedReal64), | public | :: | mean_cycle | ||||
type(DistributedReal64), | public | :: | min_cycle | ||||
type(DistributedReal64), | public | :: | sum_square_deviation | ||||
type(DistributedReal64), | public | :: | total |
type :: DistributedStatistics sequence type(DistributedReal64) :: total type(DistributedReal64) :: exclusive type(DistributedReal64) :: min_cycle type(DistributedReal64) :: max_cycle type(DistributedReal64) :: mean_cycle type(DistributedReal64) :: sum_square_deviation type(DistributedInteger) :: num_cycles end type DistributedStatistics