![Abhishek Kulkarni](/assets/img/avatar_default.png)
This component proxies notification messages up to the HNP. This component runs in both the HNP and non-HNP processes for ease of selection (e.g., so you can "--mca notifier hnp" (vs. "--mca notifier hnp,non_hnp"). It auto-detects where it is running and does the Right Thing -- if it's in the HNP process, it sets up to receive incoming proxied messages. If it's not in the HNP, then it proxies all messages to the HNP. This commit was SVN r23156.
15 строки
411 B
Bash
15 строки
411 B
Bash
# -*- shell-script -*-
|
|
#
|
|
# Copyright (c) 2007 Sandia National Laboratories. All rights reserved.
|
|
# Copyright (c) 2009 Cisco Systems, Inc. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
# MCA_notifier_hnp_CONFIG([action-if-found], [action-if-not-found])
|
|
# -----------------------------------------------------------
|
|
AC_DEFUN([MCA_notifier_hnp_CONFIG], [$1])
|