Hitmap 1.3
|
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <mpi.h>
Go to the source code of this file.
Macros | |
#define | mpiTestError(ok, cad) |
#define | element(mat, idx1, idx2) (mat[(idx1)*columns+(idx2)]) |
Functions | |
int * | factors2D (int numProc) |
int | main (int argc, char *argv[]) |
Variables | |
int | mpiRank |
int | mpiNProc |
double | clock |
double | clockReduce |
#define mpiTestError | ( | ok, | |
cad | |||
) |
Definition at line 46 of file refMPIJacobi2D.v1.c.
int* factors2D | ( | int | numProc | ) |
Definition at line 61 of file refMPIJacobi2D.v1.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
double clock |
Definition at line 55 of file refMPIJacobi2D.v1.c.
double clockReduce |
Definition at line 55 of file refMPIJacobi2D.v1.c.
int mpiNProc |
Definition at line 54 of file refMPIJacobi2D.v1.c.
int mpiRank |
Definition at line 53 of file refMPIJacobi2D.v1.c.