1
1
openmpi/orte/mca/notifier/command
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 Add new "command" notifier component. This component allows forking 2009-04-27 13:40:36 +00:00
configure.params Add new "command" notifier component. This component allows forking 2009-04-27 13:40:36 +00:00
help-orte-notifier-command.txt Add new "command" notifier component. This component allows forking 2009-04-27 13:40:36 +00:00
Makefile.am Add new "command" notifier component. This component allows forking 2009-04-27 13:40:36 +00:00
notifier_command_child.c Silence a compiler warning. 2009-06-17 12:26:38 +00:00
notifier_command_component.c Add sys/wait.h so we can compile on Solaris. 2009-06-16 19:48:43 +00:00
notifier_command_fd.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
notifier_command_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_command.h ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00