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

◆ ibtnprocs()

integer function ibtnprocs

Definition at line 80 of file btprim.f.

81*
82* -- BLACS tester (version 1.0) --
83* University of Tennessee
84* December 15, 1994
85*
86* Purpose
87* =======
88* IBTNPROCS: returns the number of processes in the machine.
89*
90* ====================================================================
91* ..
92* .. Include Files ..
93 include 'mpif.h'
94* ..
95* .. Local Scalars ..
96 INTEGER NPROC
97* ..
98* .. Common Blocks ..
99 COMMON /btmpi/ btcomm, ierr
100 INTEGER BTCOMM, IERR
101* ..
102* .. Executable Statements ..
103*
104 CALL mpi_comm_size(btcomm, nproc, ierr)
105 IF (ierr.NE.0) CALL btmpierr("MPI_COMM_SIZE", ierr)
106 ibtnprocs = nproc
107*
108 RETURN
109*
110* End of IBTNPROCS
111*
subroutine btmpierr(rout, ierr0)
Definition btprim.f:362
integer function ibtnprocs()
Definition btprim.f:81
Here is the call graph for this function:
Here is the caller graph for this function: