diff --git a/ompi/Makefile.am b/ompi/Makefile.am index ced1ed975ce..2ba1a37e674 100644 --- a/ompi/Makefile.am +++ b/ompi/Makefile.am @@ -9,7 +9,7 @@ # University of Stuttgart. All rights reserved. # Copyright (c) 2004-2005 The Regents of the University of California. # All rights reserved. -# Copyright (c) 2008-2014 Cisco Systems, Inc. All rights reserved. +# Copyright (c) 2008-2016 Cisco Systems, Inc. All rights reserved. # Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved. # Copyright (c) 2010-2011 Sandia National Laboratories. All rights reserved. # Copyright (c) 2013-2015 Los Alamos National Security, LLC. All rights @@ -24,6 +24,8 @@ # $HEADER$ # +EXTRA_DIST = libmpi.map + # We always have C bindings, but do we have profiling? if BUILD_MPI_BINDINGS_LAYER diff --git a/ompi/libmpi.map b/ompi/libmpi.map index 72d14820c8f..00f60764e1b 100644 --- a/ompi/libmpi.map +++ b/ompi/libmpi.map @@ -688,6 +688,9 @@ global: ompi_datatype_match_size; ompi_datatype_number_of_predefined_data; ompi_datatype_pack_description_length; + ompi_datatype_pack_external_size; + ompi_datatype_pack_external; + ompi_datatype_unpack_external; ompi_datatype_print_args; ompi_datatype_release_args; ompi_datatype_set_args; diff --git a/ompi/mpi/Makefile.am b/ompi/mpi/Makefile.am index f4d2970b6c5..212247752c3 100644 --- a/ompi/mpi/Makefile.am +++ b/ompi/mpi/Makefile.am @@ -9,7 +9,7 @@ # University of Stuttgart. All rights reserved. # Copyright (c) 2004-2005 The Regents of the University of California. # All rights reserved. -# Copyright (c) 2006-2012 Cisco Systems, Inc. All rights reserved. +# Copyright (c) 2006-2016 Cisco Systems, Inc. All rights reserved. # Copyright (c) 2015 Research Organization for Information Science # and Technology (RIST). All rights reserved. # $COPYRIGHT$ @@ -19,7 +19,7 @@ # $HEADER$ # -EXTRA_DIST = \ +EXTRA_DIST += \ mpi/fortran/configure-fortran-output-bottom.h \ mpi/man/make_manpage.pl diff --git a/ompi/mpi/cxx/Makefile.am b/ompi/mpi/cxx/Makefile.am index 31ebd3e5a72..9d984ea2996 100644 --- a/ompi/mpi/cxx/Makefile.am +++ b/ompi/mpi/cxx/Makefile.am @@ -10,7 +10,7 @@ # University of Stuttgart. All rights reserved. # Copyright (c) 2004-2005 The Regents of the University of California. # All rights reserved. -# Copyright (c) 2007-2012 Cisco Systems, Inc. All rights reserved. +# Copyright (c) 2007-2016 Cisco Systems, Inc. All rights reserved. # $COPYRIGHT$ # # Additional copyrights may follow @@ -18,6 +18,8 @@ # $HEADER$ # +EXTRA_DIST = libmpi_cxx.map + # Need the first so that we can get the path names correct inside the # MPI C++ library. The second is necessary so that mpi.h doesn't # include mpicxx.h through the incorrect pathname in any of the C++ diff --git a/ompi/mpi/fortran/mpif-h/Makefile.am b/ompi/mpi/fortran/mpif-h/Makefile.am index cc38be1e4cd..c59709a4f11 100644 --- a/ompi/mpi/fortran/mpif-h/Makefile.am +++ b/ompi/mpi/fortran/mpif-h/Makefile.am @@ -9,7 +9,7 @@ # University of Stuttgart. All rights reserved. # Copyright (c) 2004-2005 The Regents of the University of California. # All rights reserved. -# Copyright (c) 2006-2015 Cisco Systems, Inc. All rights reserved. +# Copyright (c) 2006-2016 Cisco Systems, Inc. All rights reserved. # Copyright (c) 2011-2013 Inria. All rights reserved. # Copyright (c) 2011-2013 Universite Bordeaux 1 # Copyright (c) 2013-2014 Los Alamos National Security, LLC. All rights @@ -25,6 +25,8 @@ include $(top_srcdir)/Makefile.ompi-rules +EXTRA_DIST = libmpi_mpifh.map + SUBDIRS = profile AM_CPPFLAGS = -DOMPI_BUILD_MPI_PROFILING=0 -DOMPI_COMPILING_FORTRAN_WRAPPERS=1 diff --git a/ompi/mpi/fortran/use-mpi-f08/Makefile.am b/ompi/mpi/fortran/use-mpi-f08/Makefile.am index eb6887043b8..5a7f70cf1bb 100644 --- a/ompi/mpi/fortran/use-mpi-f08/Makefile.am +++ b/ompi/mpi/fortran/use-mpi-f08/Makefile.am @@ -1,6 +1,6 @@ # -*- makefile -*- # -# Copyright (c) 2006-2015 Cisco Systems, Inc. All rights reserved. +# Copyright (c) 2006-2016 Cisco Systems, Inc. All rights reserved. # Copyright (c) 2012-2013 The University of Tennessee and The University # of Tennessee Research Foundation. All rights # reserved. @@ -19,6 +19,8 @@ include $(top_srcdir)/Makefile.ompi-rules +EXTRA_DIST = libmpi_usempif08.map + # This Makefile is only relevant if we're building the "use mpi_f08" # MPI bindings. if OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS diff --git a/ompi/mpi/fortran/use-mpi-ignore-tkr/Makefile.am b/ompi/mpi/fortran/use-mpi-ignore-tkr/Makefile.am index 181a5c8833c..51de94e7757 100644 --- a/ompi/mpi/fortran/use-mpi-ignore-tkr/Makefile.am +++ b/ompi/mpi/fortran/use-mpi-ignore-tkr/Makefile.am @@ -1,6 +1,6 @@ # -*- makefile -*- # -# Copyright (c) 2006-2015 Cisco Systems, Inc. All rights reserved. +# Copyright (c) 2006-2016 Cisco Systems, Inc. All rights reserved. # Copyright (c) 2015 Research Organization for Information Science # and Technology (RIST). All rights reserved. # @@ -13,6 +13,8 @@ include $(top_srcdir)/Makefile.ompi-rules +EXTRA_DIST = libmpi_usempi_ignore_tkr.map + # This Makefile is only relevant if we're building the ignore-TKR "use # mpi" MPI bindings. if OMPI_BUILD_FORTRAN_USEMPI_IGNORE_TKR_BINDINGS diff --git a/oshmem/Makefile.am b/oshmem/Makefile.am index e3002d76f37..89671200c9e 100644 --- a/oshmem/Makefile.am +++ b/oshmem/Makefile.am @@ -1,7 +1,7 @@ # # Copyright (c) 2013-2015 Mellanox Technologies, Inc. # All rights reserved. -# Copyright (c) 2013-2014 Cisco Systems, Inc. All rights reserved. +# Copyright (c) 2013-2016 Cisco Systems, Inc. All rights reserved. # Copyright (c) 2014 Intel, Inc. All rights reserved. # Copyright (c) 2015 Los Alamos National Security, LLC. All rights # reserved. @@ -12,6 +12,8 @@ # $HEADER$ # +EXTRA_DIST = liboshmem.map + # Do we have profiling? if OSHMEM_PROFILING c_pshmem_lib = shmem/c/profile/liboshmem_c_pshmem.la diff --git a/oshmem/shmem/Makefile.am b/oshmem/shmem/Makefile.am index bf219790643..7903c8fad5d 100644 --- a/oshmem/shmem/Makefile.am +++ b/oshmem/shmem/Makefile.am @@ -1,5 +1,6 @@ # Copyright (c) 2013-2015 Mellanox Technologies, Inc. # All rights reserved. +# Copyright (c) 2016 Cisco Systems, Inc. All rights reserved. # $COPYRIGHT$ # # Additional copyrights may follow @@ -7,8 +8,6 @@ # $HEADER$ # -EXTRA_DIST = - headers += shmem/shmem_api_logger.h \ shmem/shmem_lock.h