|
CAM
|
#include "pilgrim.h"Functions/Subroutines | |
| subroutine | scatter (input, decomp, output, incomm) |
| subroutine | gather (input, decomp, output) |
| subroutine gather | ( | real(cpp_real8), dimension(*) | input, |
| type (decomptype) | decomp, | ||
| real(cpp_real8), dimension(*) | output | ||
| ) |
| subroutine scatter | ( | real(cpp_real8), dimension(*) | input, |
| type (decomptype) | decomp, | ||
| real(cpp_real8), dimension(*) | output, | ||
| integer | incomm | ||
| ) |