Révision 32
Pi/C/MPI/Makefile (revision 32) | ||
---|---|---|
1 |
EXECUTABLE=Pi_MPI_LONG Pi_MPI_INTEGER Pi_MPI_LONG_TIME Pi_MPI_INTEGER_TIME
|
|
1 |
EXECUTABLE=Pi_MPI_LONG Pi_MPI_INT Pi_MPI_LONG_TIME Pi_MPI_INT_TIME
|
|
2 | 2 |
|
3 | 3 |
SOURCE=Pi_MPI.c |
4 | 4 |
|
Pi/C/MPI/Pi_MPI.c (revision 32) | ||
---|---|---|
37 | 37 |
unsigned int z=seed_z; |
38 | 38 |
unsigned int w=seed_w; |
39 | 39 |
|
40 |
unsigned long total=0;
|
|
40 |
LENGTH total=0;
|
|
41 | 41 |
|
42 | 42 |
for (LENGTH i=0;i<iterations;i++) { |
43 | 43 |
|
Formats disponibles : Unified diff