* make romio compile
* fix typos in ompi/Makefile.am This commit was SVN r6310.
Этот коммит содержится в:
родитель
e984f48ad9
Коммит
e422152b55
@ -135,12 +135,12 @@ libmpi_la_LIBADD = \
|
|||||||
file/libfile.la \
|
file/libfile.la \
|
||||||
group/libgroup.la \
|
group/libgroup.la \
|
||||||
info/libinfo.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/btl/base/libmca_btl_base.la $(MCA_btl_STATIC_LTLIBS) \
|
||||||
mca/coll/base/libmca_coll_base.la $(MCA_coll_STATIC_LTLIBS) \
|
mca/coll/base/libmca_coll_base.la $(MCA_coll_STATIC_LTLIBS) \
|
||||||
$(MCA_common_STATIC_LTLIBS) \
|
$(MCA_common_STATIC_LTLIBS) \
|
||||||
mca/io/base/libmca_io_base.la $(MCA_io_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/pml/base/libmca_pml_base.la $(MCA_pml_STATIC_LTLIBS) \
|
||||||
mca/ptl/base/libmca_ptl_base.la $(MCA_ptl_STATIC_LTLIBS) \
|
mca/ptl/base/libmca_ptl_base.la $(MCA_ptl_STATIC_LTLIBS) \
|
||||||
mca/topo/base/libmca_topo_base.la $(MCA_topo_STATIC_LTLIBS) \
|
mca/topo/base/libmca_topo_base.la $(MCA_topo_STATIC_LTLIBS) \
|
||||||
|
@ -17,9 +17,18 @@
|
|||||||
include $(top_ompi_srcdir)/config/Makefile.options
|
include $(top_ompi_srcdir)/config/Makefile.options
|
||||||
|
|
||||||
AM_CPPFLAGS = -DHAVE_MPI_INFO \
|
AM_CPPFLAGS = -DHAVE_MPI_INFO \
|
||||||
-I$(top_ompi_builddir)/src/include \
|
-I$(top_ompi_builddir)/opal \
|
||||||
-I$(top_ompi_srcdir)/src \
|
-I$(top_ompi_builddir)/opal/include \
|
||||||
-I$(top_ompi_srcdir)/src/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
|
# Conditionals whether to build each subdir or not
|
||||||
|
|
||||||
|
@ -18,9 +18,20 @@ include $(top_ompi_srcdir)/config/Makefile.options
|
|||||||
|
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-DOMPI_BUILDING=1 \
|
-DOMPI_BUILDING=1 \
|
||||||
|
-I$(top_ompi_srcdir)/include \
|
||||||
-I$(top_ompi_builddir)/include \
|
-I$(top_ompi_builddir)/include \
|
||||||
-I$(top_ompi_srcdir)/src \
|
-I$(top_ompi_builddir)/opal \
|
||||||
-I$(top_ompi_srcdir)/src/include \
|
-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
|
-I$(top_srcdir)/adio/include
|
||||||
|
|
||||||
# It is unfortunately necessary to make all the filenames in the ROMIO
|
# It is unfortunately necessary to make all the filenames in the ROMIO
|
||||||
|
@ -18,9 +18,20 @@ include $(top_ompi_srcdir)/config/Makefile.options
|
|||||||
|
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-DOMPI_BUILDING=1 \
|
-DOMPI_BUILDING=1 \
|
||||||
|
-I$(top_ompi_srcdir)/include \
|
||||||
-I$(top_ompi_builddir)/include \
|
-I$(top_ompi_builddir)/include \
|
||||||
-I$(top_ompi_srcdir)/src \
|
-I$(top_ompi_builddir)/opal \
|
||||||
-I$(top_ompi_srcdir)/src/include \
|
-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
|
-I$(top_srcdir)/adio/include
|
||||||
|
|
||||||
# It is unfortunately necessary to make all the filenames in the ROMIO
|
# It is unfortunately necessary to make all the filenames in the ROMIO
|
||||||
|
@ -18,9 +18,20 @@ include $(top_ompi_srcdir)/config/Makefile.options
|
|||||||
|
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-DOMPI_BUILDING=1 \
|
-DOMPI_BUILDING=1 \
|
||||||
|
-I$(top_ompi_srcdir)/include \
|
||||||
-I$(top_ompi_builddir)/include \
|
-I$(top_ompi_builddir)/include \
|
||||||
-I$(top_ompi_srcdir)/src \
|
-I$(top_ompi_builddir)/opal \
|
||||||
-I$(top_ompi_srcdir)/src/include \
|
-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
|
-I$(top_srcdir)/adio/include
|
||||||
|
|
||||||
# It is unfortunately necessary to make all the filenames in the ROMIO
|
# It is unfortunately necessary to make all the filenames in the ROMIO
|
||||||
|
@ -18,9 +18,20 @@ include $(top_ompi_srcdir)/config/Makefile.options
|
|||||||
|
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-DOMPI_BUILDING=1 \
|
-DOMPI_BUILDING=1 \
|
||||||
|
-I$(top_ompi_srcdir)/include \
|
||||||
-I$(top_ompi_builddir)/include \
|
-I$(top_ompi_builddir)/include \
|
||||||
-I$(top_ompi_srcdir)/src \
|
-I$(top_ompi_builddir)/opal \
|
||||||
-I$(top_ompi_srcdir)/src/include \
|
-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
|
-I$(top_srcdir)/adio/include
|
||||||
|
|
||||||
# It is unfortunately necessary to make all the filenames in the ROMIO
|
# It is unfortunately necessary to make all the filenames in the ROMIO
|
||||||
|
@ -18,9 +18,20 @@ include $(top_ompi_srcdir)/config/Makefile.options
|
|||||||
|
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-DOMPI_BUILDING=1 \
|
-DOMPI_BUILDING=1 \
|
||||||
|
-I$(top_ompi_srcdir)/include \
|
||||||
-I$(top_ompi_builddir)/include \
|
-I$(top_ompi_builddir)/include \
|
||||||
-I$(top_ompi_srcdir)/src \
|
-I$(top_ompi_builddir)/opal \
|
||||||
-I$(top_ompi_srcdir)/src/include \
|
-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
|
-I$(top_srcdir)/adio/include
|
||||||
|
|
||||||
# It is unfortunately necessary to make all the filenames in the ROMIO
|
# It is unfortunately necessary to make all the filenames in the ROMIO
|
||||||
|
@ -18,9 +18,20 @@ include $(top_ompi_srcdir)/config/Makefile.options
|
|||||||
|
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-DOMPI_BUILDING=1 \
|
-DOMPI_BUILDING=1 \
|
||||||
|
-I$(top_ompi_srcdir)/include \
|
||||||
-I$(top_ompi_builddir)/include \
|
-I$(top_ompi_builddir)/include \
|
||||||
-I$(top_ompi_srcdir)/src \
|
-I$(top_ompi_builddir)/opal \
|
||||||
-I$(top_ompi_srcdir)/src/include \
|
-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
|
-I$(top_srcdir)/adio/include
|
||||||
|
|
||||||
# It is unfortunately necessary to make all the filenames in the ROMIO
|
# It is unfortunately necessary to make all the filenames in the ROMIO
|
||||||
|
@ -18,9 +18,20 @@ include $(top_ompi_srcdir)/config/Makefile.options
|
|||||||
|
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-DOMPI_BUILDING=1 \
|
-DOMPI_BUILDING=1 \
|
||||||
|
-I$(top_ompi_srcdir)/include \
|
||||||
-I$(top_ompi_builddir)/include \
|
-I$(top_ompi_builddir)/include \
|
||||||
-I$(top_ompi_srcdir)/src \
|
-I$(top_ompi_builddir)/opal \
|
||||||
-I$(top_ompi_srcdir)/src/include \
|
-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
|
-I$(top_srcdir)/adio/include
|
||||||
|
|
||||||
# It is unfortunately necessary to make all the filenames in the ROMIO
|
# It is unfortunately necessary to make all the filenames in the ROMIO
|
||||||
|
@ -18,9 +18,20 @@ include $(top_ompi_srcdir)/config/Makefile.options
|
|||||||
|
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-DOMPI_BUILDING=1 \
|
-DOMPI_BUILDING=1 \
|
||||||
|
-I$(top_ompi_srcdir)/include \
|
||||||
-I$(top_ompi_builddir)/include \
|
-I$(top_ompi_builddir)/include \
|
||||||
-I$(top_ompi_srcdir)/src \
|
-I$(top_ompi_builddir)/opal \
|
||||||
-I$(top_ompi_srcdir)/src/include \
|
-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
|
-I$(top_srcdir)/adio/include
|
||||||
|
|
||||||
# It is unfortunately necessary to make all the filenames in the ROMIO
|
# It is unfortunately necessary to make all the filenames in the ROMIO
|
||||||
|
@ -18,9 +18,20 @@ include $(top_ompi_srcdir)/config/Makefile.options
|
|||||||
|
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-DOMPI_BUILDING=1 \
|
-DOMPI_BUILDING=1 \
|
||||||
|
-I$(top_ompi_srcdir)/include \
|
||||||
-I$(top_ompi_builddir)/include \
|
-I$(top_ompi_builddir)/include \
|
||||||
-I$(top_ompi_srcdir)/src \
|
-I$(top_ompi_builddir)/opal \
|
||||||
-I$(top_ompi_srcdir)/src/include \
|
-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
|
-I$(top_srcdir)/adio/include
|
||||||
|
|
||||||
# It is unfortunately necessary to make all the filenames in the ROMIO
|
# It is unfortunately necessary to make all the filenames in the ROMIO
|
||||||
|
@ -18,9 +18,20 @@ include $(top_ompi_srcdir)/config/Makefile.options
|
|||||||
|
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-DOMPI_BUILDING=1 \
|
-DOMPI_BUILDING=1 \
|
||||||
|
-I$(top_ompi_srcdir)/include \
|
||||||
-I$(top_ompi_builddir)/include \
|
-I$(top_ompi_builddir)/include \
|
||||||
-I$(top_ompi_srcdir)/src \
|
-I$(top_ompi_builddir)/opal \
|
||||||
-I$(top_ompi_srcdir)/src/include \
|
-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
|
-I$(top_srcdir)/adio/include
|
||||||
|
|
||||||
# It is unfortunately necessary to make all the filenames in the ROMIO
|
# It is unfortunately necessary to make all the filenames in the ROMIO
|
||||||
|
@ -18,9 +18,20 @@ include $(top_ompi_srcdir)/config/Makefile.options
|
|||||||
|
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-DOMPI_BUILDING=1 \
|
-DOMPI_BUILDING=1 \
|
||||||
|
-I$(top_ompi_srcdir)/include \
|
||||||
-I$(top_ompi_builddir)/include \
|
-I$(top_ompi_builddir)/include \
|
||||||
-I$(top_ompi_srcdir)/src \
|
-I$(top_ompi_builddir)/opal \
|
||||||
-I$(top_ompi_srcdir)/src/include \
|
-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
|
-I$(top_srcdir)/adio/include
|
||||||
|
|
||||||
# It is unfortunately necessary to make all the filenames in the ROMIO
|
# It is unfortunately necessary to make all the filenames in the ROMIO
|
||||||
|
@ -100,7 +100,7 @@ if test -f "$srcdir/../../../../../config/mca_configure.ac"; then
|
|||||||
|
|
||||||
top_ompi_srcdir='$(top_srcdir)/../../../../..'
|
top_ompi_srcdir='$(top_srcdir)/../../../../..'
|
||||||
top_ompi_builddir='$(top_builddir)/../../../../..'
|
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
|
found_ompi_headers=1
|
||||||
AC_MSG_RESULT([in Open MPI source tree -- good])
|
AC_MSG_RESULT([in Open MPI source tree -- good])
|
||||||
AC_SUBST(top_ompi_srcdir)
|
AC_SUBST(top_ompi_srcdir)
|
||||||
|
@ -22,9 +22,20 @@ include $(top_ompi_srcdir)/config/Makefile.options
|
|||||||
|
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-DOMPI_BUILDING=1 \
|
-DOMPI_BUILDING=1 \
|
||||||
|
-I$(top_ompi_srcdir)/include \
|
||||||
-I$(top_ompi_builddir)/include \
|
-I$(top_ompi_builddir)/include \
|
||||||
-I$(top_ompi_srcdir)/src \
|
-I$(top_ompi_builddir)/opal \
|
||||||
-I$(top_ompi_srcdir)/src/include \
|
-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)/include \
|
||||||
-I$(top_srcdir)/adio/include
|
-I$(top_srcdir)/adio/include
|
||||||
|
|
||||||
|
@ -17,10 +17,18 @@
|
|||||||
|
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_ompi_builddir)/include \
|
-I$(top_ompi_builddir)/include \
|
||||||
-I$(top_ompi_builddir)/src \
|
-I$(top_ompi_builddir)/opal \
|
||||||
-I$(top_ompi_builddir)/src/include \
|
-I$(top_ompi_builddir)/opal/include \
|
||||||
-I$(top_ompi_srcdir)/src \
|
-I$(top_ompi_srcdir)/opal \
|
||||||
-I$(top_ompi_srcdir)/src/include \
|
-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) \
|
||||||
-I$(top_srcdir)/romio-dist/include \
|
-I$(top_srcdir)/romio-dist/include \
|
||||||
-I$(top_builddir)
|
-I$(top_builddir)
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user