28 #ifndef _ORTE_SHOW_HELP_H_
29 #define _ORTE_SHOW_HELP_H_
31 #include "orte_config.h"
79 ORTE_DECLSPEC
int orte_show_help(
const char *filename,
const char *topic,
80 bool want_error_header, ...);
88 bool want_error_header,
103 #if !ORTE_DISABLE_FULL_SUPPORT
ORTE_DECLSPEC int orte_show_help_norender(const char *filename, const char *topic, bool want_error_header, const char *output)
Exactly the same as orte_show_help, but pass in a rendered string, rather than a varargs list which m...
Definition: show_help.c:662
ORTE_DECLSPEC int orte_show_help(const char *filename, const char *topic, bool want_error_header,...)
Show help.
Definition: show_help.c:636
BEGIN_C_DECLS ORTE_DECLSPEC int orte_show_help_init(void)
Initializes the output stream system and opens a default "verbose" stream.
Definition: show_help.c:594
ORTE_DECLSPEC int orte_show_help_suppress(const char *filename, const char *topic)
Pretend that this message has already been shown.
Definition: show_help.c:733
ORTE_DECLSPEC void orte_show_help_finalize(void)
Shut down the output stream system.
Definition: show_help.c:612
uint32_t orte_rml_tag_t
Message matching tag.
Definition: rml_types.h:220
ORTE_DECLSPEC bool orte_show_help_is_available(void)
Allow other parts of the code base to know if the ORTE show_help system is available or not (does not...
Definition: show_help.c:53
Structure for holding a buffer to be used with the RML or OOB subsystems.
Definition: dss_types.h:159
Contains the typedefs for the use of the rml.