25 #ifndef ORTE_RUNTIME_H
26 #define ORTE_RUNTIME_H
28 #include "orte_config.h"
30 #ifdef HAVE_SYS_TYPES_H
31 #include <sys/types.h>
45 ORTE_DECLSPEC
extern bool orte_finalizing;
46 ORTE_DECLSPEC
extern int orte_debug_output;
47 ORTE_DECLSPEC
extern bool orte_debug_flag;
62 ORTE_DECLSPEC
int orte_init(
int*pargc,
char*** pargv, orte_proc_type_t flags);
Populates global structure with process-specific information.
int orte_finalize(void)
Leave ORTE.
Definition: orte_finalize.c:45
ORTE_DECLSPEC int orte_init(int *pargc, char ***pargv, orte_proc_type_t flags)
Initialize the Open Run Time Environment.
Definition: orte_init.c:79
ORTE_DECLSPEC bool orte_initialized
Whether ORTE is initialized or we are in orte_finalize.
Definition: orte_init.c:52
ORTE_DECLSPEC int orte_register_params(void)
Initialize parameters for ORTE.
Definition: orte_mca_params.c:43
BEGIN_C_DECLS ORTE_DECLSPEC const char orte_version_string[]
version string of ompi
Definition: orte_init.c:77