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

◆ ibtmyproc()

integer function ibtmyproc

Definition at line 46 of file btprim.f.

47*
48* -- BLACS tester (version 1.0) --
49* University of Tennessee
50* December 15, 1994
51*
52* Purpose
53* =======
54* IBTMYPROC: returns a process number between 0 .. NPROCS-1. On
55* systems not natively in this numbering scheme, translates to it.
56*
57* ====================================================================
58* ..
59* .. Include Files ..
60 include 'mpif.h'
61* ..
62* .. Local Scalars ..
63 INTEGER RANK
64* ..
65* .. Common Blocks ..
66 COMMON /btmpi/ btcomm, ierr
67 INTEGER BTCOMM, IERR
68* ..
69* .. Executable Statements ..
70*
71 CALL mpi_comm_rank(btcomm, rank, ierr)
72 IF (ierr.NE.0) CALL btmpierr("MPI_COMM_RANK", ierr)
73 ibtmyproc = rank
74 RETURN
75*
76* End of IBTMYPROC
77*
subroutine btmpierr(rout, ierr0)
Definition btprim.f:362
integer function ibtmyproc()
Definition btprim.f:47
Here is the call graph for this function:
Here is the caller graph for this function: