apps 624 ompi/dpm/dpm.c opal_list_t apps; apps 669 ompi/dpm/dpm.c OBJ_CONSTRUCT(&apps, opal_list_t); apps 676 ompi/dpm/dpm.c OPAL_LIST_DESTRUCT(&apps); apps 681 ompi/dpm/dpm.c opal_list_append(&apps, &app->super); apps 922 ompi/dpm/dpm.c OPAL_LIST_DESTRUCT(&apps); apps 946 ompi/dpm/dpm.c rc = opal_pmix.spawn(&job_info, &apps, &jobid); apps 948 ompi/dpm/dpm.c OPAL_LIST_DESTRUCT(&apps); apps 42 opal/mca/pmix/cray/pmix_cray.c static int cray_spawn(opal_list_t *jobinfo, opal_list_t *apps, opal_jobid_t *jobid); apps 43 opal/mca/pmix/cray/pmix_cray.c static int cray_spawn_nb(opal_list_t *jobinfo, opal_list_t *apps, apps 610 opal/mca/pmix/cray/pmix_cray.c static int cray_spawn(opal_list_t *jobinfo, opal_list_t *apps, opal_jobid_t *jobid) apps 615 opal/mca/pmix/cray/pmix_cray.c static int cray_spawn_nb(opal_list_t *jobinfo, opal_list_t *apps, apps 535 opal/mca/pmix/ext1x/pmix1x.c p->apps = NULL; apps 556 opal/mca/pmix/ext1x/pmix1x.c if (NULL != p->apps) { apps 557 opal/mca/pmix/ext1x/pmix1x.c PMIX_APP_FREE(p->apps, p->sz); apps 568 opal/mca/pmix/ext1x/pmix1x.c OBJ_CONSTRUCT(&p->apps, opal_list_t); apps 582 opal/mca/pmix/ext1x/pmix1x.c OPAL_LIST_DESTRUCT(&p->apps); apps 64 opal/mca/pmix/ext1x/pmix1x.h pmix_app_t *apps; apps 80 opal/mca/pmix/ext1x/pmix1x.h opal_list_t apps; apps 119 opal/mca/pmix/ext1x/pmix1x.h OPAL_MODULE_DECLSPEC int pmix1_spawn(opal_list_t *job_info, opal_list_t *apps, opal_jobid_t *jobid); apps 120 opal/mca/pmix/ext1x/pmix1x.h OPAL_MODULE_DECLSPEC int pmix1_spawnnb(opal_list_t *job_info, opal_list_t *apps, apps 928 opal/mca/pmix/ext1x/pmix1x_client.c int pmix1_spawn(opal_list_t *job_info, opal_list_t *apps, opal_jobid_t *jobid) apps 949 opal/mca/pmix/ext1x/pmix1x_client.c napps = opal_list_get_size(apps); apps 952 opal/mca/pmix/ext1x/pmix1x_client.c OPAL_LIST_FOREACH(app, apps, opal_pmix_app_t) { apps 1025 opal/mca/pmix/ext1x/pmix1x_client.c int pmix1_spawnnb(opal_list_t *job_info, opal_list_t *apps, apps 1049 opal/mca/pmix/ext1x/pmix1x_client.c op->sz = opal_list_get_size(apps); apps 1050 opal/mca/pmix/ext1x/pmix1x_client.c PMIX_APP_CREATE(op->apps, op->sz); apps 1052 opal/mca/pmix/ext1x/pmix1x_client.c OPAL_LIST_FOREACH(app, apps, opal_pmix_app_t) { apps 1053 opal/mca/pmix/ext1x/pmix1x_client.c op->apps[n].cmd = strdup(app->cmd); apps 1054 opal/mca/pmix/ext1x/pmix1x_client.c op->apps[n].argc = opal_argv_count(app->argv); apps 1055 opal/mca/pmix/ext1x/pmix1x_client.c op->apps[n].argv = opal_argv_copy(app->argv); apps 1056 opal/mca/pmix/ext1x/pmix1x_client.c op->apps[n].env = opal_argv_copy(app->env); apps 1057 opal/mca/pmix/ext1x/pmix1x_client.c op->apps[n].maxprocs = app->maxprocs; apps 1058 opal/mca/pmix/ext1x/pmix1x_client.c if (0 < (op->apps[n].ninfo = opal_list_get_size(&app->info))) { apps 1059 opal/mca/pmix/ext1x/pmix1x_client.c PMIX_INFO_CREATE(op->apps[n].info, op->apps[n].ninfo); apps 1062 opal/mca/pmix/ext1x/pmix1x_client.c (void)opal_string_copy(op->apps[n].info[m].key, info->key, PMIX_MAX_KEYLEN); apps 1063 opal/mca/pmix/ext1x/pmix1x_client.c pmix1_value_load(&op->apps[n].info[m].value, info); apps 1070 opal/mca/pmix/ext1x/pmix1x_client.c ret = PMIx_Spawn_nb(op->info, op->ninfo, op->apps, op->sz, spcbfunc, op); apps 74 opal/mca/pmix/ext1x/pmix1x_server_north.c const pmix_app_t apps[], size_t napps, apps 549 opal/mca/pmix/ext1x/pmix1x_server_north.c const pmix_app_t apps[], size_t napps, apps 592 opal/mca/pmix/ext1x/pmix1x_server_north.c opal_list_append(&opalcaddy->apps, &app->super); apps 593 opal/mca/pmix/ext1x/pmix1x_server_north.c if (NULL != apps[n].cmd) { apps 594 opal/mca/pmix/ext1x/pmix1x_server_north.c app->cmd = strdup(apps[n].cmd); apps 596 opal/mca/pmix/ext1x/pmix1x_server_north.c if (NULL != apps[n].argv) { apps 597 opal/mca/pmix/ext1x/pmix1x_server_north.c app->argv = opal_argv_copy(apps[n].argv); apps 599 opal/mca/pmix/ext1x/pmix1x_server_north.c if (NULL != apps[n].env) { apps 600 opal/mca/pmix/ext1x/pmix1x_server_north.c app->env = opal_argv_copy(apps[n].env); apps 602 opal/mca/pmix/ext1x/pmix1x_server_north.c app->maxprocs = apps[n].maxprocs; apps 603 opal/mca/pmix/ext1x/pmix1x_server_north.c for (k=0; k < apps[n].ninfo; k++) { apps 606 opal/mca/pmix/ext1x/pmix1x_server_north.c oinfo->key = strdup(apps[n].info[k].key); apps 607 opal/mca/pmix/ext1x/pmix1x_server_north.c if (OPAL_SUCCESS != (rc = pmix1_value_unload(oinfo, &apps[n].info[k].value))) { apps 615 opal/mca/pmix/ext1x/pmix1x_server_north.c rc = host_module->spawn(&proc, &opalcaddy->info, &opalcaddy->apps, opal_spncbfunc, opalcaddy); apps 1438 opal/mca/pmix/ext2x/ext2x.c p->apps = NULL; apps 1474 opal/mca/pmix/ext2x/ext2x.c if (NULL != p->apps) { apps 1475 opal/mca/pmix/ext2x/ext2x.c PMIX_APP_FREE(p->apps, p->sz); apps 1492 opal/mca/pmix/ext2x/ext2x.c OBJ_CONSTRUCT(&p->apps, opal_list_t); apps 1508 opal/mca/pmix/ext2x/ext2x.c OPAL_LIST_DESTRUCT(&p->apps); apps 102 opal/mca/pmix/ext2x/ext2x.h pmix_app_t *apps; apps 126 opal/mca/pmix/ext2x/ext2x.h opal_list_t apps; apps 246 opal/mca/pmix/ext2x/ext2x.h OPAL_MODULE_DECLSPEC int ext2x_spawn(opal_list_t *job_info, opal_list_t *apps, opal_jobid_t *jobid); apps 247 opal/mca/pmix/ext2x/ext2x.h OPAL_MODULE_DECLSPEC int ext2x_spawnnb(opal_list_t *job_info, opal_list_t *apps, apps 1133 opal/mca/pmix/ext2x/ext2x_client.c int ext2x_spawn(opal_list_t *job_info, opal_list_t *apps, opal_jobid_t *jobid) apps 1163 opal/mca/pmix/ext2x/ext2x_client.c napps = opal_list_get_size(apps); apps 1166 opal/mca/pmix/ext2x/ext2x_client.c OPAL_LIST_FOREACH(app, apps, opal_pmix_app_t) { apps 1248 opal/mca/pmix/ext2x/ext2x_client.c int ext2x_spawnnb(opal_list_t *job_info, opal_list_t *apps, apps 1279 opal/mca/pmix/ext2x/ext2x_client.c op->sz = opal_list_get_size(apps); apps 1280 opal/mca/pmix/ext2x/ext2x_client.c PMIX_APP_CREATE(op->apps, op->sz); apps 1282 opal/mca/pmix/ext2x/ext2x_client.c OPAL_LIST_FOREACH(app, apps, opal_pmix_app_t) { apps 1283 opal/mca/pmix/ext2x/ext2x_client.c op->apps[n].cmd = strdup(app->cmd); apps 1285 opal/mca/pmix/ext2x/ext2x_client.c op->apps[n].argv = opal_argv_copy(app->argv); apps 1288 opal/mca/pmix/ext2x/ext2x_client.c op->apps[n].env = opal_argv_copy(app->env); apps 1290 opal/mca/pmix/ext2x/ext2x_client.c op->apps[n].maxprocs = app->maxprocs; apps 1291 opal/mca/pmix/ext2x/ext2x_client.c if (0 < (op->apps[n].ninfo = opal_list_get_size(&app->info))) { apps 1292 opal/mca/pmix/ext2x/ext2x_client.c PMIX_INFO_CREATE(op->apps[n].info, op->apps[n].ninfo); apps 1295 opal/mca/pmix/ext2x/ext2x_client.c (void)opal_string_copy(op->apps[n].info[m].key, info->key, PMIX_MAX_KEYLEN); apps 1296 opal/mca/pmix/ext2x/ext2x_client.c ext2x_value_load(&op->apps[n].info[m].value, info); apps 1303 opal/mca/pmix/ext2x/ext2x_client.c ret = PMIx_Spawn_nb(op->info, op->ninfo, op->apps, op->sz, spcbfunc, op); apps 76 opal/mca/pmix/ext2x/ext2x_server_north.c const pmix_app_t apps[], size_t napps, apps 625 opal/mca/pmix/ext2x/ext2x_server_north.c const pmix_app_t apps[], size_t napps, apps 664 opal/mca/pmix/ext2x/ext2x_server_north.c opal_list_append(&opalcaddy->apps, &app->super); apps 665 opal/mca/pmix/ext2x/ext2x_server_north.c if (NULL != apps[n].cmd) { apps 666 opal/mca/pmix/ext2x/ext2x_server_north.c app->cmd = strdup(apps[n].cmd); apps 668 opal/mca/pmix/ext2x/ext2x_server_north.c if (NULL != apps[n].argv) { apps 669 opal/mca/pmix/ext2x/ext2x_server_north.c app->argv = opal_argv_copy(apps[n].argv); apps 671 opal/mca/pmix/ext2x/ext2x_server_north.c if (NULL != apps[n].env) { apps 672 opal/mca/pmix/ext2x/ext2x_server_north.c app->env = opal_argv_copy(apps[n].env); apps 674 opal/mca/pmix/ext2x/ext2x_server_north.c if (NULL != apps[n].cwd) { apps 675 opal/mca/pmix/ext2x/ext2x_server_north.c app->cwd = strdup(apps[n].cwd); apps 677 opal/mca/pmix/ext2x/ext2x_server_north.c app->maxprocs = apps[n].maxprocs; apps 678 opal/mca/pmix/ext2x/ext2x_server_north.c for (k=0; k < apps[n].ninfo; k++) { apps 681 opal/mca/pmix/ext2x/ext2x_server_north.c oinfo->key = strdup(apps[n].info[k].key); apps 682 opal/mca/pmix/ext2x/ext2x_server_north.c if (OPAL_SUCCESS != (rc = ext2x_value_unload(oinfo, &apps[n].info[k].value))) { apps 690 opal/mca/pmix/ext2x/ext2x_server_north.c rc = host_module->spawn(&proc, &opalcaddy->info, &opalcaddy->apps, opal_spncbfunc, opalcaddy); apps 1133 opal/mca/pmix/ext2x/ext2x_server_north.c opal_list_append(&opalcaddy->apps, &oinfo->super); apps 1147 opal/mca/pmix/ext2x/ext2x_server_north.c &opalcaddy->apps, apps 1757 opal/mca/pmix/ext3x/ext3x.c p->apps = NULL; apps 1793 opal/mca/pmix/ext3x/ext3x.c if (NULL != p->apps) { apps 1794 opal/mca/pmix/ext3x/ext3x.c PMIX_APP_FREE(p->apps, p->sz); apps 1811 opal/mca/pmix/ext3x/ext3x.c OBJ_CONSTRUCT(&p->apps, opal_list_t); apps 1827 opal/mca/pmix/ext3x/ext3x.c OPAL_LIST_DESTRUCT(&p->apps); apps 96 opal/mca/pmix/ext3x/ext3x.h pmix_app_t *apps; apps 121 opal/mca/pmix/ext3x/ext3x.h opal_list_t apps; apps 241 opal/mca/pmix/ext3x/ext3x.h OPAL_MODULE_DECLSPEC int ext3x_spawn(opal_list_t *job_info, opal_list_t *apps, opal_jobid_t *jobid); apps 242 opal/mca/pmix/ext3x/ext3x.h OPAL_MODULE_DECLSPEC int ext3x_spawnnb(opal_list_t *job_info, opal_list_t *apps, apps 1134 opal/mca/pmix/ext3x/ext3x_client.c int ext3x_spawn(opal_list_t *job_info, opal_list_t *apps, opal_jobid_t *jobid) apps 1164 opal/mca/pmix/ext3x/ext3x_client.c napps = opal_list_get_size(apps); apps 1167 opal/mca/pmix/ext3x/ext3x_client.c OPAL_LIST_FOREACH(app, apps, opal_pmix_app_t) { apps 1249 opal/mca/pmix/ext3x/ext3x_client.c int ext3x_spawnnb(opal_list_t *job_info, opal_list_t *apps, apps 1280 opal/mca/pmix/ext3x/ext3x_client.c op->sz = opal_list_get_size(apps); apps 1281 opal/mca/pmix/ext3x/ext3x_client.c PMIX_APP_CREATE(op->apps, op->sz); apps 1283 opal/mca/pmix/ext3x/ext3x_client.c OPAL_LIST_FOREACH(app, apps, opal_pmix_app_t) { apps 1284 opal/mca/pmix/ext3x/ext3x_client.c op->apps[n].cmd = strdup(app->cmd); apps 1286 opal/mca/pmix/ext3x/ext3x_client.c op->apps[n].argv = opal_argv_copy(app->argv); apps 1289 opal/mca/pmix/ext3x/ext3x_client.c op->apps[n].env = opal_argv_copy(app->env); apps 1291 opal/mca/pmix/ext3x/ext3x_client.c op->apps[n].maxprocs = app->maxprocs; apps 1292 opal/mca/pmix/ext3x/ext3x_client.c if (0 < (op->apps[n].ninfo = opal_list_get_size(&app->info))) { apps 1293 opal/mca/pmix/ext3x/ext3x_client.c PMIX_INFO_CREATE(op->apps[n].info, op->apps[n].ninfo); apps 1296 opal/mca/pmix/ext3x/ext3x_client.c (void)opal_string_copy(op->apps[n].info[m].key, info->key, PMIX_MAX_KEYLEN); apps 1297 opal/mca/pmix/ext3x/ext3x_client.c ext3x_value_load(&op->apps[n].info[m].value, info); apps 1304 opal/mca/pmix/ext3x/ext3x_client.c ret = PMIx_Spawn_nb(op->info, op->ninfo, op->apps, op->sz, spcbfunc, op); apps 76 opal/mca/pmix/ext3x/ext3x_server_north.c const pmix_app_t apps[], size_t napps, apps 640 opal/mca/pmix/ext3x/ext3x_server_north.c const pmix_app_t apps[], size_t napps, apps 679 opal/mca/pmix/ext3x/ext3x_server_north.c opal_list_append(&opalcaddy->apps, &app->super); apps 680 opal/mca/pmix/ext3x/ext3x_server_north.c if (NULL != apps[n].cmd) { apps 681 opal/mca/pmix/ext3x/ext3x_server_north.c app->cmd = strdup(apps[n].cmd); apps 683 opal/mca/pmix/ext3x/ext3x_server_north.c if (NULL != apps[n].argv) { apps 684 opal/mca/pmix/ext3x/ext3x_server_north.c app->argv = opal_argv_copy(apps[n].argv); apps 686 opal/mca/pmix/ext3x/ext3x_server_north.c if (NULL != apps[n].env) { apps 687 opal/mca/pmix/ext3x/ext3x_server_north.c app->env = opal_argv_copy(apps[n].env); apps 689 opal/mca/pmix/ext3x/ext3x_server_north.c if (NULL != apps[n].cwd) { apps 690 opal/mca/pmix/ext3x/ext3x_server_north.c app->cwd = strdup(apps[n].cwd); apps 692 opal/mca/pmix/ext3x/ext3x_server_north.c app->maxprocs = apps[n].maxprocs; apps 693 opal/mca/pmix/ext3x/ext3x_server_north.c for (k=0; k < apps[n].ninfo; k++) { apps 696 opal/mca/pmix/ext3x/ext3x_server_north.c oinfo->key = strdup(apps[n].info[k].key); apps 697 opal/mca/pmix/ext3x/ext3x_server_north.c if (OPAL_SUCCESS != (rc = ext3x_value_unload(oinfo, &apps[n].info[k].value))) { apps 705 opal/mca/pmix/ext3x/ext3x_server_north.c rc = host_module->spawn(&proc, &opalcaddy->info, &opalcaddy->apps, opal_spncbfunc, opalcaddy); apps 1185 opal/mca/pmix/ext3x/ext3x_server_north.c opal_list_append(&opalcaddy->apps, &oinfo->super); apps 1199 opal/mca/pmix/ext3x/ext3x_server_north.c &opalcaddy->apps, apps 53 opal/mca/pmix/flux/pmix_flux.c static int flux_spawn(opal_list_t *jobinfo, opal_list_t *apps, opal_jobid_t *jobid); apps 611 opal/mca/pmix/flux/pmix_flux.c static int flux_spawn(opal_list_t *jobinfo, opal_list_t *apps, opal_jobid_t *jobid) apps 46 opal/mca/pmix/isolated/pmix_isolated.c static int isolated_spawn(opal_list_t *jobinfo, opal_list_t *apps, opal_jobid_t *jobid); apps 47 opal/mca/pmix/isolated/pmix_isolated.c static int isolated_spawn_nb(opal_list_t *jobinfo, opal_list_t *apps, apps 304 opal/mca/pmix/isolated/pmix_isolated.c static int isolated_spawn(opal_list_t *jobinfo, opal_list_t *apps, opal_jobid_t *jobid) apps 309 opal/mca/pmix/isolated/pmix_isolated.c static int isolated_spawn_nb(opal_list_t *jobinfo, opal_list_t *apps, apps 505 opal/mca/pmix/pmix.h opal_list_t *apps, apps 512 opal/mca/pmix/pmix.h opal_list_t *apps, apps 77 opal/mca/pmix/pmix4x/pmix/examples/server.c const pmix_app_t apps[], size_t napps, apps 723 opal/mca/pmix/pmix4x/pmix/examples/server.c const pmix_app_t apps[], size_t napps, apps 339 opal/mca/pmix/pmix4x/pmix/include/pmix.h const pmix_app_t apps[], size_t napps, apps 347 opal/mca/pmix/pmix4x/pmix/include/pmix.h const pmix_app_t apps[], size_t napps, apps 198 opal/mca/pmix/pmix4x/pmix/include/pmix_server.h const pmix_app_t apps[], size_t napps, apps 717 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c pmix_app_t *apps; apps 733 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_APP_CREATE(apps, count); apps 735 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c apps[i].cmd = strdup(cmds[i]); apps 736 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c apps[i].maxprocs = maxprocs[i]; apps 737 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c apps[i].argv = pmix_argv_copy((char**) argvs[i]); apps 738 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c apps[i].ninfo = info_keyval_sizesp[i]; apps 739 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c if (0 < apps[i].ninfo) { apps 740 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c apps[i].info = (pmix_info_t*)malloc(apps[i].ninfo * sizeof(pmix_info_t)); apps 742 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c for (j = 0; j < apps[i].ninfo; j++) { apps 743 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c pmix_strncpy(apps[i].info[j].key, info_keyval_vectors[i][j].key, PMIX_MAX_KEYLEN); apps 744 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c apps[i].info[j].value.type = PMIX_STRING; apps 745 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c apps[i].info[j].value.data.string = strdup(info_keyval_vectors[i][j].val); apps 752 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_APP_DESTRUCT(&apps[i]); apps 754 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c free(apps); apps 757 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c pmix_argv_append_nosize(&apps[i].env, evar); apps 762 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c rc = PMIx_Spawn(NULL, 0, apps, count, NULL); apps 765 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_APP_DESTRUCT(&apps[i]); apps 767 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c free(apps); apps 203 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c pmix_app_t *apps; apps 219 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c PMIX_APP_CREATE(apps, count); apps 221 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c apps[i].cmd = strdup(cmds[i]); apps 222 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c apps[i].maxprocs = maxprocs[i]; apps 223 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c apps[i].argv = pmix_argv_copy((char**)argvs[i]); apps 224 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c apps[i].ninfo = info_keyval_sizes[i]; apps 225 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c apps[i].info = (pmix_info_t*)malloc(apps[i].ninfo * sizeof(pmix_info_t)); apps 227 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c for (j=0; j < apps[i].ninfo; j++) { apps 228 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c pmix_strncpy(apps[i].info[j].key, info_keyval_vectors[i][j].key, PMIX_MAX_KEYLEN); apps 229 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c apps[i].info[j].value.type = PMIX_STRING; apps 230 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c apps[i].info[j].value.data.string = strdup(info_keyval_vectors[i][j].val); apps 236 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c PMIX_APP_DESTRUCT(&apps[i]); apps 238 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c free(apps); apps 241 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c pmix_argv_append_nosize(&apps[i].env, evar); apps 246 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c rc = PMIx_Spawn(NULL, 0, apps, count, NULL); apps 249 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c PMIX_APP_DESTRUCT(&apps[i]); apps 251 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c free(apps); apps 66 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_spawn.c const pmix_app_t apps[], size_t napps, apps 98 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_spawn.c if (PMIX_SUCCESS != (rc = PMIx_Spawn_nb(job_info, ninfo, apps, napps, spawn_cbfunc, cb))) { apps 115 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_spawn.c const pmix_app_t apps[], size_t napps, apps 159 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_spawn.c aptr = (pmix_app_t*)&apps[m]; apps 175 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_spawn.c aptr = (pmix_app_t*)&apps[n]; apps 248 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_spawn.c msg, apps, napps, PMIX_APP); apps 1413 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c if (NULL != cd->apps) { apps 1414 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c PMIX_APP_FREE(cd->apps, cd->napps); apps 1533 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c PMIX_APP_CREATE(cd->apps, cd->napps); apps 1534 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c if (NULL == cd->apps) { apps 1539 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c PMIX_BFROPS_UNPACK(rc, peer, buf, cd->apps, &cnt, PMIX_APP); apps 1548 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c rc = pmix_host_server.spawn(&proc, cd->info, cd->ninfo, cd->apps, cd->napps, spcbfunc, cd); apps 1555 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c if (NULL != cd->apps) { apps 1556 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c PMIX_APP_FREE(cd->apps, cd->napps); apps 4436 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c p->apps = NULL; apps 4459 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c if (NULL != p->apps) { apps 4460 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c PMIX_APP_FREE(p->apps, p->napps); apps 61 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h pmix_app_t *apps; apps 601 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c app = (pmix_app_context_t*)job->apps->addr[i]; apps 673 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c app = (pmix_app_context_t*)job->apps->addr[i]; apps 842 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c app = (pmix_app_context_t*)pmix_pointer_array_get_item(jobs[i]->apps, proc->app_idx); apps 288 opal/mca/pmix/pmix4x/pmix/test/server_callbacks.c const pmix_app_t apps[], size_t napps, apps 45 opal/mca/pmix/pmix4x/pmix/test/server_callbacks.h const pmix_app_t apps[], size_t napps, apps 74 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c const pmix_app_t apps[], size_t napps, apps 858 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c const pmix_app_t apps[], size_t napps, apps 80 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c const pmix_app_t apps[], size_t napps, apps 1018 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c const pmix_app_t apps[], size_t napps, apps 80 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c const pmix_app_t apps[], size_t napps, apps 712 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c const pmix_app_t apps[], size_t napps, apps 33 opal/mca/pmix/pmix4x/pmix/test/test_spawn.c pmix_app_t *apps; apps 38 opal/mca/pmix/pmix4x/pmix/test/test_spawn.c PMIX_APP_CREATE(apps, napps); apps 40 opal/mca/pmix/pmix4x/pmix/test/test_spawn.c if (PMIX_SUCCESS != (rc = PMIx_Spawn(NULL, 0, apps, napps, nspace))) { apps 41 opal/mca/pmix/pmix4x/pmix/test/test_spawn.c PMIX_APP_FREE(apps, napps); apps 48 opal/mca/pmix/pmix4x/pmix/test/test_spawn.c rc = PMIx_Spawn_nb(NULL, 0, apps, napps, spawn_cb, (void*)&cbdata); apps 50 opal/mca/pmix/pmix4x/pmix/test/test_spawn.c PMIX_APP_FREE(apps, napps); apps 56 opal/mca/pmix/pmix4x/pmix/test/test_spawn.c PMIX_APP_FREE(apps, napps); apps 1744 opal/mca/pmix/pmix4x/pmix4x.c p->apps = NULL; apps 1780 opal/mca/pmix/pmix4x/pmix4x.c if (NULL != p->apps) { apps 1781 opal/mca/pmix/pmix4x/pmix4x.c PMIX_APP_FREE(p->apps, p->sz); apps 1798 opal/mca/pmix/pmix4x/pmix4x.c OBJ_CONSTRUCT(&p->apps, opal_list_t); apps 1814 opal/mca/pmix/pmix4x/pmix4x.c OPAL_LIST_DESTRUCT(&p->apps); apps 96 opal/mca/pmix/pmix4x/pmix4x.h pmix_app_t *apps; apps 121 opal/mca/pmix/pmix4x/pmix4x.h opal_list_t apps; apps 241 opal/mca/pmix/pmix4x/pmix4x.h OPAL_MODULE_DECLSPEC int pmix4x_spawn(opal_list_t *job_info, opal_list_t *apps, opal_jobid_t *jobid); apps 242 opal/mca/pmix/pmix4x/pmix4x.h OPAL_MODULE_DECLSPEC int pmix4x_spawnnb(opal_list_t *job_info, opal_list_t *apps, apps 1133 opal/mca/pmix/pmix4x/pmix4x_client.c int pmix4x_spawn(opal_list_t *job_info, opal_list_t *apps, opal_jobid_t *jobid) apps 1163 opal/mca/pmix/pmix4x/pmix4x_client.c napps = opal_list_get_size(apps); apps 1166 opal/mca/pmix/pmix4x/pmix4x_client.c OPAL_LIST_FOREACH(app, apps, opal_pmix_app_t) { apps 1248 opal/mca/pmix/pmix4x/pmix4x_client.c int pmix4x_spawnnb(opal_list_t *job_info, opal_list_t *apps, apps 1279 opal/mca/pmix/pmix4x/pmix4x_client.c op->sz = opal_list_get_size(apps); apps 1280 opal/mca/pmix/pmix4x/pmix4x_client.c PMIX_APP_CREATE(op->apps, op->sz); apps 1282 opal/mca/pmix/pmix4x/pmix4x_client.c OPAL_LIST_FOREACH(app, apps, opal_pmix_app_t) { apps 1283 opal/mca/pmix/pmix4x/pmix4x_client.c op->apps[n].cmd = strdup(app->cmd); apps 1285 opal/mca/pmix/pmix4x/pmix4x_client.c op->apps[n].argv = opal_argv_copy(app->argv); apps 1288 opal/mca/pmix/pmix4x/pmix4x_client.c op->apps[n].env = opal_argv_copy(app->env); apps 1290 opal/mca/pmix/pmix4x/pmix4x_client.c op->apps[n].maxprocs = app->maxprocs; apps 1291 opal/mca/pmix/pmix4x/pmix4x_client.c if (0 < (op->apps[n].ninfo = opal_list_get_size(&app->info))) { apps 1292 opal/mca/pmix/pmix4x/pmix4x_client.c PMIX_INFO_CREATE(op->apps[n].info, op->apps[n].ninfo); apps 1295 opal/mca/pmix/pmix4x/pmix4x_client.c (void)strncpy(op->apps[n].info[m].key, info->key, PMIX_MAX_KEYLEN); apps 1296 opal/mca/pmix/pmix4x/pmix4x_client.c pmix4x_value_load(&op->apps[n].info[m].value, info); apps 1303 opal/mca/pmix/pmix4x/pmix4x_client.c ret = PMIx_Spawn_nb(op->info, op->ninfo, op->apps, op->sz, spcbfunc, op); apps 75 opal/mca/pmix/pmix4x/pmix4x_server_north.c const pmix_app_t apps[], size_t napps, apps 639 opal/mca/pmix/pmix4x/pmix4x_server_north.c const pmix_app_t apps[], size_t napps, apps 678 opal/mca/pmix/pmix4x/pmix4x_server_north.c opal_list_append(&opalcaddy->apps, &app->super); apps 679 opal/mca/pmix/pmix4x/pmix4x_server_north.c if (NULL != apps[n].cmd) { apps 680 opal/mca/pmix/pmix4x/pmix4x_server_north.c app->cmd = strdup(apps[n].cmd); apps 682 opal/mca/pmix/pmix4x/pmix4x_server_north.c if (NULL != apps[n].argv) { apps 683 opal/mca/pmix/pmix4x/pmix4x_server_north.c app->argv = opal_argv_copy(apps[n].argv); apps 685 opal/mca/pmix/pmix4x/pmix4x_server_north.c if (NULL != apps[n].env) { apps 686 opal/mca/pmix/pmix4x/pmix4x_server_north.c app->env = opal_argv_copy(apps[n].env); apps 688 opal/mca/pmix/pmix4x/pmix4x_server_north.c if (NULL != apps[n].cwd) { apps 689 opal/mca/pmix/pmix4x/pmix4x_server_north.c app->cwd = strdup(apps[n].cwd); apps 691 opal/mca/pmix/pmix4x/pmix4x_server_north.c app->maxprocs = apps[n].maxprocs; apps 692 opal/mca/pmix/pmix4x/pmix4x_server_north.c for (k=0; k < apps[n].ninfo; k++) { apps 695 opal/mca/pmix/pmix4x/pmix4x_server_north.c oinfo->key = strdup(apps[n].info[k].key); apps 696 opal/mca/pmix/pmix4x/pmix4x_server_north.c if (OPAL_SUCCESS != (rc = pmix4x_value_unload(oinfo, &apps[n].info[k].value))) { apps 704 opal/mca/pmix/pmix4x/pmix4x_server_north.c rc = host_module->spawn(&proc, &opalcaddy->info, &opalcaddy->apps, opal_spncbfunc, opalcaddy); apps 1184 opal/mca/pmix/pmix4x/pmix4x_server_north.c opal_list_append(&opalcaddy->apps, &oinfo->super); apps 1198 opal/mca/pmix/pmix4x/pmix4x_server_north.c &opalcaddy->apps, apps 133 opal/mca/pmix/pmix_server.h opal_list_t *job_info, opal_list_t *apps, apps 53 opal/mca/pmix/s1/pmix_s1.c static int s1_spawn(opal_list_t *jobinfo, opal_list_t *apps, opal_jobid_t *jobid); apps 474 opal/mca/pmix/s1/pmix_s1.c static int s1_spawn(opal_list_t *jobinfo, opal_list_t *apps, opal_jobid_t *jobid) apps 56 opal/mca/pmix/s2/pmix_s2.c static int s2_spawn(opal_list_t *jobinfo, opal_list_t *apps, opal_jobid_t *jobid); apps 459 opal/mca/pmix/s2/pmix_s2.c static int s2_spawn(opal_list_t *jobinfo, opal_list_t *apps, opal_jobid_t *jobid) apps 215 orte/mca/errmgr/base/errmgr_base_fns.c for(i_app = 0; i_app < opal_pointer_array_get_size(jobdata->apps); ++i_app) { apps 216 orte/mca/errmgr/base/errmgr_base_fns.c cur_app_context = (orte_app_context_t *)opal_pointer_array_get_item(jobdata->apps, apps 273 orte/mca/errmgr/base/errmgr_base_fns.c opal_pointer_array_add(jobdata->apps, new_app_context); apps 335 orte/mca/ess/base/ess_base_std_orted.c opal_pointer_array_set_item(jdata->apps, 0, app); apps 433 orte/mca/ess/hnp/ess_hnp_module.c opal_pointer_array_set_item(jdata->apps, 0, app); apps 271 orte/mca/filem/raw/filem_raw_module.c for (i=0; i < jdata->apps->size; i++) { apps 272 orte/mca/filem/raw/filem_raw_module.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, i))) { apps 747 orte/mca/odls/base/odls_base_default_fns.c app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, pptr->app_idx); apps 1175 orte/mca/odls/base/odls_base_default_fns.c for (j=0; j < jobdat->apps->size; j++) { apps 1176 orte/mca/odls/base/odls_base_default_fns.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jobdat->apps, j))) { apps 2067 orte/mca/odls/base/odls_base_default_fns.c app = (orte_app_context_t*)opal_pointer_array_get_item(jobdat->apps, child->app_idx); apps 377 orte/mca/plm/alps/plm_alps_module.c for (i=0; i < state->jdata->apps->size; i++) { apps 379 orte/mca/plm/alps/plm_alps_module.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(state->jdata->apps, i))) { apps 414 orte/mca/plm/base/plm_base_launch_support.c for (i=0; i < caddy->jdata->apps->size; i++) { apps 415 orte/mca/plm/base/plm_base_launch_support.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(caddy->jdata->apps, i))) { apps 441 orte/mca/plm/base/plm_base_launch_support.c for (i=0; i < caddy->jdata->apps->size; i++) { apps 442 orte/mca/plm/base/plm_base_launch_support.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(caddy->jdata->apps, i))) { apps 1964 orte/mca/plm/base/plm_base_launch_support.c for (i=0; i < jdata->apps->size; i++) { apps 1965 orte/mca/plm/base/plm_base_launch_support.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, i))) { apps 2151 orte/mca/plm/base/plm_base_launch_support.c for (i=0; i < jdata->apps->size; i++) { apps 2152 orte/mca/plm/base/plm_base_launch_support.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, i))) { apps 192 orte/mca/plm/base/plm_base_receive.c app = (orte_app_context_t*)opal_pointer_array_get_item(parent->apps, 0); apps 193 orte/mca/plm/base/plm_base_receive.c child_app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, 0); apps 208 orte/mca/plm/base/plm_base_receive.c for (i=0; i < jdata->apps->size; i++) { apps 209 orte/mca/plm/base/plm_base_receive.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, i))) { apps 301 orte/mca/plm/lsf/plm_lsf_module.c for (i=0; i < jdata->apps->size; i++) { apps 303 orte/mca/plm/lsf/plm_lsf_module.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, i))) { apps 1135 orte/mca/plm/rsh/plm_rsh_module.c app = (orte_app_context_t*)opal_pointer_array_get_item(state->jdata->apps, 0); apps 378 orte/mca/plm/slurm/plm_slurm_module.c for (n=0; n < state->jdata->apps->size; n++) { apps 380 orte/mca/plm/slurm/plm_slurm_module.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(state->jdata->apps, n))) { apps 314 orte/mca/plm/tm/plm_tm_module.c app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, 0); apps 279 orte/mca/ras/base/ras_base_allocate.c for (i=0; i < jdata->apps->size; i++) { apps 280 orte/mca/ras/base/ras_base_allocate.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, i))) { apps 339 orte/mca/ras/base/ras_base_allocate.c for (i=0; i < jdata->apps->size; i++) { apps 340 orte/mca/ras/base/ras_base_allocate.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, i))) { apps 505 orte/mca/ras/base/ras_base_allocate.c for (i=0; i < jdata->apps->size; i++) { apps 506 orte/mca/ras/base/ras_base_allocate.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, i))) { apps 537 orte/mca/ras/base/ras_base_allocate.c for (i=0; i < jdata->apps->size; i++) { apps 538 orte/mca/ras/base/ras_base_allocate.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, i))) { apps 112 orte/mca/ras/slurm/ras_slurm_module.c opal_pointer_array_t apps; apps 118 orte/mca/ras/slurm/ras_slurm_module.c OBJ_CONSTRUCT(&ptr->apps, opal_pointer_array_t); apps 119 orte/mca/ras/slurm/ras_slurm_module.c opal_pointer_array_init(&ptr->apps, 1, INT_MAX, 1); apps 130 orte/mca/ras/slurm/ras_slurm_module.c for (i=0; i < ptr->apps.size; i++) { apps 131 orte/mca/ras/slurm/ras_slurm_module.c if (NULL != (ap = (local_apptracker_t*)opal_pointer_array_get_item(&ptr->apps, i))) { apps 135 orte/mca/ras/slurm/ras_slurm_module.c OBJ_DESTRUCT(&ptr->apps); apps 877 orte/mca/ras/slurm/ras_slurm_module.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, idx))) { apps 888 orte/mca/ras/slurm/ras_slurm_module.c if (NULL == (aptrk = (local_apptracker_t*)opal_pointer_array_get_item(&jtrk->apps, idx))) { apps 890 orte/mca/ras/slurm/ras_slurm_module.c opal_pointer_array_set_item(&jtrk->apps, idx, aptrk); apps 935 orte/mca/ras/slurm/ras_slurm_module.c for (idx=0; idx < jdata->apps->size; idx++) { apps 936 orte/mca/ras/slurm/ras_slurm_module.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, idx))) { apps 1045 orte/mca/ras/slurm/ras_slurm_module.c for (i=0; i < jdata->apps->size; i++) { apps 1046 orte/mca/ras/slurm/ras_slurm_module.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, i))) { apps 102 orte/mca/rmaps/base/rmaps_base_map_job.c for (i=0; i < jdata->apps->size; i++) { apps 103 orte/mca/rmaps/base/rmaps_base_map_job.c if (NULL != (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, i))) { apps 90 orte/mca/rmaps/base/rmaps_base_ranking.c for (n=0; n < jdata->apps->size; n++) { apps 91 orte/mca/rmaps/base/rmaps_base_ranking.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, n))) { apps 212 orte/mca/rmaps/base/rmaps_base_ranking.c for (n=0; n < jdata->apps->size; n++) { apps 213 orte/mca/rmaps/base/rmaps_base_ranking.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, n))) { apps 337 orte/mca/rmaps/base/rmaps_base_ranking.c for (n=0, napp=0; napp < jdata->num_apps && n < jdata->apps->size; n++) { apps 338 orte/mca/rmaps/base/rmaps_base_ranking.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, n))) { apps 625 orte/mca/rmaps/base/rmaps_base_ranking.c for (n=0; n < jdata->apps->size; n++) { apps 626 orte/mca/rmaps/base/rmaps_base_ranking.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, n))) { apps 687 orte/mca/rmaps/base/rmaps_base_ranking.c for (n=0; n < jdata->apps->size; n++) { apps 688 orte/mca/rmaps/base/rmaps_base_ranking.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, n))) { apps 817 orte/mca/rmaps/base/rmaps_base_ranking.c for (i=0; i < jdata->apps->size; i++) { apps 818 orte/mca/rmaps/base/rmaps_base_ranking.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, i))) { apps 147 orte/mca/rmaps/mindist/rmaps_mindist_module.c for(i=0; i < jdata->apps->size; i++) { apps 148 orte/mca/rmaps/mindist/rmaps_mindist_module.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, i))) { apps 472 orte/mca/rmaps/mindist/rmaps_mindist_module.c for (n=0; n < jdata->apps->size; n++) { apps 473 orte/mca/rmaps/mindist/rmaps_mindist_module.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, n))) { apps 235 orte/mca/rmaps/ppr/rmaps_ppr.c for (idx=0; idx < (orte_app_idx_t)jdata->apps->size; idx++) { apps 236 orte/mca/rmaps/ppr/rmaps_ppr.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, idx))) { apps 680 orte/mca/rmaps/ppr/rmaps_ppr.c for (n=0; n < jdata->apps->size; n++) { apps 681 orte/mca/rmaps/ppr/rmaps_ppr.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, n))) { apps 145 orte/mca/rmaps/rank_file/rmaps_rank_file.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, 0))) { apps 179 orte/mca/rmaps/rank_file/rmaps_rank_file.c for(i=0; i < jdata->apps->size; i++) { apps 180 orte/mca/rmaps/rank_file/rmaps_rank_file.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, i))) { apps 153 orte/mca/rmaps/resilient/rmaps_resilient.c app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, proc->app_idx); apps 721 orte/mca/rmaps/resilient/rmaps_resilient.c for (i=0; i < jdata->apps->size; i++) { apps 723 orte/mca/rmaps/resilient/rmaps_resilient.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, i))) { apps 97 orte/mca/rmaps/round_robin/rmaps_rr.c for(i=0; i < jdata->apps->size; i++) { apps 100 orte/mca/rmaps/round_robin/rmaps_rr.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, i))) { apps 107 orte/mca/rmaps/round_robin/rmaps_rr_assign.c for (n=0; n < jdata->apps->size; n++) { apps 108 orte/mca/rmaps/round_robin/rmaps_rr_assign.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, n))) { apps 235 orte/mca/rmaps/seq/rmaps_seq.c for(i=0; i < jdata->apps->size; i++) { apps 236 orte/mca/rmaps/seq/rmaps_seq.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, i))) { apps 279 orte/mca/rtc/hwloc/rtc_hwloc.c context = (orte_app_context_t*)opal_pointer_array_get_item(jobdat->apps, child->app_idx); apps 874 orte/mca/schizo/ompi/schizo_ompi.c tmp_app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, 0); apps 1036 orte/mca/schizo/ompi/schizo_ompi.c for (i=0; i < jdata->apps->size; i++) { apps 1037 orte/mca/schizo/ompi/schizo_ompi.c if (NULL == (tmp_app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, i))) { apps 562 orte/orted/orted_main.c opal_pointer_array_add(jdata->apps, app); apps 951 orte/orted/orted_submit.c if (NULL != (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, i))) { apps 967 orte/orted/orted_submit.c if (NULL != (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, n))) { apps 1070 orte/orted/orted_submit.c if (NULL != (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, 0)) && apps 1077 orte/orted/orted_submit.c if (NULL == (dapp = (orte_app_context_t*)opal_pointer_array_get_item(daemons->apps, 0))) { apps 1301 orte/orted/orted_submit.c opal_pointer_array_add(jdata->apps, app); apps 1327 orte/orted/orted_submit.c opal_pointer_array_add(jdata->apps, app); apps 1341 orte/orted/orted_submit.c size1 = (size_t)opal_pointer_array_get_size(jdata->apps); apps 1345 orte/orted/orted_submit.c opal_pointer_array_get_item(jdata->apps, j); apps 1370 orte/orted/orted_submit.c if (opal_pointer_array_get_size(jdata->apps) >= 1) { apps 1375 orte/orted/orted_submit.c opal_pointer_array_get_item(jdata->apps, 0); apps 1378 orte/orted/orted_submit.c for (j = 1; j < opal_pointer_array_get_size(jdata->apps); ++j) { apps 1379 orte/orted/orted_submit.c if (NULL != opal_pointer_array_get_item(jdata->apps, j)) { apps 2020 orte/orted/orted_submit.c opal_pointer_array_add(jdata->apps, app); apps 2091 orte/orted/orted_submit.c app = (orte_app_context_t*)opal_pointer_array_get_item(trk->jdata->apps, proc->app_idx); apps 2162 orte/orted/orted_submit.c app = (orte_app_context_t*)opal_pointer_array_get_item(trk->jdata->apps, proc->app_idx); apps 2327 orte/orted/orted_submit.c for (i=0; i < jdata->apps->size; i++) { apps 2328 orte/orted/orted_submit.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, i))) { apps 2484 orte/orted/orted_submit.c opal_pointer_array_add(debugger->apps, app); apps 2595 orte/orted/orted_submit.c if (NULL == (appctx = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, proc->app_idx))) { apps 166 orte/orted/pmix/pmix_server_dyn.c opal_list_t *job_info, opal_list_t *apps, apps 188 orte/orted/pmix/pmix_server_dyn.c OPAL_LIST_FOREACH(papp, apps, opal_pmix_app_t) { apps 190 orte/orted/pmix/pmix_server_dyn.c app->idx = opal_pointer_array_add(jdata->apps, app); apps 399 orte/orted/pmix/pmix_server_dyn.c for (i=0; i < jdata->apps->size; i++) { apps 400 orte/orted/pmix/pmix_server_dyn.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, i))) { apps 748 orte/orted/pmix/pmix_server_gen.c app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, proct->app_idx); apps 798 orte/orted/pmix/pmix_server_gen.c app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, proct->app_idx); apps 946 orte/orted/pmix/pmix_server_gen.c opal_pointer_array_add(jdata->apps, app); apps 202 orte/orted/pmix/pmix_server_internal.h opal_list_t *job_info, opal_list_t *apps, apps 416 orte/orted/pmix/pmix_server_register_fns.c app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, pptr->app_idx); apps 437 orte/orted/pmix/pmix_server_register_fns.c app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, pptr->app_idx); apps 448 orte/orted/pmix/pmix_server_register_fns.c app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, 0); apps 161 orte/runtime/data_type_support/orte_dt_packing_fns.c for (j=0; j < jobs[i]->apps->size; j++) { apps 162 orte/runtime/data_type_support/orte_dt_packing_fns.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jobs[i]->apps, j))) { apps 201 orte/runtime/data_type_support/orte_dt_print_fns.c for (i=0; i < src->apps->size; i++) { apps 202 orte/runtime/data_type_support/orte_dt_print_fns.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(src->apps, i))) { apps 170 orte/runtime/data_type_support/orte_dt_unpacking_fns.c opal_pointer_array_add(jobs[i]->apps, app); apps 616 orte/runtime/orte_globals.c job->apps = OBJ_NEW(opal_pointer_array_t); apps 617 orte/runtime/orte_globals.c opal_pointer_array_init(job->apps, apps 672 orte/runtime/orte_globals.c for (n=0; n < job->apps->size; n++) { apps 673 orte/runtime/orte_globals.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(job->apps, n))) { apps 678 orte/runtime/orte_globals.c OBJ_RELEASE(job->apps); apps 322 orte/runtime/orte_globals.h opal_pointer_array_t *apps; apps 386 orte/runtime/orte_quit.c approc = (orte_app_context_t*)opal_pointer_array_get_item(job->apps, proc->app_idx); apps 42 orte/test/system/orte_loop_spawn.c opal_pointer_array_add(jdata->apps, app); apps 56 orte/test/system/orte_spawn.c opal_pointer_array_add(jdata->apps, app); apps 65 orte/test/system/orte_tool.c opal_pointer_array_add(jdata->apps, app); apps 27 orte/test/system/psm_keygen.c opal_pointer_array_set_item(jdata->apps, 0, app); apps 177 orte/util/pre_condition_transports.c for (n=0; n < jdata->apps->size; n++) { apps 178 orte/util/pre_condition_transports.c if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, n))) {