54db4c35eb
ompi/mca/sbgp/basesmsocket orte/mca/rmaps/lama Remove stale configure.params files from the sbgp framework as the OMPI build system no longer looks at those files. This commit was SVN r27377.
20 строки
520 B
Bash
20 строки
520 B
Bash
# -*- shell-script -*-
|
|
#
|
|
# Copyright (c) 2012 Los Alamos National Security, LLC.
|
|
# All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
# MCA_sbgp_basesmsocket_CONFIG([action-if-found], [action-if-not-found])
|
|
# -----------------------------------------------------------
|
|
AC_DEFUN([MCA_ompi_sbgp_basesmsocket_CONFIG], [
|
|
AC_CONFIG_FILES([ompi/mca/sbgp/basesmsocket/Makefile])
|
|
|
|
AS_IF([test "$OPAL_HAVE_HWLOC" = 1],
|
|
[$1],
|
|
[$2])
|
|
])
|