File |
Line number |
Procedure |
Code |
./eesupp/src/gather_2d.F |
26 |
GATHER_2D |
INTEGER lbuff, idest, itag, npe, ready_to_receive |
./eesupp/src/gather_2d.F |
49 |
GATHER_2D |
lbuff = (sNx+2*OLx)*nSx*(sNy+2*OLy)*nSy |
./eesupp/src/gather_2d.F |
74 |
GATHER_2D |
CALL MPI_RECV (temp, lbuff, MPI_DOUBLE_PRECISION, |
./eesupp/src/gather_2d.F |
96 |
GATHER_2D |
CALL MPI_SEND (local, lbuff, MPI_DOUBLE_PRECISION, |
./eesupp/src/scatter_2d.F |
24 |
SCATTER_2D |
INTEGER lbuff |
./eesupp/src/scatter_2d.F |
47 |
SCATTER_2D |
lbuff=(sNx+2*OLx)*nSx*(sNy+2*OLy)*nSy |
./eesupp/src/scatter_2d.F |
80 |
SCATTER_2D |
CALL MPI_SEND (temp, lbuff, MPI_DOUBLE_PRECISION, |
./eesupp/src/scatter_2d.F |
87 |
SCATTER_2D |
CALL MPI_RECV (local, lbuff, MPI_DOUBLE_PRECISION, |