cores              76 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-cuda.c     unsigned cores;
cores             101 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-cuda.c     cores = hwloc_cuda_cores_per_MP(prop.major, prop.minor);
cores             102 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-cuda.c     if (cores) {
cores             103 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-cuda.c       snprintf(number, sizeof(number), "%u", cores);
cores             371 orte/orted/orted_main.c         char **cores=NULL, tmp[128];
cores             379 orte/orted/orted_main.c         orte_util_parse_range_options(orte_daemon_cores, &cores);
cores             380 orte/orted/orted_main.c         if (NULL != cores) {
cores             384 orte/orted/orted_main.c             for (i=0; NULL != cores[i]; i++) {
cores             385 orte/orted/orted_main.c                 core = strtoul(cores[i], NULL, 10);
cores             415 orte/orted/orted_main.c             opal_argv_free(cores);