57be80c983
a notifier module. The Notifier framework was extended slightly to convey more information about each event notice. This works with the FTB v0.5 API. To compile with FTB support, use --with-ftb=/path/to/ftb/install CIFTS == Coordinated Infrastructure for Fault Tolerant Systems FTB == Fault Tolerance Backplane see http://wiki.mcs.anl.gov/cifts/index.php This commit was SVN r20655.
25 строки
900 B
Bash
25 строки
900 B
Bash
# -*- shell-script -*-
|
|
#
|
|
# Copyright (c) 2004-2009 The Trustees of Indiana University and Indiana
|
|
# University Research and Technology
|
|
# Corporation. All rights reserved.
|
|
# Copyright (c) 2004-2005 The University of Tennessee and The University
|
|
# of Tennessee Research Foundation. All rights
|
|
# reserved.
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
# University of Stuttgart. All rights reserved.
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
# All rights reserved.
|
|
# Copyright (c) 2007 Los Alamos National Security, LLC. All rights
|
|
# reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
# Specific to this module
|
|
|
|
PARAM_CONFIG_FILES="Makefile"
|