1
1
openmpi/orte/mca/notifier/file
Abhishek Kulkarni 197ec7586d Add a new "file" component to the notifier framework.
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.
2010-05-17 22:39:52 +00:00
..
configure.m4 Add a new "file" component to the notifier framework. 2010-05-17 22:39:52 +00:00
configure.params Add a new "file" component to the notifier framework. 2010-05-17 22:39:52 +00:00
help-orte-notifier-file.txt Add a new "file" component to the notifier framework. 2010-05-17 22:39:52 +00:00
Makefile.am Add a new "file" component to the notifier framework. 2010-05-17 22:39:52 +00:00
notifier_file_component.c Add a new "file" component to the notifier framework. 2010-05-17 22:39:52 +00:00
notifier_file_module.c Add a new "file" component to the notifier framework. 2010-05-17 22:39:52 +00:00
notifier_file.h Add a new "file" component to the notifier framework. 2010-05-17 22:39:52 +00:00