b3f88c4a1d
This commit was SVN r29153.
20 строки
404 B
Bash
20 строки
404 B
Bash
# -*- shell-script -*-
|
|
#
|
|
# Copyright (c) 2013 Mellanox Technologies, Inc.
|
|
# All rights reserved.
|
|
#
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
AC_DEFUN([MCA_oshmem_spml_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)
|
|
])
|