Home
last modified time | relevance | path

Searched defs:distribue (Results 1 – 1 of 1) sorted by relevance

/dports/print/a2ps/a2ps-4.13/tests/tstfiles/
H A Dex_PSGETRS.f90155 subroutine distribue( icntxt, x, n, dist_x, n_max, prow, pcol) subroutine
157 integer :: icntxt ! Contexte (grille de procs)
158 integer :: n ! Ordre de la matrice X
159 integer :: n_max ! Ordre de la matrice locale.
160 real,dimension(n,n):: x ! Matrice globale X.
161 real,dimension(n_max,n_max):: dist_x ! Matrice locale.
162 integer :: prow, pcol ! Coord. de mon proc. logique