Home
last modified time | relevance | path

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

/phasta/M2N/src/
H A Dreadnblk.f54 integer, allocatable :: getinfo(:) local
829 allocate(getinfo(numpe))
830 getinfo(:) = 0
834 call mpi_gather(ifill, 1, MPI_INT, getinfo, 1, MPI_INT,
903 ifill = getinfo(irM+1)
1048 if (getinfo(i) .gt. 0) then
1054 deallocate(getinfo)