Do not build these frameworks when --disable-mpi-io is specified.
Fixes some Cisco MTT MPI install errors. This commit was SVN r25566.
Этот коммит содержится в:
родитель
718e95194c
Коммит
c10f41c87e
ompi/mca
22
ompi/mca/fbtl/configure.m4
Обычный файл
22
ompi/mca/fbtl/configure.m4
Обычный файл
@ -0,0 +1,22 @@
|
||||
# -*- shell-script -*-
|
||||
#
|
||||
# Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
|
||||
#
|
||||
# $COPYRIGHT$
|
||||
#
|
||||
# Additional copyrights may follow
|
||||
#
|
||||
# $HEADER$
|
||||
#
|
||||
|
||||
# MCA_ompi_fbtl_CONFIG(project_name, framework_name)
|
||||
# -------------------------------------------
|
||||
AC_DEFUN([MCA_ompi_fbtl_CONFIG],
|
||||
[
|
||||
# An AC-ARG-ENABLE for mpi-io was set in ompi/mca/io/configure.m4.
|
||||
# If it's no, we shouldn't bother building anything in fcoll.
|
||||
AS_IF([test "$enable_mpi_io" != "no"],
|
||||
[want_mpi_io=1],
|
||||
[want_mpi_io=0])
|
||||
MCA_CONFIGURE_FRAMEWORK([$1], [$2], [$want_mpi_io])
|
||||
])
|
22
ompi/mca/fcache/configure.m4
Обычный файл
22
ompi/mca/fcache/configure.m4
Обычный файл
@ -0,0 +1,22 @@
|
||||
# -*- shell-script -*-
|
||||
#
|
||||
# Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
|
||||
#
|
||||
# $COPYRIGHT$
|
||||
#
|
||||
# Additional copyrights may follow
|
||||
#
|
||||
# $HEADER$
|
||||
#
|
||||
|
||||
# MCA_ompi_fcache_CONFIG(project_name, framework_name)
|
||||
# -------------------------------------------
|
||||
AC_DEFUN([MCA_ompi_fcache_CONFIG],
|
||||
[
|
||||
# An AC-ARG-ENABLE for mpi-io was set in ompi/mca/io/configure.m4.
|
||||
# If it's no, we shouldn't bother building anything in fcoll.
|
||||
AS_IF([test "$enable_mpi_io" != "no"],
|
||||
[want_mpi_io=1],
|
||||
[want_mpi_io=0])
|
||||
MCA_CONFIGURE_FRAMEWORK([$1], [$2], [$want_mpi_io])
|
||||
])
|
22
ompi/mca/fcoll/configure.m4
Обычный файл
22
ompi/mca/fcoll/configure.m4
Обычный файл
@ -0,0 +1,22 @@
|
||||
# -*- shell-script -*-
|
||||
#
|
||||
# Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
|
||||
#
|
||||
# $COPYRIGHT$
|
||||
#
|
||||
# Additional copyrights may follow
|
||||
#
|
||||
# $HEADER$
|
||||
#
|
||||
|
||||
# MCA_ompi_fcoll_CONFIG(project_name, framework_name)
|
||||
# -------------------------------------------
|
||||
AC_DEFUN([MCA_ompi_fcoll_CONFIG],
|
||||
[
|
||||
# An AC-ARG-ENABLE for mpi-io was set in ompi/mca/io/configure.m4.
|
||||
# If it's no, we shouldn't bother building anything in fcoll.
|
||||
AS_IF([test "$enable_mpi_io" != "no"],
|
||||
[want_mpi_io=1],
|
||||
[want_mpi_io=0])
|
||||
MCA_CONFIGURE_FRAMEWORK([$1], [$2], [$want_mpi_io])
|
||||
])
|
22
ompi/mca/fs/configure.m4
Обычный файл
22
ompi/mca/fs/configure.m4
Обычный файл
@ -0,0 +1,22 @@
|
||||
# -*- shell-script -*-
|
||||
#
|
||||
# Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
|
||||
#
|
||||
# $COPYRIGHT$
|
||||
#
|
||||
# Additional copyrights may follow
|
||||
#
|
||||
# $HEADER$
|
||||
#
|
||||
|
||||
# MCA_ompi_fs_CONFIG(project_name, framework_name)
|
||||
# -------------------------------------------
|
||||
AC_DEFUN([MCA_ompi_fs_CONFIG],
|
||||
[
|
||||
# An AC-ARG-ENABLE for mpi-io was set in ompi/mca/io/configure.m4.
|
||||
# If it's no, we shouldn't bother building anything in fcoll.
|
||||
AS_IF([test "$enable_mpi_io" != "no"],
|
||||
[want_mpi_io=1],
|
||||
[want_mpi_io=0])
|
||||
MCA_CONFIGURE_FRAMEWORK([$1], [$2], [$want_mpi_io])
|
||||
])
|
22
ompi/mca/sharedfp/configure.m4
Обычный файл
22
ompi/mca/sharedfp/configure.m4
Обычный файл
@ -0,0 +1,22 @@
|
||||
# -*- shell-script -*-
|
||||
#
|
||||
# Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
|
||||
#
|
||||
# $COPYRIGHT$
|
||||
#
|
||||
# Additional copyrights may follow
|
||||
#
|
||||
# $HEADER$
|
||||
#
|
||||
|
||||
# MCA_ompi_sharedfp_CONFIG(project_name, framework_name)
|
||||
# -------------------------------------------
|
||||
AC_DEFUN([MCA_ompi_sharedfp_CONFIG],
|
||||
[
|
||||
# An AC-ARG-ENABLE for mpi-io was set in ompi/mca/io/configure.m4.
|
||||
# If it's no, we shouldn't bother building anything in fcoll.
|
||||
AS_IF([test "$enable_mpi_io" != "no"],
|
||||
[want_mpi_io=1],
|
||||
[want_mpi_io=0])
|
||||
MCA_CONFIGURE_FRAMEWORK([$1], [$2], [$want_mpi_io])
|
||||
])
|
Загрузка…
Ссылка в новой задаче
Block a user