2016-11-23 02:03:20 +03:00
|
|
|
# -*- 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)
|
2018-05-17 20:22:21 +03:00
|
|
|
|
|
|
|
if test -z "$MCA_$1_$2_DSO_COMPONENTS" && test -z "$MCA_$1_$2_STATIC_COMPONENTS"; then
|
|
|
|
OSHMEM_FOUND_WORKING_SPML=0
|
|
|
|
else
|
|
|
|
OSHMEM_FOUND_WORKING_SPML=1
|
|
|
|
fi
|
2016-11-23 02:03:20 +03:00
|
|
|
])
|