mpp_reduce.h File Reference
Go to the source code of this file.
Functions/Subroutines |
subroutine | MPP_REDUCE_ (a, pelist)!find the max of scalar a the PEs in pelist(all PEs if this argument is omitted)!result is also automatically broadcast to all PEs MPP_TYPE_ |
subroutine intent(inout) | if (peset(n)%count.EQ.1) return if(current_clock.NE.0) call SYSTEM_CLOCK(start_tick) use_libSMA if(current_clock.NE.0) call increment_current_clock(EVENT_ALLREDUCE |
Function Documentation
subroutine intent (inout) if |
( |
peset(n)%count.EQ. |
1 |
) |
|
subroutine MPP_REDUCE_ |
( |
a |
, |
|
|
pelist |
| |
|
) |
| | |