#include <stdio.h> #include "mpe.h" int MPE_Decomp1d( n, size, rank, s, e ) int n, size, rank, *s, *e;
n | Length of the array
| |
size | Number of processors in decomposition
| |
rank | Rank of this processor in the decomposition (0 <= rank < size)
|
Location:decomp.c