new_app_context   160 orte/mca/errmgr/base/errmgr_base_fns.c     orte_app_context_t *new_app_context = NULL;
new_app_context   244 orte/mca/errmgr/base/errmgr_base_fns.c         opal_dss.copy((void**)&new_app_context, cur_app_context, ORTE_APP_CONTEXT);
new_app_context   247 orte/mca/errmgr/base/errmgr_base_fns.c         new_app_context->idx                    = cur_app_context->idx;
new_app_context   248 orte/mca/errmgr/base/errmgr_base_fns.c         free(new_app_context->app);
new_app_context   249 orte/mca/errmgr/base/errmgr_base_fns.c         new_app_context->app                    = NULL;
new_app_context   250 orte/mca/errmgr/base/errmgr_base_fns.c         new_app_context->num_procs              = 1;
new_app_context   251 orte/mca/errmgr/base/errmgr_base_fns.c         opal_argv_free(new_app_context->argv);
new_app_context   252 orte/mca/errmgr/base/errmgr_base_fns.c         new_app_context->argv                   = NULL;
new_app_context   254 orte/mca/errmgr/base/errmgr_base_fns.c         orte_remove_attribute(&new_app_context->attributes, ORTE_APP_PRELOAD_BIN);
new_app_context   265 orte/mca/errmgr/base/errmgr_base_fns.c         orte_set_attribute(&new_app_context->attributes, ORTE_APP_SSTORE_LOAD, ORTE_ATTR_LOCAL, sload, OPAL_STRING);
new_app_context   270 orte/mca/errmgr/base/errmgr_base_fns.c         new_app_context->idx = (jobdata->num_apps);
new_app_context   271 orte/mca/errmgr/base/errmgr_base_fns.c         proc->app_idx = new_app_context->idx;
new_app_context   273 orte/mca/errmgr/base/errmgr_base_fns.c         opal_pointer_array_add(jobdata->apps, new_app_context);
new_app_context   280 orte/mca/errmgr/base/errmgr_base_fns.c         new_app_context = cur_app_context;
new_app_context   283 orte/mca/errmgr/base/errmgr_base_fns.c         free(new_app_context->app);
new_app_context   284 orte/mca/errmgr/base/errmgr_base_fns.c         new_app_context->app = NULL;
new_app_context   286 orte/mca/errmgr/base/errmgr_base_fns.c         opal_argv_free(new_app_context->argv);
new_app_context   287 orte/mca/errmgr/base/errmgr_base_fns.c         new_app_context->argv = NULL;
new_app_context   298 orte/mca/errmgr/base/errmgr_base_fns.c         orte_set_attribute(&new_app_context->attributes, ORTE_APP_SSTORE_LOAD, ORTE_ATTR_LOCAL, sload, OPAL_STRING);
new_app_context   305 orte/mca/errmgr/base/errmgr_base_fns.c     new_app_context->app = strdup("opal-restart");
new_app_context   306 orte/mca/errmgr/base/errmgr_base_fns.c     opal_argv_append(&argc, &(new_app_context->argv), new_app_context->app);
new_app_context   307 orte/mca/errmgr/base/errmgr_base_fns.c     opal_argv_append(&argc, &(new_app_context->argv), "-l");
new_app_context   308 orte/mca/errmgr/base/errmgr_base_fns.c     opal_argv_append(&argc, &(new_app_context->argv), location_str);
new_app_context   309 orte/mca/errmgr/base/errmgr_base_fns.c     opal_argv_append(&argc, &(new_app_context->argv), "-m");
new_app_context   310 orte/mca/errmgr/base/errmgr_base_fns.c     opal_argv_append(&argc, &(new_app_context->argv), orte_sstore_base_local_metadata_filename);
new_app_context   311 orte/mca/errmgr/base/errmgr_base_fns.c     opal_argv_append(&argc, &(new_app_context->argv), "-r");
new_app_context   317 orte/mca/errmgr/base/errmgr_base_fns.c     opal_argv_append(&argc, &(new_app_context->argv), tmp_str);