ScaLAPACK 2.1  2.1
ScaLAPACK: Scalable Linear Algebra PACKage
blacs_setup_.c
Go to the documentation of this file.
1 #include "Bdef.h"
2 
3 #if (INTFACE == C_CALL)
4 void Cblacs_setup(int *mypnum, int *nprocs)
5 #else
6 F_VOID_FUNC blacs_setup_(int *mypnum, int *nprocs)
7 #endif
8 {
9 /*
10  * blacs_setup same as blacs_pinfo for non-PVM versions of the BLACS
11  */
12  Cblacs_pinfo(mypnum, nprocs);
13 }
Cblacs_pinfo
void Cblacs_pinfo()
Cblacs_setup
void Cblacs_setup()
blacs_setup_
F_VOID_FUNC blacs_setup_(int *mypnum, int *nprocs)
Definition: blacs_setup_.c:6
F_VOID_FUNC
#define F_VOID_FUNC
Definition: Bdef.h:232
Bdef.h