From 2281a682ba68edad17655a202eedf15feadf4df9 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 23 Jan 2014 01:33:44 +0000 Subject: [PATCH] Remove old kruft from the Makefile.am The dist graph functions are on the trunk and have long-since been added to the relevant lists. cmr=v1.7.5:ticket=4163 This commit was SVN r30382. The following Trac tickets were found above: Ticket 4163 --> https://svn.open-mpi.org/trac/ompi/ticket/4163 --- ompi/mpi/fortran/use-mpi-f08/Makefile.am | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/ompi/mpi/fortran/use-mpi-f08/Makefile.am b/ompi/mpi/fortran/use-mpi-f08/Makefile.am index 2303d0a802..1906ed10ba 100644 --- a/ompi/mpi/fortran/use-mpi-f08/Makefile.am +++ b/ompi/mpi/fortran/use-mpi-f08/Makefile.am @@ -27,14 +27,6 @@ AM_FCFLAGS = -I$(top_builddir)/ompi/include -I$(top_srcdir)/ompi/include \ lib_LTLIBRARIES = libmpi_usempif08.la -# These are MP3 functions that are not yet in the trunk (i.e., and -# therefore not yet in this mpi3 fortran branch) -mpi3_not_yet_in_trunk = \ - dist_graph_create_adjacent_f08.F90 \ - dist_graph_create_f08.F90 \ - dist_graph_neighbors_count_f08.F90 \ - dist_graph_neighbors_f08.F90 - mpi_api_files = \ abort_f08.F90 \ accumulate_f08.F90 \ @@ -362,14 +354,6 @@ endif # list. :-( #pmpi_api_files = $(mpi_api_files:%=profile/p%) -# These are MP3 functions that are not yet in the trunk (i.e., and -# therefore not yet in this mpi3 fortran branch) -pmpi3_not_yet_in_trunk = \ - profile/pdist_graph_create_adjacent_f08.F90 \ - profile/pdist_graph_create_f08.F90 \ - profile/pdist_graph_neighbors_count_f08.F90 \ - profile/pdist_graph_neighbors_f08.F90 - pmpi_api_files = \ profile/pabort_f08.F90 \ profile/paccumulate_f08.F90 \