1
1

Merge pull request #5237 from rhc54/topic/dyn

PMIx rte component does support dynamics
Этот коммит содержится в:
Ralph Castain 2018-06-06 08:17:09 -07:00 коммит произвёл GitHub
родитель 64a5baaa28 840fb42f93
Коммит 05e554716e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -935,7 +935,7 @@ void ompi_rte_wait_for_debugger(void)
bool ompi_rte_connect_accept_support(const char *port)
{
/* not sure how to support this yet */
return false;
return true;
}
static char* pre_condition_transports_print(uint64_t *unique_key)

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

@ -2,7 +2,7 @@
/*
* Copyright (c) 2012-2015 Los Alamos National Security, LLC. All rights
* reserved.
* Copyright (c) 2014-2017 Intel, Inc. All rights reserved.
* Copyright (c) 2014-2018 Intel, Inc. All rights reserved.
* Copyright (c) 2014-2017 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* Copyright (c) 2016 Mellanox Technologies, Inc.
@ -108,7 +108,7 @@ int opal_pmix_base_exchange(opal_value_t *indat,
/* tell the server to delete upon read */
info = OBJ_NEW(opal_value_t);
info->key = strdup(OPAL_PMIX_PERSISTENCE);
info->type = OPAL_INT;
info->type = OPAL_PERSIST;
info->data.integer = OPAL_PMIX_PERSIST_FIRST_READ;
opal_list_append(&ilist, &info->super);