1
1
openmpi/ompi/mpiext/cr/configure.m4
2015-06-23 20:59:57 -07:00

24 строки
654 B
Bash

# -*- shell-script -*-
#
# Copyright (c) 2004-2010 The Trustees of Indiana University.
# All rights reserved.
# Copyright (c) 2012 Cisco Systems, Inc. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
# OMPI_MPIEXT_cr_CONFIG([action-if-found], [action-if-not-found])
# -----------------------------------------------------------
AC_DEFUN([OMPI_MPIEXT_cr_CONFIG],[
AC_CONFIG_FILES([ompi/mpiext/cr/Makefile])
AC_CONFIG_FILES([ompi/mpiext/cr/c/Makefile])
# If we don't want FT, don't compile this component
AS_IF([test "$opal_want_ft_cr" = "1"],
[$1],
[$2])
])