1
1

pmix/ext3x: bring external component up-to-date with the embedded pmix3x

Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
Этот коммит содержится в:
Gilles Gouaillardet 2018-01-31 13:15:18 +09:00
родитель bb212e0c94
Коммит 0481277e93

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

@ -3,7 +3,7 @@
* Copyright (c) 2014-2017 Intel, Inc. All rights reserved. * Copyright (c) 2014-2017 Intel, Inc. All rights reserved.
* Copyright (c) 2014-2015 Mellanox Technologies, Inc. * Copyright (c) 2014-2015 Mellanox Technologies, Inc.
* All rights reserved. * All rights reserved.
* Copyright (c) 2016-2017 Research Organization for Information Science * Copyright (c) 2016-2018 Research Organization for Information Science
* and Technology (RIST). All rights reserved. * and Technology (RIST). All rights reserved.
* Copyright (c) 2017 Los Alamos National Security, LLC. All rights * Copyright (c) 2017 Los Alamos National Security, LLC. All rights
* reserved. * reserved.
@ -44,15 +44,16 @@ BEGIN_C_DECLS
#endif #endif
typedef struct { typedef struct {
opal_pmix_base_component_t super; opal_pmix_base_component_t super;
opal_list_t jobids; pmix_proc_t myproc;
bool native_launch; opal_list_t jobids;
size_t evindex; bool native_launch;
opal_list_t events; size_t evindex;
int cache_size; opal_list_t events;
opal_list_t cache; int cache_size;
opal_list_t dmdx; opal_list_t cache;
bool silence_warning; opal_list_t dmdx;
bool silence_warning;
} mca_pmix_ext3x_component_t; } mca_pmix_ext3x_component_t;
OPAL_DECLSPEC extern mca_pmix_ext3x_component_t mca_pmix_ext3x_component; OPAL_DECLSPEC extern mca_pmix_ext3x_component_t mca_pmix_ext3x_component;