Home
last modified time | relevance | path

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

/phasta/phSolver/AMG/
H A Dramg_paratools.f74 allocate(sub_colm%pp(numtask))
115 allocate(sub_colm%pp(i)%p(numseg+1))
121 sub_colm%pp(i)%p(j) = sub_nnz%p(i) + 1
138 sub_colm%pp(i)%p(numseg+1) = sub_nnz%p(i) + 1
141 call MPI_ISEND(sub_colm%pp(i)%p(1),numseg+1,MPI_INTEGER,
149 call MPI_ISEND(sub_colm%pp(i)%p(1),numseg+1,MPI_INTEGER,
456 deallocate(sub_colm%pp(i)%p)
472 deallocate(sub_colm%pp)
H A Dramg_data.f43 type(i2dd) :: sub_colm,sub_colm2,sub_rowp,sub_rowp2 variable