Searched refs:num_procs (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/phoenix/
H A Dmap_reduce.h161 int num_procs; /* Maximum number of processors to use. */ member in struct:__anon1383
H A Dmap_reduce.c135 int num_procs; /* # of processors to run on. */ member in struct:__anon279
370 int num_procs; local
384 num_procs = proc_get_num_cpus ();
385 if (args->num_procs > 0)
388 CHECK_ERROR (args->num_procs > num_procs);
389 num_procs = args->num_procs;
391 env->num_procs = num_procs;
[all...]
/barrelfish-master/usr/tests/phoenix_tests/
H A Dkmeans.c413 map_reduce_args.num_procs = atoi(GETENV("MR_NUMPROCS"));//16;

Completed in 17 milliseconds