d80218996f
modifying ompi_mca for every interface that is direct called), do it in the framework's .m4 file. This commit was SVN r28031.
19 строки
378 B
Bash
19 строки
378 B
Bash
# -*- shell-script -*-
|
|
#
|
|
# Copyright (c) 2013 Sandia National Laboratories. All rights reserved.
|
|
#
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
AC_DEFUN([MCA_ompi_mtl_CONFIG],[
|
|
# configure all the components
|
|
MCA_CONFIGURE_FRAMEWORK($1, $2, 1)
|
|
|
|
# this is a direct callable component, so set that up.
|
|
MCA_SETUP_DIRECT_CALL($1, $2)
|
|
])
|