1
1
openmpi/orte/mca/notifier/command
Jeff Squyres b661f160ba Add new "command" notifier component. This component allows forking
any arbitrary command as a notifier, potentially allowing just about
anything to be a notifier.  This component forks a child during
orte_init() to avoid forking problems with some OS-bypass networks.

The following MCA parameters are available:

notifier_command_cmd:
  Default: /sbin/initlog -f $s -n "Open MPI" -s "$S: $m (errorcode: $e)"
  Command to execute, with substitution.  $s = integer severity; $S =
  string severity; $e = integer error code; $m = string message

notifier_command_timeout:
  Default: 30
  Timeout (in seconds) of the command

This commit was SVN r21076.
2009-04-27 13:40:36 +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 Add new "command" notifier component. This component allows forking 2009-04-27 13:40:36 +00:00
notifier_command_component.c Add new "command" notifier component. This component allows forking 2009-04-27 13:40:36 +00:00
notifier_command_fd.c Add new "command" notifier component. This component allows forking 2009-04-27 13:40:36 +00:00
notifier_command_module.c Add new "command" notifier component. This component allows forking 2009-04-27 13:40:36 +00:00
notifier_command.h Add new "command" notifier component. This component allows forking 2009-04-27 13:40:36 +00:00