SCALAPACK 2.2.2
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ freegrids()

subroutine freegrids ( integer  ngrids,
integer, dimension(ngrids)  contexts 
)

Definition at line 667 of file blacstest.f.

668 INTEGER NGRIDS
669 INTEGER CONTEXTS(NGRIDS)
670 INTEGER I, NPROW, NPCOL, MYROW, MYCOL
671*
672 DO 10 i = 1, ngrids
673 CALL blacs_gridinfo( contexts(i), nprow, npcol, myrow, mycol )
674 IF( myrow.LT.nprow .AND. mycol.LT.npcol )
675 $ CALL blacs_gridexit( contexts(i) )
676 10 CONTINUE
677 RETURN
Here is the caller graph for this function: