23 #ifndef OMPI_RUNTIME_PARAMS_H
24 #define OMPI_RUNTIME_PARAMS_H
26 #include "ompi_config.h"
50 OMPI_DECLSPEC
extern bool ompi_mpi_param_check;
60 OMPI_DECLSPEC
extern bool ompi_debug_show_handle_leaks;
70 OMPI_DECLSPEC
extern int ompi_debug_show_mpi_alloc_mem_leaks;
81 OMPI_DECLSPEC
extern bool ompi_debug_no_free_handles;
89 OMPI_DECLSPEC
extern bool ompi_mpi_show_mca_params;
97 OMPI_DECLSPEC
extern char * ompi_mpi_show_mca_params_file;
103 OMPI_DECLSPEC
extern bool ompi_mpi_keep_peer_hostnames;
108 OMPI_DECLSPEC
extern bool ompi_mpi_abort_print_stack;
119 OMPI_DECLSPEC
extern int ompi_mpi_abort_delay;
125 OMPI_DECLSPEC
extern int ompi_mpi_leave_pinned;
130 OMPI_DECLSPEC
extern bool ompi_mpi_leave_pinned_pipeline;
135 OMPI_DECLSPEC
extern bool ompi_have_sparse_group_storage;
140 OMPI_DECLSPEC
extern bool ompi_use_sparse_group_storage;
146 OMPI_DECLSPEC
extern bool ompi_notify_init_finalize;
148 #if OPAL_ENABLE_FT_MPI
149 OMPI_DECLSPEC
extern int ompi_ftmpi_output_handle;
150 OMPI_DECLSPEC
extern bool ompi_ftmpi_enabled;
161 OMPI_DECLSPEC
int ompi_mpi_register_params(
void);
170 int ompi_show_all_mca_params(int32_t,
int,
char *);