1
1
openmpi/orte/mca/notifier/ftb
Ralph Castain 007d14f238 Add a threshold reporting level to the orte notifier framework. This takes a string value:
"critical" - any error at or above the critical severity will be reported (i.e., only critical errors)
"warning" - any error at or above the warning severity will be reported (i.e., warning and critical errors)
"notice" - pretty much everything will be reported

Default to "critical" to keep down the chatter.

Obviously, only places that call orte_notifier will be affected - all other error reporting (e.g., via opal_output calls) is unaffected.

This commit was SVN r21693.
2009-07-16 13:31:23 +00:00
..
configure.m4 First pass at integrating the CIFTS/FTB support as 2009-02-27 22:53:43 +00:00
configure.params First pass at integrating the CIFTS/FTB support as 2009-02-27 22:53:43 +00:00
Makefile.am First pass at integrating the CIFTS/FTB support as 2009-02-27 22:53:43 +00:00
notifier_ftb_component.c First pass at integrating the CIFTS/FTB support as 2009-02-27 22:53:43 +00:00
notifier_ftb_module.c Add a threshold reporting level to the orte notifier framework. This takes a string value: 2009-07-16 13:31:23 +00:00
notifier_ftb.h ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00