
When this component is selected, the notification messages are sent to a file. The file can be a plain file or stdout or stderr. The MCA parameter "notifier_file_name" can be used to specify the suffix of the file the notification messages should be sent to. The default suffix is "wdc" and the file full name is "output-wdc". This commit was SVN r23155.
15 строки
403 B
Bash
15 строки
403 B
Bash
# -*- shell-script -*-
|
|
#
|
|
# Copyright (c) 2007 Sandia National Laboratories. All rights reserved.
|
|
# Copyright (c) 2009 Bull SAS. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
# MCA_notifier_file_CONFIG([action-if-found], [action-if-not-found])
|
|
# -----------------------------------------------------------
|
|
AC_DEFUN([MCA_notifier_file_CONFIG], [$1])
|