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

◆ initforpvm()

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

Definition at line 226 of file pctrmrdrv.c.

227{
228 Int pnum, nproc;
229 Cblacs_pinfo(&pnum, &nproc);
230 if (nproc < 1) { /* we are with PVM */
231 if (pnum == 0) {
232 if (argc < 2) {
233 fprintf(stderr, "usage with PVM:xctrmr nbproc\n\
234\t where nbproc is the number of nodes to initialize\n");
235 exit(1);
236 }
237 nproc = atoi(argv[1]);
238 }
239 Cblacs_setup(&pnum, &nproc);
240 }
241}
#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: