prefix_dir 144 orte/mca/plm/base/plm_base_receive.c char *prefix_dir; prefix_dir 194 orte/mca/plm/base/plm_base_receive.c prefix_dir = NULL; prefix_dir 195 orte/mca/plm/base/plm_base_receive.c if (orte_get_attribute(&app->attributes, ORTE_APP_PREFIX_DIR, (void**)&prefix_dir, OPAL_STRING) && prefix_dir 197 orte/mca/plm/base/plm_base_receive.c orte_set_attribute(&child_app->attributes, ORTE_APP_PREFIX_DIR, ORTE_ATTR_GLOBAL, prefix_dir, OPAL_STRING); prefix_dir 199 orte/mca/plm/base/plm_base_receive.c if (NULL != prefix_dir) { prefix_dir 200 orte/mca/plm/base/plm_base_receive.c free(prefix_dir); prefix_dir 332 orte/mca/plm/rsh/plm_rsh_module.c int *proc_vpid_index, char *prefix_dir) prefix_dir 453 orte/mca/plm/rsh/plm_rsh_module.c if (NULL != prefix_dir) { prefix_dir 454 orte/mca/plm/rsh/plm_rsh_module.c opal_asprintf(&lib_base, "%s:%s/%s", mca_plm_rsh_component.pass_libpath, prefix_dir, param); prefix_dir 458 orte/mca/plm/rsh/plm_rsh_module.c } else if (NULL != prefix_dir) { prefix_dir 459 orte/mca/plm/rsh/plm_rsh_module.c opal_asprintf(&lib_base, "%s/%s", prefix_dir, param); prefix_dir 466 orte/mca/plm/rsh/plm_rsh_module.c if (NULL != prefix_dir) { prefix_dir 473 orte/mca/plm/rsh/plm_rsh_module.c opal_asprintf(&bin_base, "%s/%s", prefix_dir, value); prefix_dir 559 orte/mca/plm/rsh/plm_rsh_module.c prefix_dir); prefix_dir 1024 orte/mca/plm/rsh/plm_rsh_module.c char *prefix_dir=NULL, *var; prefix_dir 1136 orte/mca/plm/rsh/plm_rsh_module.c if (!orte_get_attribute(&app->attributes, ORTE_APP_PREFIX_DIR, (void**)&prefix_dir, OPAL_STRING)) { prefix_dir 1141 orte/mca/plm/rsh/plm_rsh_module.c prefix_dir = strdup(opal_install_dirs.prefix); prefix_dir 1186 orte/mca/plm/rsh/plm_rsh_module.c &proc_vpid_index, prefix_dir))) { prefix_dir 190 orte/mca/plm/tm/plm_tm_module.c char *prefix_dir = NULL; prefix_dir 315 orte/mca/plm/tm/plm_tm_module.c orte_get_attribute(&app->attributes, ORTE_APP_PREFIX_DIR, (void**)&prefix_dir, OPAL_STRING); prefix_dir 316 orte/mca/plm/tm/plm_tm_module.c if (NULL != prefix_dir) { prefix_dir 323 orte/mca/plm/tm/plm_tm_module.c prefix_dir, bin_base, env[i] + 5); prefix_dir 335 orte/mca/plm/tm/plm_tm_module.c prefix_dir, lib_base, env[i] + 16); prefix_dir 344 orte/mca/plm/tm/plm_tm_module.c free(prefix_dir);