From e422152b55b5e2207036fdbe97f4f16126b8d245 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Sat, 2 Jul 2005 17:56:20 +0000 Subject: [PATCH] * make romio compile * fix typos in ompi/Makefile.am This commit was SVN r6310. --- ompi/Makefile.am | 4 ++-- ompi/mca/io/romio/romio-dist/adio/Makefile.am | 15 ++++++++++++--- .../io/romio/romio-dist/adio/ad_hfs/Makefile.am | 15 +++++++++++++-- .../io/romio/romio-dist/adio/ad_nfs/Makefile.am | 15 +++++++++++++-- .../io/romio/romio-dist/adio/ad_ntfs/Makefile.am | 15 +++++++++++++-- .../io/romio/romio-dist/adio/ad_pfs/Makefile.am | 15 +++++++++++++-- .../romio/romio-dist/adio/ad_piofs/Makefile.am | 15 +++++++++++++-- .../io/romio/romio-dist/adio/ad_pvfs/Makefile.am | 15 +++++++++++++-- .../io/romio/romio-dist/adio/ad_sfs/Makefile.am | 15 +++++++++++++-- .../romio/romio-dist/adio/ad_testfs/Makefile.am | 15 +++++++++++++-- .../io/romio/romio-dist/adio/ad_ufs/Makefile.am | 15 +++++++++++++-- .../io/romio/romio-dist/adio/ad_xfs/Makefile.am | 15 +++++++++++++-- .../io/romio/romio-dist/adio/common/Makefile.am | 15 +++++++++++++-- ompi/mca/io/romio/romio-dist/configure.in | 2 +- ompi/mca/io/romio/romio-dist/mpi-io/Makefile.am | 15 +++++++++++++-- ompi/mca/io/romio/src/Makefile.extra | 16 ++++++++++++---- 16 files changed, 183 insertions(+), 34 deletions(-) diff --git a/ompi/Makefile.am b/ompi/Makefile.am index df4aa2997f..61338fa18a 100644 --- a/ompi/Makefile.am +++ b/ompi/Makefile.am @@ -135,12 +135,12 @@ libmpi_la_LIBADD = \ file/libfile.la \ group/libgroup.la \ info/libinfo.la \ - mca/allocator/base/libmca_btl_base.la $(MCA_allocator_STATIC_LTLIBS) \ + mca/allocator/base/libmca_allocator_base.la $(MCA_allocator_STATIC_LTLIBS) \ mca/btl/base/libmca_btl_base.la $(MCA_btl_STATIC_LTLIBS) \ mca/coll/base/libmca_coll_base.la $(MCA_coll_STATIC_LTLIBS) \ $(MCA_common_STATIC_LTLIBS) \ mca/io/base/libmca_io_base.la $(MCA_io_STATIC_LTLIBS) \ - mca/mpool/base/libmca_btl_base.la $(MCA_mpool_STATIC_LTLIBS) \ + mca/mpool/base/libmca_mpool_base.la $(MCA_mpool_STATIC_LTLIBS) \ mca/pml/base/libmca_pml_base.la $(MCA_pml_STATIC_LTLIBS) \ mca/ptl/base/libmca_ptl_base.la $(MCA_ptl_STATIC_LTLIBS) \ mca/topo/base/libmca_topo_base.la $(MCA_topo_STATIC_LTLIBS) \ diff --git a/ompi/mca/io/romio/romio-dist/adio/Makefile.am b/ompi/mca/io/romio/romio-dist/adio/Makefile.am index 5b3bdadc3d..e5054fb79c 100644 --- a/ompi/mca/io/romio/romio-dist/adio/Makefile.am +++ b/ompi/mca/io/romio/romio-dist/adio/Makefile.am @@ -17,9 +17,18 @@ include $(top_ompi_srcdir)/config/Makefile.options AM_CPPFLAGS = -DHAVE_MPI_INFO \ - -I$(top_ompi_builddir)/src/include \ - -I$(top_ompi_srcdir)/src \ - -I$(top_ompi_srcdir)/src/include + -I$(top_ompi_builddir)/opal \ + -I$(top_ompi_builddir)/opal/include \ + -I$(top_ompi_srcdir)/opal \ + -I$(top_ompi_srcdir)/opal/include \ + -I$(top_ompi_builddir)/orte \ + -I$(top_ompi_builddir)/orte/include \ + -I$(top_ompi_srcdir)/orte \ + -I$(top_ompi_srcdir)/orte/include \ + -I$(top_ompi_builddir)/ompi \ + -I$(top_ompi_builddir)/ompi/include \ + -I$(top_ompi_srcdir)/ompi \ + -I$(top_ompi_srcdir)/ompi/include # Conditionals whether to build each subdir or not diff --git a/ompi/mca/io/romio/romio-dist/adio/ad_hfs/Makefile.am b/ompi/mca/io/romio/romio-dist/adio/ad_hfs/Makefile.am index 02f99b80cf..2aab925128 100644 --- a/ompi/mca/io/romio/romio-dist/adio/ad_hfs/Makefile.am +++ b/ompi/mca/io/romio/romio-dist/adio/ad_hfs/Makefile.am @@ -18,9 +18,20 @@ include $(top_ompi_srcdir)/config/Makefile.options AM_CPPFLAGS = \ -DOMPI_BUILDING=1 \ + -I$(top_ompi_srcdir)/include \ -I$(top_ompi_builddir)/include \ - -I$(top_ompi_srcdir)/src \ - -I$(top_ompi_srcdir)/src/include \ + -I$(top_ompi_builddir)/opal \ + -I$(top_ompi_builddir)/opal/include \ + -I$(top_ompi_srcdir)/opal \ + -I$(top_ompi_srcdir)/opal/include \ + -I$(top_ompi_builddir)/orte \ + -I$(top_ompi_builddir)/orte/include \ + -I$(top_ompi_srcdir)/orte \ + -I$(top_ompi_srcdir)/orte/include \ + -I$(top_ompi_builddir)/ompi \ + -I$(top_ompi_builddir)/ompi/include \ + -I$(top_ompi_srcdir)/ompi \ + -I$(top_ompi_srcdir)/ompi/include \ -I$(top_srcdir)/adio/include # It is unfortunately necessary to make all the filenames in the ROMIO diff --git a/ompi/mca/io/romio/romio-dist/adio/ad_nfs/Makefile.am b/ompi/mca/io/romio/romio-dist/adio/ad_nfs/Makefile.am index 3bd0b26d3a..f81e9bd559 100644 --- a/ompi/mca/io/romio/romio-dist/adio/ad_nfs/Makefile.am +++ b/ompi/mca/io/romio/romio-dist/adio/ad_nfs/Makefile.am @@ -18,9 +18,20 @@ include $(top_ompi_srcdir)/config/Makefile.options AM_CPPFLAGS = \ -DOMPI_BUILDING=1 \ + -I$(top_ompi_srcdir)/include \ -I$(top_ompi_builddir)/include \ - -I$(top_ompi_srcdir)/src \ - -I$(top_ompi_srcdir)/src/include \ + -I$(top_ompi_builddir)/opal \ + -I$(top_ompi_builddir)/opal/include \ + -I$(top_ompi_srcdir)/opal \ + -I$(top_ompi_srcdir)/opal/include \ + -I$(top_ompi_builddir)/orte \ + -I$(top_ompi_builddir)/orte/include \ + -I$(top_ompi_srcdir)/orte \ + -I$(top_ompi_srcdir)/orte/include \ + -I$(top_ompi_builddir)/ompi \ + -I$(top_ompi_builddir)/ompi/include \ + -I$(top_ompi_srcdir)/ompi \ + -I$(top_ompi_srcdir)/ompi/include \ -I$(top_srcdir)/adio/include # It is unfortunately necessary to make all the filenames in the ROMIO diff --git a/ompi/mca/io/romio/romio-dist/adio/ad_ntfs/Makefile.am b/ompi/mca/io/romio/romio-dist/adio/ad_ntfs/Makefile.am index b11401c084..df5a0ca2d4 100644 --- a/ompi/mca/io/romio/romio-dist/adio/ad_ntfs/Makefile.am +++ b/ompi/mca/io/romio/romio-dist/adio/ad_ntfs/Makefile.am @@ -18,9 +18,20 @@ include $(top_ompi_srcdir)/config/Makefile.options AM_CPPFLAGS = \ -DOMPI_BUILDING=1 \ + -I$(top_ompi_srcdir)/include \ -I$(top_ompi_builddir)/include \ - -I$(top_ompi_srcdir)/src \ - -I$(top_ompi_srcdir)/src/include \ + -I$(top_ompi_builddir)/opal \ + -I$(top_ompi_builddir)/opal/include \ + -I$(top_ompi_srcdir)/opal \ + -I$(top_ompi_srcdir)/opal/include \ + -I$(top_ompi_builddir)/orte \ + -I$(top_ompi_builddir)/orte/include \ + -I$(top_ompi_srcdir)/orte \ + -I$(top_ompi_srcdir)/orte/include \ + -I$(top_ompi_builddir)/ompi \ + -I$(top_ompi_builddir)/ompi/include \ + -I$(top_ompi_srcdir)/ompi \ + -I$(top_ompi_srcdir)/ompi/include \ -I$(top_srcdir)/adio/include # It is unfortunately necessary to make all the filenames in the ROMIO diff --git a/ompi/mca/io/romio/romio-dist/adio/ad_pfs/Makefile.am b/ompi/mca/io/romio/romio-dist/adio/ad_pfs/Makefile.am index b00003c20b..d8e0a94c11 100644 --- a/ompi/mca/io/romio/romio-dist/adio/ad_pfs/Makefile.am +++ b/ompi/mca/io/romio/romio-dist/adio/ad_pfs/Makefile.am @@ -18,9 +18,20 @@ include $(top_ompi_srcdir)/config/Makefile.options AM_CPPFLAGS = \ -DOMPI_BUILDING=1 \ + -I$(top_ompi_srcdir)/include \ -I$(top_ompi_builddir)/include \ - -I$(top_ompi_srcdir)/src \ - -I$(top_ompi_srcdir)/src/include \ + -I$(top_ompi_builddir)/opal \ + -I$(top_ompi_builddir)/opal/include \ + -I$(top_ompi_srcdir)/opal \ + -I$(top_ompi_srcdir)/opal/include \ + -I$(top_ompi_builddir)/orte \ + -I$(top_ompi_builddir)/orte/include \ + -I$(top_ompi_srcdir)/orte \ + -I$(top_ompi_srcdir)/orte/include \ + -I$(top_ompi_builddir)/ompi \ + -I$(top_ompi_builddir)/ompi/include \ + -I$(top_ompi_srcdir)/ompi \ + -I$(top_ompi_srcdir)/ompi/include \ -I$(top_srcdir)/adio/include # It is unfortunately necessary to make all the filenames in the ROMIO diff --git a/ompi/mca/io/romio/romio-dist/adio/ad_piofs/Makefile.am b/ompi/mca/io/romio/romio-dist/adio/ad_piofs/Makefile.am index b4194ffcaf..777a82d953 100644 --- a/ompi/mca/io/romio/romio-dist/adio/ad_piofs/Makefile.am +++ b/ompi/mca/io/romio/romio-dist/adio/ad_piofs/Makefile.am @@ -18,9 +18,20 @@ include $(top_ompi_srcdir)/config/Makefile.options AM_CPPFLAGS = \ -DOMPI_BUILDING=1 \ + -I$(top_ompi_srcdir)/include \ -I$(top_ompi_builddir)/include \ - -I$(top_ompi_srcdir)/src \ - -I$(top_ompi_srcdir)/src/include \ + -I$(top_ompi_builddir)/opal \ + -I$(top_ompi_builddir)/opal/include \ + -I$(top_ompi_srcdir)/opal \ + -I$(top_ompi_srcdir)/opal/include \ + -I$(top_ompi_builddir)/orte \ + -I$(top_ompi_builddir)/orte/include \ + -I$(top_ompi_srcdir)/orte \ + -I$(top_ompi_srcdir)/orte/include \ + -I$(top_ompi_builddir)/ompi \ + -I$(top_ompi_builddir)/ompi/include \ + -I$(top_ompi_srcdir)/ompi \ + -I$(top_ompi_srcdir)/ompi/include \ -I$(top_srcdir)/adio/include # It is unfortunately necessary to make all the filenames in the ROMIO diff --git a/ompi/mca/io/romio/romio-dist/adio/ad_pvfs/Makefile.am b/ompi/mca/io/romio/romio-dist/adio/ad_pvfs/Makefile.am index a31f644986..18825a7dcf 100644 --- a/ompi/mca/io/romio/romio-dist/adio/ad_pvfs/Makefile.am +++ b/ompi/mca/io/romio/romio-dist/adio/ad_pvfs/Makefile.am @@ -18,9 +18,20 @@ include $(top_ompi_srcdir)/config/Makefile.options AM_CPPFLAGS = \ -DOMPI_BUILDING=1 \ + -I$(top_ompi_srcdir)/include \ -I$(top_ompi_builddir)/include \ - -I$(top_ompi_srcdir)/src \ - -I$(top_ompi_srcdir)/src/include \ + -I$(top_ompi_builddir)/opal \ + -I$(top_ompi_builddir)/opal/include \ + -I$(top_ompi_srcdir)/opal \ + -I$(top_ompi_srcdir)/opal/include \ + -I$(top_ompi_builddir)/orte \ + -I$(top_ompi_builddir)/orte/include \ + -I$(top_ompi_srcdir)/orte \ + -I$(top_ompi_srcdir)/orte/include \ + -I$(top_ompi_builddir)/ompi \ + -I$(top_ompi_builddir)/ompi/include \ + -I$(top_ompi_srcdir)/ompi \ + -I$(top_ompi_srcdir)/ompi/include \ -I$(top_srcdir)/adio/include # It is unfortunately necessary to make all the filenames in the ROMIO diff --git a/ompi/mca/io/romio/romio-dist/adio/ad_sfs/Makefile.am b/ompi/mca/io/romio/romio-dist/adio/ad_sfs/Makefile.am index cc1a54e717..a3effe7b94 100644 --- a/ompi/mca/io/romio/romio-dist/adio/ad_sfs/Makefile.am +++ b/ompi/mca/io/romio/romio-dist/adio/ad_sfs/Makefile.am @@ -18,9 +18,20 @@ include $(top_ompi_srcdir)/config/Makefile.options AM_CPPFLAGS = \ -DOMPI_BUILDING=1 \ + -I$(top_ompi_srcdir)/include \ -I$(top_ompi_builddir)/include \ - -I$(top_ompi_srcdir)/src \ - -I$(top_ompi_srcdir)/src/include \ + -I$(top_ompi_builddir)/opal \ + -I$(top_ompi_builddir)/opal/include \ + -I$(top_ompi_srcdir)/opal \ + -I$(top_ompi_srcdir)/opal/include \ + -I$(top_ompi_builddir)/orte \ + -I$(top_ompi_builddir)/orte/include \ + -I$(top_ompi_srcdir)/orte \ + -I$(top_ompi_srcdir)/orte/include \ + -I$(top_ompi_builddir)/ompi \ + -I$(top_ompi_builddir)/ompi/include \ + -I$(top_ompi_srcdir)/ompi \ + -I$(top_ompi_srcdir)/ompi/include \ -I$(top_srcdir)/adio/include # It is unfortunately necessary to make all the filenames in the ROMIO diff --git a/ompi/mca/io/romio/romio-dist/adio/ad_testfs/Makefile.am b/ompi/mca/io/romio/romio-dist/adio/ad_testfs/Makefile.am index 1e0dd5c868..8c1e2f2bba 100644 --- a/ompi/mca/io/romio/romio-dist/adio/ad_testfs/Makefile.am +++ b/ompi/mca/io/romio/romio-dist/adio/ad_testfs/Makefile.am @@ -18,9 +18,20 @@ include $(top_ompi_srcdir)/config/Makefile.options AM_CPPFLAGS = \ -DOMPI_BUILDING=1 \ + -I$(top_ompi_srcdir)/include \ -I$(top_ompi_builddir)/include \ - -I$(top_ompi_srcdir)/src \ - -I$(top_ompi_srcdir)/src/include \ + -I$(top_ompi_builddir)/opal \ + -I$(top_ompi_builddir)/opal/include \ + -I$(top_ompi_srcdir)/opal \ + -I$(top_ompi_srcdir)/opal/include \ + -I$(top_ompi_builddir)/orte \ + -I$(top_ompi_builddir)/orte/include \ + -I$(top_ompi_srcdir)/orte \ + -I$(top_ompi_srcdir)/orte/include \ + -I$(top_ompi_builddir)/ompi \ + -I$(top_ompi_builddir)/ompi/include \ + -I$(top_ompi_srcdir)/ompi \ + -I$(top_ompi_srcdir)/ompi/include \ -I$(top_srcdir)/adio/include # It is unfortunately necessary to make all the filenames in the ROMIO diff --git a/ompi/mca/io/romio/romio-dist/adio/ad_ufs/Makefile.am b/ompi/mca/io/romio/romio-dist/adio/ad_ufs/Makefile.am index 27f286911d..862393caa6 100644 --- a/ompi/mca/io/romio/romio-dist/adio/ad_ufs/Makefile.am +++ b/ompi/mca/io/romio/romio-dist/adio/ad_ufs/Makefile.am @@ -18,9 +18,20 @@ include $(top_ompi_srcdir)/config/Makefile.options AM_CPPFLAGS = \ -DOMPI_BUILDING=1 \ + -I$(top_ompi_srcdir)/include \ -I$(top_ompi_builddir)/include \ - -I$(top_ompi_srcdir)/src \ - -I$(top_ompi_srcdir)/src/include \ + -I$(top_ompi_builddir)/opal \ + -I$(top_ompi_builddir)/opal/include \ + -I$(top_ompi_srcdir)/opal \ + -I$(top_ompi_srcdir)/opal/include \ + -I$(top_ompi_builddir)/orte \ + -I$(top_ompi_builddir)/orte/include \ + -I$(top_ompi_srcdir)/orte \ + -I$(top_ompi_srcdir)/orte/include \ + -I$(top_ompi_builddir)/ompi \ + -I$(top_ompi_builddir)/ompi/include \ + -I$(top_ompi_srcdir)/ompi \ + -I$(top_ompi_srcdir)/ompi/include \ -I$(top_srcdir)/adio/include # It is unfortunately necessary to make all the filenames in the ROMIO diff --git a/ompi/mca/io/romio/romio-dist/adio/ad_xfs/Makefile.am b/ompi/mca/io/romio/romio-dist/adio/ad_xfs/Makefile.am index f08ef60f65..098dcf8038 100644 --- a/ompi/mca/io/romio/romio-dist/adio/ad_xfs/Makefile.am +++ b/ompi/mca/io/romio/romio-dist/adio/ad_xfs/Makefile.am @@ -18,9 +18,20 @@ include $(top_ompi_srcdir)/config/Makefile.options AM_CPPFLAGS = \ -DOMPI_BUILDING=1 \ + -I$(top_ompi_srcdir)/include \ -I$(top_ompi_builddir)/include \ - -I$(top_ompi_srcdir)/src \ - -I$(top_ompi_srcdir)/src/include \ + -I$(top_ompi_builddir)/opal \ + -I$(top_ompi_builddir)/opal/include \ + -I$(top_ompi_srcdir)/opal \ + -I$(top_ompi_srcdir)/opal/include \ + -I$(top_ompi_builddir)/orte \ + -I$(top_ompi_builddir)/orte/include \ + -I$(top_ompi_srcdir)/orte \ + -I$(top_ompi_srcdir)/orte/include \ + -I$(top_ompi_builddir)/ompi \ + -I$(top_ompi_builddir)/ompi/include \ + -I$(top_ompi_srcdir)/ompi \ + -I$(top_ompi_srcdir)/ompi/include \ -I$(top_srcdir)/adio/include # It is unfortunately necessary to make all the filenames in the ROMIO diff --git a/ompi/mca/io/romio/romio-dist/adio/common/Makefile.am b/ompi/mca/io/romio/romio-dist/adio/common/Makefile.am index 0f6a74e03b..eab016bc6c 100644 --- a/ompi/mca/io/romio/romio-dist/adio/common/Makefile.am +++ b/ompi/mca/io/romio/romio-dist/adio/common/Makefile.am @@ -18,9 +18,20 @@ include $(top_ompi_srcdir)/config/Makefile.options AM_CPPFLAGS = \ -DOMPI_BUILDING=1 \ + -I$(top_ompi_srcdir)/include \ -I$(top_ompi_builddir)/include \ - -I$(top_ompi_srcdir)/src \ - -I$(top_ompi_srcdir)/src/include \ + -I$(top_ompi_builddir)/opal \ + -I$(top_ompi_builddir)/opal/include \ + -I$(top_ompi_srcdir)/opal \ + -I$(top_ompi_srcdir)/opal/include \ + -I$(top_ompi_builddir)/orte \ + -I$(top_ompi_builddir)/orte/include \ + -I$(top_ompi_srcdir)/orte \ + -I$(top_ompi_srcdir)/orte/include \ + -I$(top_ompi_builddir)/ompi \ + -I$(top_ompi_builddir)/ompi/include \ + -I$(top_ompi_srcdir)/ompi \ + -I$(top_ompi_srcdir)/ompi/include \ -I$(top_srcdir)/adio/include # It is unfortunately necessary to make all the filenames in the ROMIO diff --git a/ompi/mca/io/romio/romio-dist/configure.in b/ompi/mca/io/romio/romio-dist/configure.in index 95ec591511..771154e550 100644 --- a/ompi/mca/io/romio/romio-dist/configure.in +++ b/ompi/mca/io/romio/romio-dist/configure.in @@ -100,7 +100,7 @@ if test -f "$srcdir/../../../../../config/mca_configure.ac"; then top_ompi_srcdir='$(top_srcdir)/../../../../..' top_ompi_builddir='$(top_builddir)/../../../../..' - OMPI_CFLAGS='-I$(top_ompi_srcdir)/src -I$(top_ompi_srcdir)/include -I$(top_ompi_builddir)/src' + OMPI_CFLAGS='-I$(top_srcdir)/include -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/opal -I$(top_builddir)/opal -I$(top_srcdir)/orte -I$(top_builddir)/orte -I$(top_srcdir)/ompi -I$(top_builddir)/ompi'" $CPPFLAGS" found_ompi_headers=1 AC_MSG_RESULT([in Open MPI source tree -- good]) AC_SUBST(top_ompi_srcdir) diff --git a/ompi/mca/io/romio/romio-dist/mpi-io/Makefile.am b/ompi/mca/io/romio/romio-dist/mpi-io/Makefile.am index d895da3e9d..cf7bf0893d 100644 --- a/ompi/mca/io/romio/romio-dist/mpi-io/Makefile.am +++ b/ompi/mca/io/romio/romio-dist/mpi-io/Makefile.am @@ -22,9 +22,20 @@ include $(top_ompi_srcdir)/config/Makefile.options AM_CPPFLAGS = \ -DOMPI_BUILDING=1 \ + -I$(top_ompi_srcdir)/include \ -I$(top_ompi_builddir)/include \ - -I$(top_ompi_srcdir)/src \ - -I$(top_ompi_srcdir)/src/include \ + -I$(top_ompi_builddir)/opal \ + -I$(top_ompi_builddir)/opal/include \ + -I$(top_ompi_srcdir)/opal \ + -I$(top_ompi_srcdir)/opal/include \ + -I$(top_ompi_builddir)/orte \ + -I$(top_ompi_builddir)/orte/include \ + -I$(top_ompi_srcdir)/orte \ + -I$(top_ompi_srcdir)/orte/include \ + -I$(top_ompi_builddir)/ompi \ + -I$(top_ompi_builddir)/ompi/include \ + -I$(top_ompi_srcdir)/ompi \ + -I$(top_ompi_srcdir)/ompi/include \ -I$(top_srcdir)/include \ -I$(top_srcdir)/adio/include diff --git a/ompi/mca/io/romio/src/Makefile.extra b/ompi/mca/io/romio/src/Makefile.extra index 58e5e9b057..9088a19a00 100644 --- a/ompi/mca/io/romio/src/Makefile.extra +++ b/ompi/mca/io/romio/src/Makefile.extra @@ -17,10 +17,18 @@ AM_CPPFLAGS = \ -I$(top_ompi_builddir)/include \ - -I$(top_ompi_builddir)/src \ - -I$(top_ompi_builddir)/src/include \ - -I$(top_ompi_srcdir)/src \ - -I$(top_ompi_srcdir)/src/include \ + -I$(top_ompi_builddir)/opal \ + -I$(top_ompi_builddir)/opal/include \ + -I$(top_ompi_srcdir)/opal \ + -I$(top_ompi_srcdir)/opal/include \ + -I$(top_ompi_builddir)/orte \ + -I$(top_ompi_builddir)/orte/include \ + -I$(top_ompi_srcdir)/orte \ + -I$(top_ompi_srcdir)/orte/include \ + -I$(top_ompi_builddir)/ompi \ + -I$(top_ompi_builddir)/ompi/include \ + -I$(top_ompi_srcdir)/ompi \ + -I$(top_ompi_srcdir)/ompi/include \ -I$(top_srcdir) \ -I$(top_srcdir)/romio-dist/include \ -I$(top_builddir)