Fixing "paffinity_base_slot_list" environment
This commit was SVN r18900.
Этот коммит содержится в:
родитель
0b1b96b598
Коммит
a812324963
@ -339,7 +339,7 @@ int opal_paffinity_base_slot_list_set(long rank)
|
||||
char **socket_core;
|
||||
int item_cnt, socket_core_cnt, rc;
|
||||
|
||||
rc = mca_base_param_find("opal", NULL, "paffinity_slot_list");
|
||||
rc = mca_base_param_find("opal", NULL, "paffinity_base_slot_list");
|
||||
/* If there was not slot list specified, return a specific error
|
||||
code indicating that */
|
||||
if (rc <= 0) {
|
||||
@ -348,7 +348,7 @@ int opal_paffinity_base_slot_list_set(long rank)
|
||||
|
||||
if (OPAL_SUCCESS == mca_base_param_lookup_string(rc, &slot_str)) {
|
||||
if (NULL == slot_str) {
|
||||
return OPAL_ERR_BAD_PARAM;
|
||||
return OPAL_ERR_NOT_FOUND;
|
||||
}
|
||||
}
|
||||
if (0 == strcmp("", slot_str)){
|
||||
|
@ -967,7 +967,7 @@ int orte_odls_base_default_launch_local(orte_jobid_t job,
|
||||
free(value);
|
||||
|
||||
if ( NULL != child->slot_list ) {
|
||||
param = mca_base_param_environ_variable("opal", NULL, "paffinity_slot_list");
|
||||
param = mca_base_param_environ_variable("opal", NULL, "paffinity_base_slot_list");
|
||||
asprintf(&value, "%s", child->slot_list);
|
||||
opal_setenv(param, value, true, &app->env);
|
||||
free(param);
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user