|
ScaLAPACK
2.0.2
ScaLAPACK: Scalable Linear Algebra PACKage
|
#include "Bdef.h"Go to the source code of this file.
Functions/Subroutines | |
| void | Cblacs_setup (int *mypnum, int *nprocs) |
| void Cblacs_setup | ( | int * | mypnum, |
| int * | nprocs | ||
| ) |
Definition at line 5 of file blacs_setup_.c.
{
/*
* blacs_setup same as blacs_pinfo for non-PVM versions of the BLACS
*/
void Cblacs_pinfo(int *, int *);
Cblacs_pinfo(mypnum, nprocs);
}