Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion ompi/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -24,6 +24,8 @@
# $HEADER$
#

EXTRA_DIST = libmpi.map

# We always have C bindings, but do we have profiling?

if BUILD_MPI_BINDINGS_LAYER
Expand Down
3 changes: 3 additions & 0 deletions ompi/libmpi.map
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions ompi/mpi/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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$
Expand All @@ -19,7 +19,7 @@
# $HEADER$
#

EXTRA_DIST = \
EXTRA_DIST += \
mpi/fortran/configure-fortran-output-bottom.h \
mpi/man/make_manpage.pl

Expand Down
4 changes: 3 additions & 1 deletion ompi/mpi/cxx/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@
# 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
#
# $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++
Expand Down
4 changes: 3 additions & 1 deletion ompi/mpi/fortran/mpif-h/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 3 additions & 1 deletion ompi/mpi/fortran/use-mpi-f08/Makefile.am
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand Down
4 changes: 3 additions & 1 deletion ompi/mpi/fortran/use-mpi-ignore-tkr/Makefile.am
Original file line number Diff line number Diff line change
@@ -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.
#
Expand All @@ -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
Expand Down
4 changes: 3 additions & 1 deletion oshmem/Makefile.am
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand Down
3 changes: 1 addition & 2 deletions oshmem/shmem/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# Copyright (c) 2013-2015 Mellanox Technologies, Inc.
# All rights reserved.
# Copyright (c) 2016 Cisco Systems, Inc. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#

EXTRA_DIST =

headers += shmem/shmem_api_logger.h \
shmem/shmem_lock.h

Expand Down