1
1

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
Этот коммит содержится в:
Jeff Squyres 2014-01-23 01:33:44 +00:00
родитель 7515d2caa9
Коммит 2281a682ba

Просмотреть файл

@ -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 \