Home
last modified time | relevance | path

Searched refs:itag (Results 1 – 10 of 10) sorted by relevance

/phasta/phSolver/common/
H A DcommuInt.f100 itag = ilwork (itkbeg + 1)
115 & iother, itag, MPI_COMM_WORLD, req(m), ierr)
122 & iother, itag, MPI_COMM_WORLD, req(m), ierr)
146 & iother, itag, MPI_COMM_WORLD, req(m), ierr)
150 & iother, itag, MPI_COMM_WORLD, req(m), ierr)
H A Dcommu.f139 itag = ilwork (itkbeg + 1)
160 & iother, itag, MPI_COMM_WORLD, req(m), ierr)
179 & iother, itag, MPI_COMM_WORLD, req(m), ierr)
213 & iother, itag, MPI_COMM_WORLD, req(m), ierr)
229 & iother, itag, MPI_COMM_WORLD, req(m), ierr)
H A Dgen_ncorp.c141 int itag = ilwork[itkbeg+1]; //mpi tag in count_owned() local
/phasta/AcuStat/src/
H A DcommuMax.f136 itag = ilwork (itkbeg + 1)
153 & iother, itag, MPI_COMM_WORLD, req(m), ierr)
164 & iother, itag, MPI_COMM_WORLD, req(m), ierr)
190 & iother, itag, MPI_COMM_WORLD, req(m), ierr)
198 & iother, itag, MPI_COMM_WORLD, req(m), ierr)
/phasta/M2NFixBnd/src/
H A DcommuMax.f137 itag = ilwork (itkbeg + 1)
154 & iother, itag, MPI_COMM_WORLD, req(m), ierr)
165 & iother, itag, MPI_COMM_WORLD, req(m), ierr)
191 & iother, itag, MPI_COMM_WORLD, req(m), ierr)
199 & iother, itag, MPI_COMM_WORLD, req(m), ierr)
/phasta/M2N/src/
H A Dcommu.f133 itag = ilwork (itkbeg + 1)
150 & iother, itag, MPI_COMM_WORLD, req(m), ierr)
161 & iother, itag, MPI_COMM_WORLD, req(m), ierr)
187 & iother, itag, MPI_COMM_WORLD, req(m), ierr)
195 & iother, itag, MPI_COMM_WORLD, req(m), ierr)
/phasta/phSolver/AMG/
H A Dramg_paratools.f33 integer :: itag,iacc,iother,numseg,isgbeg,itkbeg local
91 itag = ilwork(itkbeg+1)
142 & iother,itag,MPI_COMM_WORLD,req(m),ierr)
144 & iother,itag,MPI_COMM_WORLD,req(m+1),ierr)
148 & iother,itag,MPI_COMM_WORLD,req(m),ierr)
150 & iother,itag,MPI_COMM_WORLD,req(m+1),ierr)
175 itag = ilwork(itkbeg+1)
206 & iother,itag,MPI_COMM_WORLD,req(m),ierr)
208 & iother,itag,MPI_COMM_WORLD,req(m+1),ierr)
212 & iother,itag,MPI_COMM_WORLD,req(m),ierr)
[all …]
H A Dramg_ggb.f208 integer :: itag,iacc,iother,numseg,isgbeg,itkbeg local
231 itag = ilwork(itkbeg+1)
H A Dramg_tools.f317 integer :: itag,iacc,iother,numseg,isgbeg,itkbeg local
352 integer :: itag,iacc,iother,numseg,isgbeg,itkbeg,numtask local
366 itag = ilwork(itkbeg+1)
/phasta/phSolver/common/test/
H A DphIOreadIlwork.cc112 int itag = ilwork [itkbeg + 1]; in main() local
123 …printf("Communication %d:\ttag %d\townership %d\trank %d\tnumseg %d\tnumvtx %d\n",itask,itag,iacc,… in main()