Skip to content
Closed
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
26 changes: 0 additions & 26 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
Makefile
Makefile.in
static-components.h
*\\#
config.cache
aclocal.m4
autom4te.cache
Expand Down Expand Up @@ -148,17 +147,10 @@ ompi/include/mpif-io-constants.h
ompi/include/mpif-constants.h
ompi/include/mpif-io-handles.h
ompi/include/mpif-sizeof.h
ompi/include/mpi_portable_platform.h
ompi/include/ompi/version.h
ompi/include/ompi/frameworks.h

ompi/mca/coll/basic/coll-basic-version.h*
ompi/mca/coll/demo/config
ompi/mca/coll/demo/coll_demo_config.h*
ompi/mca/coll/demo/coll-demo-version.h*
ompi/mca/coll/ml/coll_ml_lex.c
ompi/mca/coll/self/coll-self-version.h*
ompi/mca/coll/sm/coll-sm-version.h*

ompi/mca/crcp/ompi_crcp.7

Expand Down Expand Up @@ -188,14 +180,11 @@ ompi/mca/rte/orte/mpirun.1

ompi/mca/sharedfp/addproc/mca_sharedfp_addproc_control

ompi/mpi/c/profile/p*.c

ompi/mpi/fortran/configure-fortran-output.h
ompi/mpi/fortran/mpiext/mpi-ext-module.F90
ompi/mpi/fortran/mpiext/mpi-f08-ext-module.F90

ompi/mpi/fortran/mpif-h/sizeof_f.f90
ompi/mpi/fortran/mpif-h/profile/p*.c
ompi/mpi/fortran/mpif-h/profile/psizeof_f.f90

ompi/mpi/fortran/use-mpi-f08/constants.h
Expand All @@ -221,8 +210,6 @@ ompi/mpi/man/man3/MPI*.3
ompi/mpi/man/man3/OpenMPI.3
ompi/mpi/man/man3/.dir-stamp

ompi/mpi/tool/profile/*.c

ompi/mpiext/affinity/c/OMPI_Affinity_str.3
ompi/mpiext/affinity/c/example

Expand Down Expand Up @@ -477,24 +464,11 @@ orte/util/hostfile/hostfile_lex.c
orte/util/hostfile/orte_hosts.7

oshmem/include/shmem.h
oshmem/include/shmem_portable_platform.h
oshmem/include/oshmem/frameworks.h
oshmem/include/oshmem/version.h

oshmem/mca/sshmem/base/static-components.h

oshmem/shmem/c/profile/p*.c
oshmem/shmem/c/profile/*.c

oshmem/shmem/fortran/libshmem_fortran.la
oshmem/shmem/fortran/profile/pshmem_*_f.c
oshmem/shmem/fortran/profile/pshpdeallc_f.c
oshmem/shmem/fortran/profile/pshpclmove_f.c
oshmem/shmem/fortran/profile/pmy_pe_f.c
oshmem/shmem/fortran/profile/pshpalloc_f.c
oshmem/shmem/fortran/profile/pnum_pes_f.c
oshmem/shmem/fortran/profile/pstart_pes_f.c

oshmem/shmem/java/java/shmem.jar
oshmem/shmem/java/java/doc
oshmem/shmem/java/java/shmem_Constant.h
Expand Down
12 changes: 4 additions & 8 deletions ompi/include/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ headers = ompi_config.h
nodist_headers =

# Install these in $(includedir)
include_HEADERS =
include_HEADERS = \
mpi_portable_platform.h

# Always install these in $(pkgincludedir)
pkginclude_HEADERS =
Expand All @@ -52,8 +53,7 @@ nodist_include_HEADERS = \
mpi-ext.h \
mpif.h \
mpif-ext.h \
mpif-sizeof.h \
mpi_portable_platform.h
mpif-sizeof.h

if OMPI_BUILD_FORTRAN_MPIFH_BINDINGS
nodist_include_HEADERS += \
Expand Down Expand Up @@ -103,8 +103,4 @@ CLEANFILES = mpif-sizeof.f90
# Remove the auto-generated files (they are generated by configure)
# Since there is no mpi-ext.h.in, autogen does not know to cleanup this file.
distclean-local:
rm -f mpi-ext.h mpif-ext.h mpi_portable_platform.h mpif-sizeof.h

mpi_portable_platform.h: $(top_srcdir)/opal/include/opal/opal_portable_platform.h
-@rm -f mpi_portable_platform.h
$(OMPI_V_LN_S) $(LN_S) $(top_srcdir)/opal/include/opal/opal_portable_platform.h mpi_portable_platform.h
rm -f mpi-ext.h mpif-ext.h mpif-sizeof.h
1 change: 1 addition & 0 deletions ompi/include/mpi_portable_platform.h
19 changes: 3 additions & 16 deletions ompi/mpi/c/profile/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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) 2009-2014 Cisco Systems, Inc. All rights reserved.
# Copyright (c) 2009-2015 Cisco Systems, Inc. All rights reserved.
# Copyright (c) 2011 Sandia National Laboratories. All rights reserved.
# Copyright (c) 2012 Oak Ridge National Laboratory. All rights reserved.
# Copyright (c) 2012-2013 Inria. All rights reserved.
Expand Down Expand Up @@ -46,7 +46,7 @@ endif

headers = defines.h

nodist_libmpi_c_pmpi_la_SOURCES = \
libmpi_c_pmpi_la_SOURCES = \
pabort.c \
padd_error_class.c \
padd_error_code.c \
Expand Down Expand Up @@ -371,7 +371,7 @@ nodist_libmpi_c_pmpi_la_SOURCES = \
pwin_wait.c

if OMPI_PROVIDE_MPI_FILE_INTERFACE
nodist_libmpi_c_pmpi_la_SOURCES += \
libmpi_c_pmpi_la_SOURCES += \
pfile_c2f.c \
pfile_call_errhandler.c \
pfile_close.c \
Expand Down Expand Up @@ -432,26 +432,13 @@ nodist_libmpi_c_pmpi_la_SOURCES += \
pregister_datarep.c
endif

#
# Sym link in the sources from the real MPI directory
#
$(nodist_libmpi_c_pmpi_la_SOURCES):
$(OMPI_V_LN_S) if test ! -r $@ ; then \
pname=`echo $@ | cut -b '2-'` ; \
$(LN_S) $(top_srcdir)/ompi/mpi/c/$$pname $@ ; \
fi

# Conditionally install the header files

if WANT_INSTALL_HEADERS
ompidir = $(ompiincludedir)/$(subdir)
ompi_HEADERS = $(headers)
endif

# These files were created by targets above

MAINTAINERCLEANFILES = $(nodist_libmpi_c_pmpi_la_SOURCES)

# Don't want these targets in here

tags-recursive:
Expand Down
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pabort.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/paccumulate.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/padd_error_class.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/padd_error_code.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/padd_error_string.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/paddress.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pallgather.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pallgatherv.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/palloc_mem.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pallreduce.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/palltoall.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/palltoallv.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/palltoallw.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pattr_delete.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pattr_get.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pattr_put.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pbarrier.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pbcast.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pbsend.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pbsend_init.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pbuffer_attach.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pbuffer_detach.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcancel.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcart_coords.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcart_create.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcart_get.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcart_map.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcart_rank.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcart_shift.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcart_sub.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcartdim_get.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pclose_port.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_accept.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_c2f.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_call_errhandler.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_compare.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_connect.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_create.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_create_errhandler.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_create_group.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_create_keyval.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_delete_attr.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_disconnect.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_dup.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_dup_with_info.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_f2c.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_free.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_free_keyval.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_get_attr.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_get_errhandler.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_get_info.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_get_name.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_get_parent.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_group.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_idup.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_join.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_rank.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_remote_group.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_remote_size.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_set_attr.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_set_errhandler.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_set_info.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_set_name.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_size.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_spawn.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_spawn_multiple.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_split.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_split_type.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcomm_test_inter.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pcompare_and_swap.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pdims_create.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pdist_graph_create.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pdist_graph_create_adjacent.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pdist_graph_neighbors.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/pdist_graph_neighbors_count.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/perrhandler_c2f.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/perrhandler_create.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/perrhandler_f2c.c
1 change: 1 addition & 0 deletions ompi/mpi/c/profile/perrhandler_free.c
Loading