Lines Matching defs:Nprocs
259 int Nprocs; /* arg to -n */
612 Children = malloc(sizeof(int) * Nprocs);
613 for (i = 0; i < Nprocs; i++) {
622 * Fork Nprocs. This [parent] process is a watchdog, to notify the
628 * Note - if Nprocs is 1, or this doio is a multi-pe app (Npes > 1),
633 if (Nprocs == 1 || Npes > 1) {
637 for (i = 0; i < Nprocs; i++) {
674 while (Nprocs) {
684 Nprocs--;
5007 if (Npes > 1 && Nprocs > 1) {
5056 Nprocs = strtol(optarg, &cp, 10);
5057 if (*cp != '\0' || Nprocs < 1) {
5064 if (Npes > 1 && Nprocs > 1) {
5176 Nprocs = 1;