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

◆ blacs_setup_()

F_VOID_FUNC blacs_setup_ ( Int mypnum,
Int nprocs 
)

Definition at line 6 of file blacs_setup_.c.

8{
9/*
10 * blacs_setup same as blacs_pinfo for non-PVM versions of the BLACS
11 */
12 void Cblacs_pinfo(Int *, Int *);
13 Cblacs_pinfo(mypnum, nprocs);
14}
#define Int
Definition Bconfig.h:22
void Cblacs_pinfo()
Here is the call graph for this function: