File |
Line number |
Procedure |
Code |
./pkg/compon_communic/CPLR_SIG.h |
113 |
NO PROCEDURE |
integer component_tile_ny(MAX_TILES,MAX_PROCS,MAX_COMPONENTS) |
./pkg/compon_communic/CPLR_SIG.h |
126 |
NO PROCEDURE |
& component_tile_ny, |
./pkg/compon_communic/couprecv_r4tiles.F |
93 |
COUPRECV_R4TILES |
if (Nj.ne.component_tile_ny(bibj,n,compind)) |
./pkg/compon_communic/couprecv_r8tiles.F |
93 |
COUPRECV_R8TILES |
if (Nj.ne.component_tile_ny(bibj,n,compind)) |
./pkg/compon_communic/coupsend_r4.F |
49 |
COUPSEND_R4 |
Nj=component_tile_ny(1,n,compind) |
./pkg/compon_communic/coupsend_r4tiles.F |
52 |
COUPSEND_R4TILES |
Nj=component_tile_ny(bibj,n,compind) |
./pkg/compon_communic/coupsend_r8.F |
49 |
COUPSEND_R8 |
Nj=component_tile_ny(1,n,compind) |
./pkg/compon_communic/coupsend_r8tiles.F |
52 |
COUPSEND_R8TILES |
Nj=component_tile_ny(bibj,n,compind) |
./pkg/compon_communic/mitcoupler_register.F |
101 |
MITCOUPLER_REGISTER |
component_tile_ny(1,n,compind)=ny |
./pkg/compon_communic/mitcoupler_register.F |
109 |
MITCOUPLER_REGISTER |
& component_tile_nx(1,n,compind),component_tile_ny(1,n,compind) |
./pkg/compon_communic/mitcoupler_tile_register.F |
101 |
MITCOUPLER_TILE_REGISTER |
component_tile_ny(j,n,compind) = ny |