File |
Line number |
Procedure |
Code |
./pkg/compon_communic/comprecv_i4vec.F |
12 |
COMPRECV_I4VEC |
character*(*) dataname |
./pkg/compon_communic/comprecv_i4vec.F |
32 |
COMPRECV_I4VEC |
tag = generate_tag( 125, my_rank_in_global, dataname ) |
./pkg/compon_communic/comprecv_i4vec.F |
38 |
COMPRECV_I4VEC |
write(LogUnit,*) 'comprecv_i4vec: dataname=',dataname |
./pkg/compon_communic/comprecv_i4vec.F |
5 |
COMPRECV_I4VEC |
subroutine COMPRECV_I4VEC( dataname, length, vecFld ) |
./pkg/compon_communic/comprecv_r4.F |
30 |
COMPRECV_R4 |
tag=generate_tag(121,my_rank_in_global,dataname) |
./pkg/compon_communic/comprecv_r4.F |
36 |
COMPRECV_R4 |
write(LogUnit,*) 'comprecv_r4: dataname=',dataname |
./pkg/compon_communic/comprecv_r4.F |
5 |
COMPRECV_R4 |
subroutine COMPRECV_R4( dataname, Ni,Oi,Nj,Oj, arr ) |
./pkg/compon_communic/comprecv_r4.F |
63 |
COMPRECV_R4 |
if (recvdname .ne. dataname) then |
./pkg/compon_communic/comprecv_r4.F |
65 |
COMPRECV_R4 |
write(LogUnit,*) 'comprecv_r4: dataname = ',dataname |
./pkg/compon_communic/comprecv_r4.F |
8 |
COMPRECV_R4 |
character*(*) dataname |
./pkg/compon_communic/comprecv_r4tiles.F |
36 |
COMPRECV_R4TILES |
tag=generate_tag(123,bibj,dataname) |
./pkg/compon_communic/comprecv_r4tiles.F |
42 |
COMPRECV_R4TILES |
write(LogUnit,*) 'comprecv_r4tiles: dataname=',dataname |
./pkg/compon_communic/comprecv_r4tiles.F |
5 |
COMPRECV_R4TILES |
subroutine COMPRECV_R4TILES( dataname, Ni,Oi,Nj,Oj,Nk,Tx,Ty, arr ) |
./pkg/compon_communic/comprecv_r4tiles.F |
69 |
COMPRECV_R4TILES |
if (recvdname .ne. dataname) then |
./pkg/compon_communic/comprecv_r4tiles.F |
71 |
COMPRECV_R4TILES |
write(LogUnit,*) 'comprecv_r4tiles: dataname = ',dataname |
./pkg/compon_communic/comprecv_r4tiles.F |
8 |
COMPRECV_R4TILES |
character*(*) dataname |
./pkg/compon_communic/comprecv_r8.F |
30 |
COMPRECV_R8 |
tag=generate_tag(121,my_rank_in_global,dataname) |
./pkg/compon_communic/comprecv_r8.F |
36 |
COMPRECV_R8 |
write(LogUnit,*) 'comprecv_r8: dataname=',dataname |
./pkg/compon_communic/comprecv_r8.F |
5 |
COMPRECV_R8 |
subroutine COMPRECV_R8( dataname, Ni,Oi,Nj,Oj, arr ) |
./pkg/compon_communic/comprecv_r8.F |
63 |
COMPRECV_R8 |
if (recvdname .ne. dataname) then |
./pkg/compon_communic/comprecv_r8.F |
65 |
COMPRECV_R8 |
write(LogUnit,*) 'comprecv_r8: dataname = ',dataname |
./pkg/compon_communic/comprecv_r8.F |
8 |
COMPRECV_R8 |
character*(*) dataname |
./pkg/compon_communic/comprecv_r8tiles.F |
36 |
COMPRECV_R8TILES |
tag=generate_tag(123,bibj,dataname) |
./pkg/compon_communic/comprecv_r8tiles.F |
42 |
COMPRECV_R8TILES |
write(LogUnit,*) 'comprecv_r8tiles: dataname=',dataname |
./pkg/compon_communic/comprecv_r8tiles.F |
5 |
COMPRECV_R8TILES |
subroutine COMPRECV_R8TILES( dataname, Ni,Oi,Nj,Oj,Nk,Tx,Ty, arr ) |
./pkg/compon_communic/comprecv_r8tiles.F |
69 |
COMPRECV_R8TILES |
if (recvdname .ne. dataname) then |
./pkg/compon_communic/comprecv_r8tiles.F |
71 |
COMPRECV_R8TILES |
write(LogUnit,*) 'comprecv_r8tiles: dataname = ',dataname |
./pkg/compon_communic/comprecv_r8tiles.F |
8 |
COMPRECV_R8TILES |
character*(*) dataname |
./pkg/compon_communic/compsend_i4vec.F |
12 |
COMPSEND_I4VEC |
character*(*) dataname |
./pkg/compon_communic/compsend_i4vec.F |
37 |
COMPSEND_I4VEC |
tag = generate_tag( 115, my_rank_in_global, dataname ) |
./pkg/compon_communic/compsend_i4vec.F |
43 |
COMPSEND_I4VEC |
write(LogUnit,*) 'compsend_i4vec: dataname=',dataname |
./pkg/compon_communic/compsend_i4vec.F |
5 |
COMPSEND_I4VEC |
subroutine COMPSEND_I4VEC( dataname, length, vecFld ) |
./pkg/compon_communic/compsend_r4.F |
32 |
COMPSEND_R4 |
call MITCPLR_CHAR2REAL( dataname, r4buf(9) ) |
./pkg/compon_communic/compsend_r4.F |
46 |
COMPSEND_R4 |
tag=generate_tag(102,my_rank_in_global,dataname) |
./pkg/compon_communic/compsend_r4.F |
51 |
COMPSEND_R4 |
write(LogUnit,*) 'compsend_r4: dataname=',dataname |
./pkg/compon_communic/compsend_r4.F |
5 |
COMPSEND_R4 |
subroutine COMPSEND_R4( dataname, Ni,Oi,Nj,Oj, arr ) |
./pkg/compon_communic/compsend_r4.F |
8 |
COMPSEND_R4 |
character*(*) dataname |
./pkg/compon_communic/compsend_r4tiles.F |
41 |
COMPSEND_R4TILES |
call MITCPLR_CHAR2REAL( dataname, r4buf(9) ) |
./pkg/compon_communic/compsend_r4tiles.F |
56 |
COMPSEND_R4TILES |
tag=generate_tag(103,bibj,dataname) |
./pkg/compon_communic/compsend_r4tiles.F |
5 |
COMPSEND_R4TILES |
subroutine COMPSEND_R4TILES( dataname,Ni,Oi,Nj,Oj,Nk,Ti,Tj, arr ) |
./pkg/compon_communic/compsend_r4tiles.F |
62 |
COMPSEND_R4TILES |
write(LogUnit,*) 'compsend_r4tiles: dataname=',dataname |
./pkg/compon_communic/compsend_r4tiles.F |
8 |
COMPSEND_R4TILES |
character*(*) dataname |
./pkg/compon_communic/compsend_r8.F |
32 |
COMPSEND_R8 |
call MITCPLR_CHAR2DBL( dataname, r8buf(9) ) |
./pkg/compon_communic/compsend_r8.F |
46 |
COMPSEND_R8 |
tag=generate_tag(102,my_rank_in_global,dataname) |
./pkg/compon_communic/compsend_r8.F |
51 |
COMPSEND_R8 |
write(LogUnit,*) 'compsend_r8: dataname=',dataname |
./pkg/compon_communic/compsend_r8.F |
5 |
COMPSEND_R8 |
subroutine COMPSEND_R8( dataname, Ni,Oi,Nj,Oj, arr ) |
./pkg/compon_communic/compsend_r8.F |
8 |
COMPSEND_R8 |
character*(*) dataname |
./pkg/compon_communic/compsend_r8tiles.F |
41 |
COMPSEND_R8TILES |
call MITCPLR_CHAR2DBL( dataname, r8buf(9) ) |
./pkg/compon_communic/compsend_r8tiles.F |
56 |
COMPSEND_R8TILES |
tag=generate_tag(103,bibj,dataname) |
./pkg/compon_communic/compsend_r8tiles.F |
5 |
COMPSEND_R8TILES |
subroutine COMPSEND_R8TILES( dataname,Ni,Oi,Nj,Oj,Nk,Ti,Tj, arr ) |
./pkg/compon_communic/compsend_r8tiles.F |
62 |
COMPSEND_R8TILES |
write(LogUnit,*) 'compsend_r8tiles: dataname=',dataname |
./pkg/compon_communic/compsend_r8tiles.F |
8 |
COMPSEND_R8TILES |
character*(*) dataname |
./pkg/compon_communic/couprecv_i4vec.F |
13 |
COUPRECV_I4VEC |
character*(*) dataname |
./pkg/compon_communic/couprecv_i4vec.F |
44 |
COUPRECV_I4VEC |
& write(LogUnit,*) 'couprecv_i4vec: dataname=',dataname |
./pkg/compon_communic/couprecv_i4vec.F |
52 |
COUPRECV_I4VEC |
tag = generate_tag( 115, n, dataname) |
./pkg/compon_communic/couprecv_i4vec.F |
5 |
COUPRECV_I4VEC |
subroutine COUPRECV_I4VEC( component, dataname, length, vecFld ) |
./pkg/compon_communic/couprecv_i4vec.F |
94 |
COUPRECV_I4VEC |
& ' couprecv_i4vec: length=', length, ' name=', dataname |
./pkg/compon_communic/couprecv_r4.F |
40 |
COUPRECV_R4 |
& write(LogUnit,*) 'couprecv_r4: dataname=',dataname |
./pkg/compon_communic/couprecv_r4.F |
48 |
COUPRECV_R4 |
tag=generate_tag(102,n,dataname) |
./pkg/compon_communic/couprecv_r4.F |
5 |
COUPRECV_R4 |
subroutine COUPRECV_R4( component, dataname, Nx, Ny, arr ) |
./pkg/compon_communic/couprecv_r4.F |
84 |
COUPRECV_R4 |
if (recvdname .ne. dataname) then |
./pkg/compon_communic/couprecv_r4.F |
86 |
COUPRECV_R4 |
write(LogUnit,*) 'couprecv_r4: dataname = ',dataname |
./pkg/compon_communic/couprecv_r4.F |
9 |
COUPRECV_R4 |
character*(*) dataname |
./pkg/compon_communic/couprecv_r4tiles.F |
40 |
COUPRECV_R4TILES |
& write(LogUnit,*) 'couprecv_r4tiles: dataname=',dataname |
./pkg/compon_communic/couprecv_r4tiles.F |
51 |
COUPRECV_R4TILES |
tag=generate_tag(103,bibj,dataname) |
./pkg/compon_communic/couprecv_r4tiles.F |
5 |
COUPRECV_R4TILES |
subroutine COUPRECV_R4TILES( component, dataname, Nx, Ny, arr ) |
./pkg/compon_communic/couprecv_r4tiles.F |
97 |
COUPRECV_R4TILES |
if (recvdname .ne. dataname) then |
./pkg/compon_communic/couprecv_r4tiles.F |
99 |
COUPRECV_R4TILES |
write(LogUnit,*) 'couprecv_r4tiles: dataname = ',dataname |
./pkg/compon_communic/couprecv_r4tiles.F |
9 |
COUPRECV_R4TILES |
character*(*) dataname |
./pkg/compon_communic/couprecv_r8.F |
40 |
COUPRECV_R8 |
& write(LogUnit,*) 'couprecv_r8: dataname=',dataname |
./pkg/compon_communic/couprecv_r8.F |
48 |
COUPRECV_R8 |
tag=generate_tag(102,n,dataname) |
./pkg/compon_communic/couprecv_r8.F |
5 |
COUPRECV_R8 |
subroutine COUPRECV_R8( component, dataname, Nx, Ny, arr ) |
./pkg/compon_communic/couprecv_r8.F |
84 |
COUPRECV_R8 |
if (recvdname .ne. dataname) then |
./pkg/compon_communic/couprecv_r8.F |
86 |
COUPRECV_R8 |
write(LogUnit,*) 'couprecv_r8: dataname = ',dataname |
./pkg/compon_communic/couprecv_r8.F |
9 |
COUPRECV_R8 |
character*(*) dataname |
./pkg/compon_communic/couprecv_r8tiles.F |
40 |
COUPRECV_R8TILES |
& write(LogUnit,*) 'couprecv_r8tiles: dataname=',dataname |
./pkg/compon_communic/couprecv_r8tiles.F |
51 |
COUPRECV_R8TILES |
tag=generate_tag(103,bibj,dataname) |
./pkg/compon_communic/couprecv_r8tiles.F |
5 |
COUPRECV_R8TILES |
subroutine COUPRECV_R8TILES( component, dataname, Nx, Ny, arr ) |
./pkg/compon_communic/couprecv_r8tiles.F |
97 |
COUPRECV_R8TILES |
if (recvdname .ne. dataname) then |
./pkg/compon_communic/couprecv_r8tiles.F |
99 |
COUPRECV_R8TILES |
write(LogUnit,*) 'couprecv_r8tiles: dataname = ',dataname |
./pkg/compon_communic/couprecv_r8tiles.F |
9 |
COUPRECV_R8TILES |
character*(*) dataname |
./pkg/compon_communic/coupsend_i4vec.F |
13 |
COUPSEND_I4VEC |
character*(*) dataname |
./pkg/compon_communic/coupsend_i4vec.F |
43 |
COUPSEND_I4VEC |
& write(LogUnit,*) 'coupsend_i4vec: dataname=',dataname |
./pkg/compon_communic/coupsend_i4vec.F |
57 |
COUPSEND_I4VEC |
tag = generate_tag( 125, n, dataname ) |
./pkg/compon_communic/coupsend_i4vec.F |
5 |
COUPSEND_I4VEC |
subroutine COUPSEND_I4VEC( component, dataname, length, vecFld ) |
./pkg/compon_communic/coupsend_r4.F |
13 |
COUPSEND_R4 |
character*(*) dataname |
./pkg/compon_communic/coupsend_r4.F |
40 |
COUPSEND_R4 |
& write(LogUnit,*) 'coupsend_r4: dataname=',dataname |
./pkg/compon_communic/coupsend_r4.F |
54 |
COUPSEND_R4 |
call MITCPLR_CHAR2REAL( dataname, r4buf(9) ) |
./pkg/compon_communic/coupsend_r4.F |
5 |
COUPSEND_R4 |
subroutine COUPSEND_R4( component, dataname, Nx, Ny, arr ) |
./pkg/compon_communic/coupsend_r4.F |
67 |
COUPSEND_R4 |
tag=generate_tag(121,n,dataname) |
./pkg/compon_communic/coupsend_r4tiles.F |
13 |
COUPSEND_R4TILES |
character*(*) dataname |
./pkg/compon_communic/coupsend_r4tiles.F |
40 |
COUPSEND_R4TILES |
& write(LogUnit,*) 'coupsend_r4tiles: dataname=',dataname |
./pkg/compon_communic/coupsend_r4tiles.F |
57 |
COUPSEND_R4TILES |
call MITCPLR_CHAR2REAL( dataname, r4buf(9) ) |
./pkg/compon_communic/coupsend_r4tiles.F |
5 |
COUPSEND_R4TILES |
subroutine COUPSEND_R4TILES( component, dataname, Nx, Ny, arr ) |
./pkg/compon_communic/coupsend_r4tiles.F |
70 |
COUPSEND_R4TILES |
tag=generate_tag(123,bibj,dataname) |
./pkg/compon_communic/coupsend_r8.F |
13 |
COUPSEND_R8 |
character*(*) dataname |
./pkg/compon_communic/coupsend_r8.F |
40 |
COUPSEND_R8 |
& write(LogUnit,*) 'coupsend_r8: dataname=',dataname |
./pkg/compon_communic/coupsend_r8.F |
54 |
COUPSEND_R8 |
call MITCPLR_CHAR2DBL( dataname, r8buf(9) ) |
./pkg/compon_communic/coupsend_r8.F |
5 |
COUPSEND_R8 |
subroutine COUPSEND_R8( component, dataname, Nx, Ny, arr ) |
./pkg/compon_communic/coupsend_r8.F |
67 |
COUPSEND_R8 |
tag=generate_tag(121,n,dataname) |
./pkg/compon_communic/coupsend_r8tiles.F |
13 |
COUPSEND_R8TILES |
character*(*) dataname |
./pkg/compon_communic/coupsend_r8tiles.F |
40 |
COUPSEND_R8TILES |
& write(LogUnit,*) 'coupsend_r8tiles: dataname=',dataname |
./pkg/compon_communic/coupsend_r8tiles.F |
57 |
COUPSEND_R8TILES |
call MITCPLR_CHAR2DBL( dataname, r8buf(9) ) |
./pkg/compon_communic/coupsend_r8tiles.F |
5 |
COUPSEND_R8TILES |
subroutine COUPSEND_R8TILES( component, dataname, Nx, Ny, arr ) |
./pkg/compon_communic/coupsend_r8tiles.F |
70 |
COUPSEND_R8TILES |
tag=generate_tag(123,bibj,dataname) |