5cf64e6555
If a user explicitly asks for the "sm" BTL, print a show_help message saying that the SM BTL is dead, and the user should be using "vader". Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
27 строки
933 B
Bash
27 строки
933 B
Bash
# -*- shell-script -*-
|
|
#
|
|
# Copyright (c) 2009 The University of Tennessee and The University
|
|
# of Tennessee Research Foundation. All rights
|
|
# reserved.
|
|
# Copyright (c) 2009-2017 Cisco Systems, Inc. All rights reserved
|
|
# Copyright (c) 2010-2012 IBM Corporation. All rights reserved.
|
|
# Copyright (c) 2014 Los Alamos National Security, LLC. All rights
|
|
# reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
# The "sm" BTL is effectively dead; it has been wholly replaced
|
|
# by the "vader" BTL. This BTL now only exists to provide a help
|
|
# message to users advising them to use the "vader" BTL.
|
|
|
|
# MCA_btl_sm_CONFIG([action-if-can-compile],
|
|
# [action-if-cant-compile])
|
|
# ------------------------------------------------
|
|
AC_DEFUN([MCA_opal_btl_sm_CONFIG],[
|
|
AC_CONFIG_FILES([opal/mca/btl/sm/Makefile])
|
|
])dnl
|