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

◆ initforpvm()

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

Definition at line 223 of file pdtrmrdrv.c.

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