1
1

Protect against PMIx-based requests that don't come thru the MPI comm_spawn interface

Этот коммит содержится в:
Ralph Castain 2016-01-16 13:36:06 -08:00
родитель 4dad5de8ff
Коммит fc6b260146

Просмотреть файл

@ -263,6 +263,10 @@ int pmix_server_spawn_fn(opal_process_name_t *requestor,
true, "spawn", "job level", info->key); true, "spawn", "job level", info->key);
} }
} }
/* if the job is missing a personality setting, add it */
if (NULL == jdata->personality) {
jdata->personality = strdup("ompi");
}
/* transfer the apps across */ /* transfer the apps across */
OPAL_LIST_FOREACH(papp, apps, opal_pmix_app_t) { OPAL_LIST_FOREACH(papp, apps, opal_pmix_app_t) {