Get the sum of timer durations across all partitions.
This assumes the same timerhandle to be used across all partitions for all timers.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_timer_type), | intent(inout), | optional | :: | me | timer object |
|
integer, | intent(in) | :: | timerHandle | timer handle |
||
integer, | intent(in) | :: | comm | communicator handle |
timer value
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | private | :: | send | ||||
real(kind=rk), | private | :: | recv | ||||
integer, | private | :: | iError |