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

◆ initforpvm()

void initforpvm ( Int  argc,
char *  argv[] 
)

Definition at line 222 of file pitrmrdrv.c.

223{
224 Int pnum, nproc;
225 Cblacs_pinfo(&pnum, &nproc);
226 if (nproc < 1) { /* we are with PVM */
227 if (pnum == 0) {
228 if (argc < 2) {
229 fprintf(stderr, "usage with PVM:xitrmr nbproc\n\
230\t where nbproc is the number of nodes to initialize\n");
231 exit(1);
232 }
233 nproc = atoi(argv[1]);
234 }
235 Cblacs_setup(&pnum, &nproc);
236 }
237}
#define Int
Definition Bconfig.h:22
void Cblacs_pinfo()
void Cblacs_setup()
Here is the call graph for this function:
Here is the caller graph for this function: