Home
last modified time | relevance | path

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

/phasta/phSolver/AMG/
H A Dramg_ggb.f209 integer,allocatable,dimension(:) :: neimap local
224 allocate(neimap(numpe))
225 neimap = 0
237 neimap(iother+1) = 1
250 if (neimap(m).eq.0) then ! self or master
257 deallocate(neimap)
H A Dramg_paratools.f758 integer,allocatable,dimension(:) :: neimap variable
830 allocate(neimap(numtask))
837 neimap(i) = -(iother+1)
839 neimap(i) = (iother+1)
845 flag(isgbeg:isgend) = neimap(i)!iother+1!note*
855 deallocate(neimap)