sload             169 orte/mca/errmgr/base/errmgr_base_fns.c     char *sload;
sload             257 orte/mca/errmgr/base/errmgr_base_fns.c         opal_asprintf(&sload,
sload             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);
sload             266 orte/mca/errmgr/base/errmgr_base_fns.c         free(sload);
sload             290 orte/mca/errmgr/base/errmgr_base_fns.c         opal_asprintf(&sload,
sload             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);
sload             299 orte/mca/errmgr/base/errmgr_base_fns.c         free(sload);
sload             700 orte/mca/sstore/stage/sstore_stage_local.c     char *sload = NULL;
sload             702 orte/mca/sstore/stage/sstore_stage_local.c     orte_get_attribute(&app->attributes, ORTE_APP_SSTORE_LOAD, (void **)&sload, OPAL_STRING);
sload             704 orte/mca/sstore/stage/sstore_stage_local.c     if(!ORTE_FLAG_TEST(app, ORTE_APP_FLAG_USED_ON_NODE) || NULL == sload) {
sload             708 orte/mca/sstore/stage/sstore_stage_local.c                              (int)app->num_procs, sload));
sload             715 orte/mca/sstore/stage/sstore_stage_local.c                          app->idx, sload));
sload             720 orte/mca/sstore/stage/sstore_stage_local.c     sstore_args = opal_argv_split(sload, ':');