Statistics
| Branch: | Revision:

root / synthbench / euroben-ports / base / C-MPI / mod2am / .svn / text-base / mpiargs.h.svn-base @ 0:839f52ef7657

History | View | Annotate | Download (111 Bytes)

1
#include <mpi.h>
2
#define MAXNOD 1000000
3

    
4
extern int me, nodes;
5
extern int offset[MAXNOD][2], sizes[MAXNOD][2];