pmix/ext3x: fix minor typos
refer PMIx 3x instead of previous 2x Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
Этот коммит содержится в:
родитель
b3bd785ce0
Коммит
ca9009e3d0
@ -1,7 +1,7 @@
|
|||||||
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
|
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2014-2018 Intel, Inc. All rights reserved.
|
* Copyright (c) 2014-2018 Intel, Inc. All rights reserved.
|
||||||
* Copyright (c) 2014-2017 Research Organization for Information Science
|
* Copyright (c) 2014-2018 Research Organization for Information Science
|
||||||
* and Technology (RIST). All rights reserved.
|
* and Technology (RIST). All rights reserved.
|
||||||
* Copyright (c) 2014-2015 Mellanox Technologies, Inc.
|
* Copyright (c) 2014-2015 Mellanox Technologies, Inc.
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
@ -1257,7 +1257,7 @@ static void errreg_cbfunc (pmix_status_t status,
|
|||||||
OPAL_ACQUIRE_OBJECT(op);
|
OPAL_ACQUIRE_OBJECT(op);
|
||||||
op->event->index = errhandler_ref;
|
op->event->index = errhandler_ref;
|
||||||
opal_output_verbose(5, opal_pmix_base_framework.framework_output,
|
opal_output_verbose(5, opal_pmix_base_framework.framework_output,
|
||||||
"PMIX2x errreg_cbfunc - error handler registered status=%d, reference=%lu",
|
"PMIX3x errreg_cbfunc - error handler registered status=%d, reference=%lu",
|
||||||
status, (unsigned long)errhandler_ref);
|
status, (unsigned long)errhandler_ref);
|
||||||
if (NULL != op->evregcbfunc) {
|
if (NULL != op->evregcbfunc) {
|
||||||
op->evregcbfunc(pmix3x_convert_rc(status), errhandler_ref, op->cbdata);
|
op->evregcbfunc(pmix3x_convert_rc(status), errhandler_ref, op->cbdata);
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* Copyright (c) 2014-2018 Intel, Inc. All rights reserved.
|
* Copyright (c) 2014-2018 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 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.
|
||||||
@ -14,8 +14,8 @@
|
|||||||
* $HEADER$
|
* $HEADER$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef MCA_PMIX_PMIX2X_H
|
#ifndef MCA_PMIX_PMIX3X_H
|
||||||
#define MCA_PMIX_PMIX2X_H
|
#define MCA_PMIX_PMIX3X_H
|
||||||
|
|
||||||
#include "opal_config.h"
|
#include "opal_config.h"
|
||||||
|
|
||||||
@ -348,4 +348,4 @@ OPAL_MODULE_DECLSPEC pmix_proc_state_t ext3x_convert_opalstate(int state);
|
|||||||
|
|
||||||
END_C_DECLS
|
END_C_DECLS
|
||||||
|
|
||||||
#endif /* MCA_PMIX_EXTERNAL_H */
|
#endif /* MCA_PMIX_PMIX3X_H */
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user