1
1

* put all the CPPFLAGS Open MPI adds to ROMIO in one place, and set them

as needed for the modified source tree layout.  Since we don't include
  anything but mpi.h in the ROMIO build, we don't need most of the flags
  anyway...

This commit was SVN r8995.
Этот коммит содержится в:
Brian Barrett 2006-02-12 18:32:21 +00:00
родитель 74860649bc
Коммит 4a061c89ed
21 изменённых файлов: 50 добавлений и 229 удалений

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

@ -16,7 +16,7 @@
# $HEADER$
#
include $(top_ompi_srcdir)/config/Makefile.options
include $(top_srcdir)/Makefile.options
SUBDIRS = include adio mpi-io
DIST_SUBDIRS = $(SUBDIRS) doc util

28
ompi/mca/io/romio/romio/Makefile.options Обычный файл
Просмотреть файл

@ -0,0 +1,28 @@
# -*- makefile -*-
#
# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
# University Research and Technology
# Corporation. All rights reserved.
# Copyright (c) 2004-2005 The University of Tennessee and The University
# of Tennessee Research Foundation. All rights
# reserved.
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
# University of Stuttgart. All rights reserved.
# Copyright (c) 2004-2005 The Regents of the University of California.
# All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
AUTOMAKE_OPTIONS = foreign dist-bzip2
# All we need from Open MPI is mpi.h, which is created by configure, so
# is in the build tree.
AM_CPPFLAGS = \
-DOMPI_BUILDING=1 \
-I$(top_ompi_builddir)/ompi/include \
-I$(top_srcdir)/include \
-I$(top_srcdir)/adio/include

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

@ -16,7 +16,7 @@
# $HEADER$
#
include $(top_ompi_srcdir)/config/Makefile.options
include $(top_srcdir)/Makefile.options
# Conditionals whether to build each subdir or not

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

@ -16,20 +16,7 @@
# $HEADER$
#
include $(top_ompi_srcdir)/config/Makefile.options
AM_CPPFLAGS = \
-DOMPI_BUILDING=1 \
-I$(top_ompi_srcdir) \
-I$(top_ompi_srcdir)/include \
-I$(top_ompi_builddir)/include \
-I$(top_ompi_srcdir)/opal \
-I$(top_ompi_srcdir)/opal/include \
-I$(top_ompi_srcdir)/orte \
-I$(top_ompi_srcdir)/orte/include \
-I$(top_ompi_srcdir)/ompi \
-I$(top_ompi_srcdir)/ompi/include \
-I$(top_srcdir)/adio/include
include $(top_srcdir)/Makefile.options
# It is unfortunately necessary to make all the filenames in the ROMIO
# distribtion confrom to the MCA prefix name rule -- there is at least

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

@ -16,20 +16,7 @@
# $HEADER$
#
include $(top_ompi_srcdir)/config/Makefile.options
AM_CPPFLAGS = \
-DOMPI_BUILDING=1 \
-I$(top_ompi_srcdir) \
-I$(top_ompi_srcdir)/include \
-I$(top_ompi_builddir)/include \
-I$(top_ompi_srcdir)/opal \
-I$(top_ompi_srcdir)/opal/include \
-I$(top_ompi_srcdir)/orte \
-I$(top_ompi_srcdir)/orte/include \
-I$(top_ompi_srcdir)/ompi \
-I$(top_ompi_srcdir)/ompi/include \
-I$(top_srcdir)/adio/include
include $(top_srcdir)/Makefile.options
EXTRA_DIST = README

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

@ -16,20 +16,7 @@
# $HEADER$
#
include $(top_ompi_srcdir)/config/Makefile.options
AM_CPPFLAGS = \
-DOMPI_BUILDING=1 \
-I$(top_ompi_srcdir) \
-I$(top_ompi_srcdir)/include \
-I$(top_ompi_builddir)/include \
-I$(top_ompi_srcdir)/opal \
-I$(top_ompi_srcdir)/opal/include \
-I$(top_ompi_srcdir)/orte \
-I$(top_ompi_srcdir)/orte/include \
-I$(top_ompi_srcdir)/ompi \
-I$(top_ompi_srcdir)/ompi/include \
-I$(top_srcdir)/adio/include
include $(top_srcdir)/Makefile.options
# It is unfortunately necessary to make all the filenames in the ROMIO
# distribtion confrom to the MCA prefix name rule -- there is at least

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

@ -16,20 +16,7 @@
# $HEADER$
#
include $(top_ompi_srcdir)/config/Makefile.options
AM_CPPFLAGS = \
-DOMPI_BUILDING=1 \
-I$(top_ompi_srcdir) \
-I$(top_ompi_srcdir)/include \
-I$(top_ompi_builddir)/include \
-I$(top_ompi_srcdir)/opal \
-I$(top_ompi_srcdir)/opal/include \
-I$(top_ompi_srcdir)/orte \
-I$(top_ompi_srcdir)/orte/include \
-I$(top_ompi_srcdir)/ompi \
-I$(top_ompi_srcdir)/ompi/include \
-I$(top_srcdir)/adio/include
include $(top_srcdir)/Makefile.options
# It is unfortunately necessary to make all the filenames in the ROMIO
# distribtion confrom to the MCA prefix name rule -- there is at least

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

@ -16,20 +16,7 @@
# $HEADER$
#
include $(top_ompi_srcdir)/config/Makefile.options
AM_CPPFLAGS = \
-DOMPI_BUILDING=1 \
-I$(top_ompi_srcdir) \
-I$(top_ompi_srcdir)/include \
-I$(top_ompi_builddir)/include \
-I$(top_ompi_srcdir)/opal \
-I$(top_ompi_srcdir)/opal/include \
-I$(top_ompi_srcdir)/orte \
-I$(top_ompi_srcdir)/orte/include \
-I$(top_ompi_srcdir)/ompi \
-I$(top_ompi_srcdir)/ompi/include \
-I$(top_srcdir)/adio/include
include $(top_srcdir)/Makefile.options
# It is unfortunately necessary to make all the filenames in the ROMIO
# distribtion confrom to the MCA prefix name rule -- there is at least

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

@ -16,20 +16,7 @@
# $HEADER$
#
include $(top_ompi_srcdir)/config/Makefile.options
AM_CPPFLAGS = \
-DOMPI_BUILDING=1 \
-I$(top_ompi_srcdir) \
-I$(top_ompi_srcdir)/include \
-I$(top_ompi_builddir)/include \
-I$(top_ompi_srcdir)/opal \
-I$(top_ompi_srcdir)/opal/include \
-I$(top_ompi_srcdir)/orte \
-I$(top_ompi_srcdir)/orte/include \
-I$(top_ompi_srcdir)/ompi \
-I$(top_ompi_srcdir)/ompi/include \
-I$(top_srcdir)/adio/include
include $(top_srcdir)/Makefile.options
# It is unfortunately necessary to make all the filenames in the ROMIO
# distribtion confrom to the MCA prefix name rule -- there is at least

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

@ -16,20 +16,7 @@
# $HEADER$
#
include $(top_ompi_srcdir)/config/Makefile.options
AM_CPPFLAGS = \
-DOMPI_BUILDING=1 \
-I$(top_ompi_srcdir) \
-I$(top_ompi_srcdir)/include \
-I$(top_ompi_builddir)/include \
-I$(top_ompi_srcdir)/opal \
-I$(top_ompi_srcdir)/opal/include \
-I$(top_ompi_srcdir)/orte \
-I$(top_ompi_srcdir)/orte/include \
-I$(top_ompi_srcdir)/ompi \
-I$(top_ompi_srcdir)/ompi/include \
-I$(top_srcdir)/adio/include
include $(top_srcdir)/Makefile.options
EXTRA_DIST = README

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

@ -16,20 +16,7 @@
# $HEADER$
#
include $(top_ompi_srcdir)/config/Makefile.options
AM_CPPFLAGS = \
-DOMPI_BUILDING=1 \
-I$(top_ompi_srcdir) \
-I$(top_ompi_srcdir)/include \
-I$(top_ompi_builddir)/include \
-I$(top_ompi_srcdir)/opal \
-I$(top_ompi_srcdir)/opal/include \
-I$(top_ompi_srcdir)/orte \
-I$(top_ompi_srcdir)/orte/include \
-I$(top_ompi_srcdir)/ompi \
-I$(top_ompi_srcdir)/ompi/include \
-I$(top_srcdir)/adio/include
include $(top_srcdir)/Makefile.options
# It is unfortunately necessary to make all the filenames in the ROMIO
# distribtion confrom to the MCA prefix name rule -- there is at least

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

@ -16,20 +16,7 @@
# $HEADER$
#
include $(top_ompi_srcdir)/config/Makefile.options
AM_CPPFLAGS = \
-DOMPI_BUILDING=1 \
-I$(top_ompi_srcdir) \
-I$(top_ompi_srcdir)/include \
-I$(top_ompi_builddir)/include \
-I$(top_ompi_srcdir)/opal \
-I$(top_ompi_srcdir)/opal/include \
-I$(top_ompi_srcdir)/orte \
-I$(top_ompi_srcdir)/orte/include \
-I$(top_ompi_srcdir)/ompi \
-I$(top_ompi_srcdir)/ompi/include \
-I$(top_srcdir)/adio/include
include $(top_srcdir)/Makefile.options
# It is unfortunately necessary to make all the filenames in the ROMIO
# distribtion confrom to the MCA prefix name rule -- there is at least

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

@ -16,20 +16,7 @@
# $HEADER$
#
include $(top_ompi_srcdir)/config/Makefile.options
AM_CPPFLAGS = \
-DOMPI_BUILDING=1 \
-I$(top_ompi_srcdir) \
-I$(top_ompi_srcdir)/include \
-I$(top_ompi_builddir)/include \
-I$(top_ompi_srcdir)/opal \
-I$(top_ompi_srcdir)/opal/include \
-I$(top_ompi_srcdir)/orte \
-I$(top_ompi_srcdir)/orte/include \
-I$(top_ompi_srcdir)/ompi \
-I$(top_ompi_srcdir)/ompi/include \
-I$(top_srcdir)/adio/include
include $(top_srcdir)/Makefile.options
EXTRA_DIST = README

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

@ -16,20 +16,7 @@
# $HEADER$
#
include $(top_ompi_srcdir)/config/Makefile.options
AM_CPPFLAGS = \
-DOMPI_BUILDING=1 \
-I$(top_ompi_srcdir) \
-I$(top_ompi_srcdir)/include \
-I$(top_ompi_builddir)/include \
-I$(top_ompi_srcdir)/opal \
-I$(top_ompi_srcdir)/opal/include \
-I$(top_ompi_srcdir)/orte \
-I$(top_ompi_srcdir)/orte/include \
-I$(top_ompi_srcdir)/ompi \
-I$(top_ompi_srcdir)/ompi/include \
-I$(top_srcdir)/adio/include
include $(top_srcdir)/Makefile.options
# It is unfortunately necessary to make all the filenames in the ROMIO
# distribtion confrom to the MCA prefix name rule -- there is at least

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

@ -16,20 +16,7 @@
# $HEADER$
#
include $(top_ompi_srcdir)/config/Makefile.options
AM_CPPFLAGS = \
-DOMPI_BUILDING=1 \
-I$(top_ompi_srcdir) \
-I$(top_ompi_srcdir)/include \
-I$(top_ompi_builddir)/include \
-I$(top_ompi_srcdir)/opal \
-I$(top_ompi_srcdir)/opal/include \
-I$(top_ompi_srcdir)/orte \
-I$(top_ompi_srcdir)/orte/include \
-I$(top_ompi_srcdir)/ompi \
-I$(top_ompi_srcdir)/ompi/include \
-I$(top_srcdir)/adio/include
include $(top_srcdir)/Makefile.options
# It is unfortunately necessary to make all the filenames in the ROMIO
# distribtion confrom to the MCA prefix name rule -- there is at least

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

@ -16,20 +16,7 @@
# $HEADER$
#
include $(top_ompi_srcdir)/config/Makefile.options
AM_CPPFLAGS = \
-DOMPI_BUILDING=1 \
-I$(top_ompi_srcdir) \
-I$(top_ompi_srcdir)/include \
-I$(top_ompi_builddir)/include \
-I$(top_ompi_srcdir)/opal \
-I$(top_ompi_srcdir)/opal/include \
-I$(top_ompi_srcdir)/orte \
-I$(top_ompi_srcdir)/orte/include \
-I$(top_ompi_srcdir)/ompi \
-I$(top_ompi_srcdir)/ompi/include \
-I$(top_srcdir)/adio/include
include $(top_srcdir)/Makefile.options
# It is unfortunately necessary to make all the filenames in the ROMIO
# distribtion confrom to the MCA prefix name rule -- there is at least

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

@ -16,20 +16,7 @@
# $HEADER$
#
include $(top_ompi_srcdir)/config/Makefile.options
AM_CPPFLAGS = \
-DOMPI_BUILDING=1 \
-I$(top_ompi_srcdir) \
-I$(top_ompi_srcdir)/include \
-I$(top_ompi_builddir)/include \
-I$(top_ompi_srcdir)/opal \
-I$(top_ompi_srcdir)/opal/include \
-I$(top_ompi_srcdir)/orte \
-I$(top_ompi_srcdir)/orte/include \
-I$(top_ompi_srcdir)/ompi \
-I$(top_ompi_srcdir)/ompi/include \
-I$(top_srcdir)/adio/include
include $(top_srcdir)/Makefile.options
# It is unfortunately necessary to make all the filenames in the ROMIO
# distribtion confrom to the MCA prefix name rule -- there is at least

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

@ -16,7 +16,7 @@
# $HEADER$
#
include $(top_ompi_srcdir)/config/Makefile.options
include $(top_srcdir)/Makefile.options
noinst_HEADERS = \
adio_cb_config_list.h \

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

@ -16,7 +16,7 @@
# $HEADER$
#
include $(top_ompi_srcdir)/config/Makefile.options
include $(top_srcdir)/Makefile.options
noinst_HEADERS = io_romio_conv.h
nodist_noinst_HEADERS = mpio.h

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

@ -20,24 +20,10 @@
# don't need them.
#
include $(top_ompi_srcdir)/config/Makefile.options
include $(top_srcdir)/Makefile.options
SUBDIRS = glue/openmpi
AM_CPPFLAGS = \
-DOMPI_BUILDING=1 \
-I$(top_ompi_srcdir) \
-I$(top_ompi_srcdir)/include \
-I$(top_ompi_builddir)/include \
-I$(top_ompi_srcdir)/opal \
-I$(top_ompi_srcdir)/opal/include \
-I$(top_ompi_srcdir)/orte \
-I$(top_ompi_srcdir)/orte/include \
-I$(top_ompi_srcdir)/ompi \
-I$(top_ompi_srcdir)/ompi/include \
-I$(top_srcdir)/include \
-I$(top_srcdir)/adio/include
# It is unfortunately necessary to make all the filenames in the ROMIO
# distribtion confrom to the MCA prefix name rule -- there is at least
# one or two filename conflicts that potentially create problems when

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

@ -16,23 +16,12 @@
# $HEADER$
#
include $(top_ompi_srcdir)/config/Makefile.options
include $(top_srcdir)/Makefile.options
AM_CPPFLAGS = \
-DOMPI_BUILDING=1 \
-I$(top_ompi_srcdir) \
-I$(top_ompi_srcdir)/include \
-I$(top_ompi_builddir)/include \
-I$(top_ompi_srcdir)/opal \
-I$(top_ompi_srcdir)/opal/include \
-I$(top_ompi_srcdir)/orte \
-I$(top_ompi_srcdir)/orte/include \
-I$(top_ompi_srcdir)/ompi \
-I$(top_ompi_srcdir)/ompi/include \
-I$(top_srcdir)/include \
-I$(top_srcdir)/adio/include \
AM_CPPFLAGS += \
-I$(top_srcdir)/mpi-io
# It is unfortunately necessary to make all the filenames in the ROMIO
# distribtion confrom to the MCA prefix name rule -- there is at least
# one or two filename conflicts that potentially create problems when