File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 11#
22# Copyright (c) 2014-2017 Intel, Inc. All rights reserved.
33# Copyright (c) 2015 Cisco Systems, Inc. All rights reserved.
4- # Copyright (c) 2015 Research Organization for Information Science
5- # and Technology (RIST). All rights reserved.
4+ # Copyright (c) 2015-2018 Research Organization for Information Science
5+ # and Technology (RIST). All rights reserved.
66# Copyright (c) 2017 IBM Corporation. All rights reserved.
77# $COPYRIGHT$
88#
@@ -38,15 +38,15 @@ endif
3838
3939mcacomponentdir = $(opallibdir )
4040mcacomponent_LTLIBRARIES = $(component_install )
41- mca_pmix_ext2x_la_SOURCES = $(sources )
41+ mca_pmix_ext2x_la_SOURCES = $(sources ) $( headers )
4242mca_pmix_ext2x_la_CFLAGS = $(opal_pmix_ext2x_CFLAGS )
4343mca_pmix_ext2x_la_CPPFLAGS =$(opal_pmix_ext2x_CPPFLAGS )
4444mca_pmix_ext2x_la_LDFLAGS = -module -avoid-version $(opal_pmix_ext2x_LDFLAGS )
4545mca_pmix_ext2x_la_LIBADD =
$(top_builddir ) /opal/lib@
[email protected] \ 4646 $(opal_pmix_ext2x_LIBS )
4747
4848noinst_LTLIBRARIES = $(component_noinst )
49- libmca_pmix_ext2x_la_SOURCES =$(sources )
49+ libmca_pmix_ext2x_la_SOURCES =$(sources ) $( headers )
5050libmca_pmix_ext2x_la_CFLAGS = $(opal_pmix_ext2x_CFLAGS )
5151libmca_pmix_ext2x_la_CPPFLAGS = $(opal_pmix_ext2x_CPPFLAGS )
5252libmca_pmix_ext2x_la_LDFLAGS = -module -avoid-version $(opal_pmix_ext2x_LDFLAGS )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dist_opaldata_DATA = help-pmix-ext3x.txt
1616sources = \
1717 ext3x_local.c
1818
19- nodist_headers = \
19+ headers = \
2020 ext3x.h
2121
2222nodist_sources = \
4040
4141mcacomponentdir = $(opallibdir )
4242mcacomponent_LTLIBRARIES = $(component_install )
43- mca_pmix_ext3x_la_SOURCES = $(sources )
43+ mca_pmix_ext3x_la_SOURCES = $(sources ) $( headers )
4444nodist_mca_pmix_ext3x_la_SOURCES = $(nodist_sources )
4545mca_pmix_ext3x_la_CFLAGS = $(opal_pmix_ext3x_CFLAGS )
4646mca_pmix_ext3x_la_CPPFLAGS =$(opal_pmix_ext3x_CPPFLAGS )
@@ -49,12 +49,12 @@ mca_pmix_ext3x_la_LIBADD = $(top_builddir)/opal/lib@
[email protected] 4949 $(opal_pmix_ext3x_LIBS )
5050
5151noinst_LTLIBRARIES = $(component_noinst )
52- libmca_pmix_ext3x_la_SOURCES =$(sources )
52+ libmca_pmix_ext3x_la_SOURCES =$(sources ) $( headers )
5353nodist_libmca_pmix_ext3x_la_SOURCES = $(nodist_sources )
5454libmca_pmix_ext3x_la_CFLAGS = $(opal_pmix_ext3x_CFLAGS )
5555libmca_pmix_ext3x_la_CPPFLAGS = $(opal_pmix_ext3x_CPPFLAGS )
5656libmca_pmix_ext3x_la_LDFLAGS = -module -avoid-version $(opal_pmix_ext3x_LDFLAGS )
5757libmca_pmix_ext3x_la_LIBADD = $(opal_pmix_ext3x_LIBS )
5858
5959clean-local :
60- $(RM ) -f $(nodist_sources ) $( nodist_headers )
60+ $(RM ) -f $(nodist_sources )
Original file line number Diff line number Diff line change 11/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
22/*
33 * Copyright (c) 2014-2018 Intel, Inc. All rights reserved.
4- * Copyright (c) 2014-2017 Research Organization for Information Science
5- * and Technology (RIST). All rights reserved.
4+ * Copyright (c) 2014-2018 Research Organization for Information Science
5+ * and Technology (RIST). All rights reserved.
66 * Copyright (c) 2014-2015 Mellanox Technologies, Inc.
77 * All rights reserved.
88 * Copyright (c) 2016 Cisco Systems, Inc. All rights reserved.
@@ -1257,7 +1257,7 @@ static void errreg_cbfunc (pmix_status_t status,
12571257 OPAL_ACQUIRE_OBJECT (op );
12581258 op -> event -> index = errhandler_ref ;
12591259 opal_output_verbose (5 , opal_pmix_base_framework .framework_output ,
1260- "PMIX2x errreg_cbfunc - error handler registered status=%d, reference=%lu" ,
1260+ "PMIX3x errreg_cbfunc - error handler registered status=%d, reference=%lu" ,
12611261 status , (unsigned long )errhandler_ref );
12621262 if (NULL != op -> evregcbfunc ) {
12631263 op -> evregcbfunc (pmix3x_convert_rc (status ), errhandler_ref , op -> cbdata );
Original file line number Diff line number Diff line change 33 * Copyright (c) 2014-2018 Intel, Inc. All rights reserved.
44 * Copyright (c) 2014-2015 Mellanox Technologies, Inc.
55 * All rights reserved.
6- * Copyright (c) 2016 Research Organization for Information Science
7- * and Technology (RIST). All rights reserved.
6+ * Copyright (c) 2016-2018 Research Organization for Information Science
7+ * and Technology (RIST). All rights reserved.
88 * Copyright (c) 2017 Los Alamos National Security, LLC. All rights
99 * reserved.
1010 * $COPYRIGHT$
1414 * $HEADER$
1515 */
1616
17- #ifndef MCA_PMIX_PMIX2X_H
18- #define MCA_PMIX_PMIX2X_H
17+ #ifndef MCA_PMIX_PMIX3X_H
18+ #define MCA_PMIX_PMIX3X_H
1919
2020#include "opal_config.h"
2121
@@ -348,4 +348,4 @@ OPAL_MODULE_DECLSPEC pmix_proc_state_t ext3x_convert_opalstate(int state);
348348
349349END_C_DECLS
350350
351- #endif /* MCA_PMIX_EXTERNAL_H */
351+ #endif /* MCA_PMIX_PMIX3X_H */
You can’t perform that action at this time.
0 commit comments