| File |
Line number |
Procedure |
Code |
|
./eesupp/src/gather_vector.F |
24 |
GATHER_VECTOR |
INTEGER lbuff, idest, itag, npe, ready_to_receive |
|
./eesupp/src/gather_vector.F |
42 |
GATHER_VECTOR |
lbuff = length |
|
./eesupp/src/gather_vector.F |
64 |
GATHER_VECTOR |
CALL MPI_RECV (temp, lbuff, MPI_DOUBLE_PRECISION, |
|
./eesupp/src/gather_vector.F |
92 |
GATHER_VECTOR |
CALL MPI_SEND (local, lbuff, MPI_DOUBLE_PRECISION, |
|
./eesupp/src/gather_xz.F |
24 |
GATHER_XZ |
INTEGER lbuff, idest, itag, npe, ready_to_receive |
|
./eesupp/src/gather_xz.F |
44 |
GATHER_XZ |
lbuff = (sNx+2*OLx)*nSx*nSy |
|
./eesupp/src/gather_xz.F |
68 |
GATHER_XZ |
CALL MPI_RECV (temp, lbuff, MPI_DOUBLE_PRECISION, |
|
./eesupp/src/gather_xz.F |
89 |
GATHER_XZ |
CALL MPI_SEND (local, lbuff, MPI_DOUBLE_PRECISION, |
|
./eesupp/src/gather_yz.F |
24 |
GATHER_YZ |
INTEGER lbuff, idest, itag, npe, ready_to_receive |
|
./eesupp/src/gather_yz.F |
44 |
GATHER_YZ |
lbuff = (sNy+2*OLy)*nSx*nSy |
|
./eesupp/src/gather_yz.F |
68 |
GATHER_YZ |
CALL MPI_RECV (temp, lbuff, MPI_DOUBLE_PRECISION, |
|
./eesupp/src/gather_yz.F |
89 |
GATHER_YZ |
CALL MPI_SEND (local, lbuff, MPI_DOUBLE_PRECISION, |
|
./eesupp/src/global_sum_singlecpu.F |
122 |
GLOBAL_SUM_SINGLECPU_RL |
lbuff = 1 |
|
./eesupp/src/global_sum_singlecpu.F |
67 |
GLOBAL_SUM_SINGLECPU_RL |
INTEGER lbuff, idest, itag |
|
./eesupp/src/global_sum_tile.F |
101 |
GLOBAL_SUM_TILE_RL |
CALL MPI_SEND (shareBufGSR8, lbuff, MPI_DOUBLE_PRECISION, |
|
./eesupp/src/global_sum_tile.F |
126 |
GLOBAL_SUM_TILE_RL |
CALL MPI_RECV (localBuf, lbuff, MPI_DOUBLE_PRECISION, |
|
./eesupp/src/global_sum_tile.F |
149 |
GLOBAL_SUM_TILE_RL |
lbuff = 1 |
|
./eesupp/src/global_sum_tile.F |
59 |
GLOBAL_SUM_TILE_RL |
INTEGER lbuff, idest, itag, ready_to_receive |
|
./eesupp/src/global_sum_tile.F |
89 |
GLOBAL_SUM_TILE_RL |
lbuff = nSx*nSy |
|
./eesupp/src/scatter_vector.F |
24 |
SCATTER_VECTOR |
INTEGER lbuff |
|
./eesupp/src/scatter_vector.F |
42 |
SCATTER_VECTOR |
lbuff = length |
|
./eesupp/src/scatter_vector.F |
65 |
SCATTER_VECTOR |
CALL MPI_SEND (temp, lbuff, MPI_DOUBLE_PRECISION, |
|
./eesupp/src/scatter_vector.F |
72 |
SCATTER_VECTOR |
CALL MPI_RECV (local, lbuff, MPI_DOUBLE_PRECISION, |
|
./eesupp/src/scatter_xz.F |
25 |
SCATTER_XZ |
INTEGER lbuff |
|
./eesupp/src/scatter_xz.F |
45 |
SCATTER_XZ |
lbuff=(sNx+2*OLx)*nSx*nSy |
|
./eesupp/src/scatter_xz.F |
72 |
SCATTER_XZ |
CALL MPI_SEND (temp, lbuff, MPI_DOUBLE_PRECISION, |
|
./eesupp/src/scatter_xz.F |
79 |
SCATTER_XZ |
CALL MPI_RECV (local, lbuff, MPI_DOUBLE_PRECISION, |
|
./eesupp/src/scatter_yz.F |
25 |
SCATTER_YZ |
INTEGER lbuff |
|
./eesupp/src/scatter_yz.F |
45 |
SCATTER_YZ |
lbuff=(sNy+2*OLy)*nSx*nSy |
|
./eesupp/src/scatter_yz.F |
72 |
SCATTER_YZ |
CALL MPI_SEND (temp, lbuff, MPI_DOUBLE_PRECISION, |
|
./eesupp/src/scatter_yz.F |
79 |
SCATTER_YZ |
CALL MPI_RECV (local, lbuff, MPI_DOUBLE_PRECISION, |