SCALAPACK 2.2.2
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
blacs_setup_.c
Go to the documentation of this file.
1#include "Bdef.h"
2
3#if (INTFACE == C_CALL)
4void Cblacs_setup(Int *mypnum, Int *nprocs)
5#else
6F_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 void Cblacs_pinfo(Int *, Int *);
13 Cblacs_pinfo(mypnum, nprocs);
14}
#define Int
Definition Bconfig.h:22
#define F_VOID_FUNC
Definition Bdef.h:232
void Cblacs_pinfo()
void Cblacs_setup()
F_VOID_FUNC blacs_setup_(Int *mypnum, Int *nprocs)
Definition blacs_setup_.c:6