OMPI_DECLSPEC     252 ompi/attribute/attribute.h OMPI_DECLSPEC int ompi_attr_create_keyval(ompi_attribute_type_t type,
OMPI_DECLSPEC     262 ompi/attribute/attribute.h OMPI_DECLSPEC int ompi_attr_create_keyval_fint(ompi_attribute_type_t type,
OMPI_DECLSPEC     272 ompi/attribute/attribute.h OMPI_DECLSPEC int ompi_attr_create_keyval_aint(ompi_attribute_type_t type,
OMPI_DECLSPEC     372 ompi/attribute/attribute.h OMPI_DECLSPEC int ompi_attr_set_fint(ompi_attribute_type_t type, void *object,
OMPI_DECLSPEC     403 ompi/attribute/attribute.h OMPI_DECLSPEC int ompi_attr_set_aint(ompi_attribute_type_t type, void *object,
OMPI_DECLSPEC     457 ompi/attribute/attribute.h     OMPI_DECLSPEC int ompi_attr_get_fint(opal_hash_table_t *attr_hash, int key,
OMPI_DECLSPEC     484 ompi/attribute/attribute.h OMPI_DECLSPEC int ompi_attr_get_aint(opal_hash_table_t *attr_hash, int key,
OMPI_DECLSPEC      35 ompi/class/ompi_seq_tracker.h OMPI_DECLSPEC OBJ_CLASS_DECLARATION(ompi_seq_tracker_range_t);
OMPI_DECLSPEC      44 ompi/class/ompi_seq_tracker.h OMPI_DECLSPEC OBJ_CLASS_DECLARATION(ompi_seq_tracker_t);
OMPI_DECLSPEC      52 ompi/class/ompi_seq_tracker.h OMPI_DECLSPEC bool ompi_seq_tracker_check_duplicate(
OMPI_DECLSPEC      61 ompi/class/ompi_seq_tracker.h OMPI_DECLSPEC void ompi_seq_tracker_insert(ompi_seq_tracker_t* seq_tracker, uint32_t seq_i);
OMPI_DECLSPEC      66 ompi/class/ompi_seq_tracker.h OMPI_DECLSPEC void ompi_seq_tracker_copy(ompi_seq_tracker_t* dst, ompi_seq_tracker_t* src);
OMPI_DECLSPEC      50 ompi/communicator/communicator.h OMPI_DECLSPEC OBJ_CLASS_DECLARATION(ompi_communicator_t);
OMPI_DECLSPEC     131 ompi/communicator/communicator.h OMPI_DECLSPEC extern opal_pointer_array_t ompi_mpi_communicators;
OMPI_DECLSPEC     132 ompi/communicator/communicator.h OMPI_DECLSPEC extern opal_pointer_array_t ompi_comm_f_to_c_table;
OMPI_DECLSPEC     293 ompi/communicator/communicator.h OMPI_DECLSPEC extern ompi_communicator_t *ompi_mpi_comm_parent;
OMPI_DECLSPEC     294 ompi/communicator/communicator.h OMPI_DECLSPEC extern ompi_predefined_communicator_t ompi_mpi_comm_world;
OMPI_DECLSPEC     295 ompi/communicator/communicator.h OMPI_DECLSPEC extern ompi_predefined_communicator_t ompi_mpi_comm_self;
OMPI_DECLSPEC     296 ompi/communicator/communicator.h OMPI_DECLSPEC extern ompi_predefined_communicator_t ompi_mpi_comm_null;
OMPI_DECLSPEC     303 ompi/communicator/communicator.h OMPI_DECLSPEC extern ompi_predefined_communicator_t *ompi_mpi_comm_world_addr;
OMPI_DECLSPEC     304 ompi/communicator/communicator.h OMPI_DECLSPEC extern ompi_predefined_communicator_t *ompi_mpi_comm_self_addr;
OMPI_DECLSPEC     305 ompi/communicator/communicator.h OMPI_DECLSPEC extern ompi_predefined_communicator_t *ompi_mpi_comm_null_addr;
OMPI_DECLSPEC     411 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_group (ompi_communicator_t *comm, ompi_group_t **group);
OMPI_DECLSPEC     456 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_split (ompi_communicator_t *comm, int color, int key,
OMPI_DECLSPEC     469 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_split_type(ompi_communicator_t *comm,
OMPI_DECLSPEC     482 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_dup (ompi_communicator_t *comm, ompi_communicator_t **newcomm);
OMPI_DECLSPEC     492 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_idup (ompi_communicator_t *comm, ompi_communicator_t **newcomm, ompi_request_t **request);
OMPI_DECLSPEC     502 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_dup_with_info (ompi_communicator_t *comm, opal_info_t *info, ompi_communicator_t **newcomm);
OMPI_DECLSPEC     512 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_idup_with_info (ompi_communicator_t *comm, opal_info_t *info, ompi_communicator_t **newcomm, ompi_request_t **req);
OMPI_DECLSPEC     525 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_free (ompi_communicator_t **comm);
OMPI_DECLSPEC     566 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_nextcid (ompi_communicator_t *newcomm, ompi_communicator_t *comm,
OMPI_DECLSPEC     580 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_nextcid_nb (ompi_communicator_t *newcomm, ompi_communicator_t *comm,
OMPI_DECLSPEC     605 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_set ( ompi_communicator_t** newcomm,
OMPI_DECLSPEC     634 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_set_nb ( ompi_communicator_t **ncomm,
OMPI_DECLSPEC     676 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_activate (ompi_communicator_t **newcomm, ompi_communicator_t *comm,
OMPI_DECLSPEC     692 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_activate_nb (ompi_communicator_t **newcomm, ompi_communicator_t *comm,
OMPI_DECLSPEC     713 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_cid_init ( void );
OMPI_DECLSPEC      90 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC OBJ_CLASS_DECLARATION(ompi_datatype_t);
OMPI_DECLSPEC     115 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC extern opal_convertor_t* ompi_mpi_external32_convertor;
OMPI_DECLSPEC     116 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC extern opal_convertor_t* ompi_mpi_local_convertor;
OMPI_DECLSPEC     119 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_init( void );
OMPI_DECLSPEC     120 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_finalize( void );
OMPI_DECLSPEC     122 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_default_convertors_init( void );
OMPI_DECLSPEC     123 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_default_convertors_fini( void );
OMPI_DECLSPEC     125 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC void ompi_datatype_dump (const ompi_datatype_t* pData);
OMPI_DECLSPEC     126 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC ompi_datatype_t* ompi_datatype_create( int32_t expectedSize );
OMPI_DECLSPEC     175 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_destroy( ompi_datatype_t** type);
OMPI_DECLSPEC     188 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t
OMPI_DECLSPEC     191 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_create_contiguous( int count, const ompi_datatype_t* oldType, ompi_datatype_t** newType );
OMPI_DECLSPEC     192 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_create_vector( int count, int bLength, int stride,
OMPI_DECLSPEC     194 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_create_hvector( int count, int bLength, ptrdiff_t stride,
OMPI_DECLSPEC     196 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_create_indexed( int count, const int* pBlockLength, const int* pDisp,
OMPI_DECLSPEC     198 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_create_hindexed( int count, const int* pBlockLength, const ptrdiff_t* pDisp,
OMPI_DECLSPEC     200 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_create_indexed_block( int count, int bLength, const int* pDisp,
OMPI_DECLSPEC     202 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_create_hindexed_block( int count, int bLength, const ptrdiff_t* pDisp,
OMPI_DECLSPEC     204 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_create_struct( int count, const int* pBlockLength, const ptrdiff_t* pDisp,
OMPI_DECLSPEC     206 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_create_darray( int size, int rank, int ndims, int const* gsize_array,
OMPI_DECLSPEC     210 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_create_subarray(int ndims, int const* size_array, int const* subsize_array,
OMPI_DECLSPEC     298 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC const ompi_datatype_t* ompi_datatype_match_size( int size, uint16_t datakind, uint16_t datalang );
OMPI_DECLSPEC     303 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_sndrcv( const void *sbuf, int32_t scount, const ompi_datatype_t* sdtype,
OMPI_DECLSPEC     309 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_get_args( const ompi_datatype_t* pData, int32_t which,
OMPI_DECLSPEC     313 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_set_args( ompi_datatype_t* pData,
OMPI_DECLSPEC     317 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_copy_args( const ompi_datatype_t* source_data,
OMPI_DECLSPEC     319 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_release_args( ompi_datatype_t* pData );
OMPI_DECLSPEC     320 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC ompi_datatype_t* ompi_datatype_get_single_predefined_type_from_args( ompi_datatype_t* type );
OMPI_DECLSPEC     329 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC size_t ompi_datatype_pack_description_length( ompi_datatype_t* datatype );
OMPI_DECLSPEC     339 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int ompi_datatype_get_pack_description( ompi_datatype_t* datatype,
OMPI_DECLSPEC     350 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC ompi_datatype_t*
OMPI_DECLSPEC     357 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_print_args( const ompi_datatype_t* pData );
OMPI_DECLSPEC     366 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int ompi_datatype_get_elements (ompi_datatype_t *datatype, size_t ucount,
OMPI_DECLSPEC     374 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int ompi_datatype_safeguard_pointer_debug_breakpoint( const void* actual_ptr, int length,
OMPI_DECLSPEC     380 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int ompi_datatype_pack_external( const char datarep[], const void *inbuf, int incount,
OMPI_DECLSPEC     384 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int ompi_datatype_unpack_external( const char datarep[], const void *inbuf, MPI_Aint insize,
OMPI_DECLSPEC     388 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int ompi_datatype_pack_external_size( const char datarep[], int incount,
OMPI_DECLSPEC      45 ompi/debuggers/debuggers.h OMPI_DECLSPEC extern volatile int MPIR_debug_gate;
OMPI_DECLSPEC      52 ompi/debuggers/debuggers.h OMPI_DECLSPEC extern volatile int MPIR_being_debugged;
OMPI_DECLSPEC     539 ompi/debuggers/msgq_interface.h OMPI_DECLSPEC extern void mqs_setup_basic_callbacks (const mqs_basic_callbacks *);
OMPI_DECLSPEC     542 ompi/debuggers/msgq_interface.h OMPI_DECLSPEC extern char *mqs_version_string (void);
OMPI_DECLSPEC     543 ompi/debuggers/msgq_interface.h OMPI_DECLSPEC extern int   mqs_version_compatibility(void);
OMPI_DECLSPEC     548 ompi/debuggers/msgq_interface.h OMPI_DECLSPEC extern int   mqs_dll_taddr_width(void);
OMPI_DECLSPEC     551 ompi/debuggers/msgq_interface.h OMPI_DECLSPEC extern char * mqs_dll_error_string (int);
OMPI_DECLSPEC     570 ompi/debuggers/msgq_interface.h OMPI_DECLSPEC extern int mqs_setup_image (mqs_image *, const mqs_image_callbacks *);
OMPI_DECLSPEC     586 ompi/debuggers/msgq_interface.h OMPI_DECLSPEC extern int mqs_image_has_queues (mqs_image *, char **);
OMPI_DECLSPEC     591 ompi/debuggers/msgq_interface.h OMPI_DECLSPEC extern void mqs_destroy_image_info (mqs_image_info *);
OMPI_DECLSPEC     615 ompi/debuggers/msgq_interface.h OMPI_DECLSPEC extern int mqs_setup_process (mqs_process *, const mqs_process_callbacks *);
OMPI_DECLSPEC     616 ompi/debuggers/msgq_interface.h OMPI_DECLSPEC extern void mqs_destroy_process_info (mqs_process_info *);
OMPI_DECLSPEC     623 ompi/debuggers/msgq_interface.h OMPI_DECLSPEC extern int mqs_process_has_queues (mqs_process *, char **);
OMPI_DECLSPEC     649 ompi/debuggers/msgq_interface.h OMPI_DECLSPEC extern int mqs_update_communicator_list (mqs_process *);
OMPI_DECLSPEC     652 ompi/debuggers/msgq_interface.h OMPI_DECLSPEC extern int mqs_setup_communicator_iterator (mqs_process *);
OMPI_DECLSPEC     655 ompi/debuggers/msgq_interface.h OMPI_DECLSPEC extern int mqs_get_communicator (mqs_process *, mqs_communicator *);
OMPI_DECLSPEC     663 ompi/debuggers/msgq_interface.h OMPI_DECLSPEC extern int mqs_get_comm_group (mqs_process *, int *);
OMPI_DECLSPEC     666 ompi/debuggers/msgq_interface.h OMPI_DECLSPEC extern int mqs_next_communicator (mqs_process *);
OMPI_DECLSPEC     673 ompi/debuggers/msgq_interface.h OMPI_DECLSPEC extern int mqs_setup_operation_iterator (mqs_process *, int);
OMPI_DECLSPEC     678 ompi/debuggers/msgq_interface.h OMPI_DECLSPEC extern int mqs_next_operation (mqs_process *, mqs_pending_operation *);
OMPI_DECLSPEC      83 ompi/debuggers/ompi_debuggers.c OMPI_DECLSPEC char MPIR_dll_name[] = OMPI_MSGQ_DLL;
OMPI_DECLSPEC      85 ompi/debuggers/ompi_debuggers.c OMPI_DECLSPEC char **mpidbg_dll_locations = NULL;
OMPI_DECLSPEC      86 ompi/debuggers/ompi_debuggers.c OMPI_DECLSPEC char **mpimsgq_dll_locations = NULL;
OMPI_DECLSPEC      88 ompi/debuggers/ompi_debuggers.c OMPI_DECLSPEC int MPIR_debug_typedefs_sizeof[] = {
OMPI_DECLSPEC     113 ompi/debuggers/ompi_debuggers.c OMPI_DECLSPEC opal_list_item_t* opal_list_item_t_type_force_inclusion = NULL;
OMPI_DECLSPEC     114 ompi/debuggers/ompi_debuggers.c OMPI_DECLSPEC opal_list_t* opal_list_t_type_force_inclusion = NULL;
OMPI_DECLSPEC     115 ompi/debuggers/ompi_debuggers.c OMPI_DECLSPEC opal_free_list_item_t* opal_free_list_item_t_type_force_inclusion = NULL;
OMPI_DECLSPEC     116 ompi/debuggers/ompi_debuggers.c OMPI_DECLSPEC opal_free_list_t* opal_free_list_t_type_force_inclusion = NULL;
OMPI_DECLSPEC     117 ompi/debuggers/ompi_debuggers.c OMPI_DECLSPEC ompi_request_t* ompi_request_t_type_force_inclusion = NULL;
OMPI_DECLSPEC     118 ompi/debuggers/ompi_debuggers.c OMPI_DECLSPEC mca_pml_base_request_t* mca_pml_base_request_t_type_force_inclusion = NULL;
OMPI_DECLSPEC     119 ompi/debuggers/ompi_debuggers.c OMPI_DECLSPEC mca_pml_base_send_request_t* mca_pml_base_send_request_t_type_force_inclusion = NULL;
OMPI_DECLSPEC     120 ompi/debuggers/ompi_debuggers.c OMPI_DECLSPEC mca_pml_base_recv_request_t* mca_pml_base_recv_request_t_type_force_inclusion = NULL;
OMPI_DECLSPEC     121 ompi/debuggers/ompi_debuggers.c OMPI_DECLSPEC opal_pointer_array_t* opal_pointer_array_t_type_force_inclusion = NULL;
OMPI_DECLSPEC     122 ompi/debuggers/ompi_debuggers.c OMPI_DECLSPEC ompi_communicator_t* ompi_communicator_t_type_force_inclusion = NULL;
OMPI_DECLSPEC     123 ompi/debuggers/ompi_debuggers.c OMPI_DECLSPEC ompi_group_t* ompi_group_t_type_force_inclusion = NULL;
OMPI_DECLSPEC     124 ompi/debuggers/ompi_debuggers.c OMPI_DECLSPEC ompi_status_public_t* ompi_status_public_t_type_force_inclusion = NULL;
OMPI_DECLSPEC     125 ompi/debuggers/ompi_debuggers.c OMPI_DECLSPEC opal_datatype_t* opal_datatype_t_type_force_inclusion = NULL;
OMPI_DECLSPEC     126 ompi/debuggers/ompi_debuggers.c OMPI_DECLSPEC ompi_datatype_t* ompi_datatype_t_type_force_inclusion = NULL;
OMPI_DECLSPEC     128 ompi/debuggers/ompi_debuggers.c OMPI_DECLSPEC volatile int MPIR_debug_gate = 0;
OMPI_DECLSPEC      51 ompi/errhandler/errcode-internal.h OMPI_DECLSPEC extern opal_pointer_array_t ompi_errcodes_intern;
OMPI_DECLSPEC      52 ompi/errhandler/errcode-internal.h OMPI_DECLSPEC extern int ompi_errcode_intern_lastused;
OMPI_DECLSPEC      52 ompi/errhandler/errcode.h OMPI_DECLSPEC extern opal_pointer_array_t ompi_mpi_errcodes;
OMPI_DECLSPEC      53 ompi/errhandler/errcode.h OMPI_DECLSPEC extern int ompi_mpi_errcode_lastused;
OMPI_DECLSPEC      54 ompi/errhandler/errcode.h OMPI_DECLSPEC extern int ompi_mpi_errcode_lastpredefined;
OMPI_DECLSPEC      56 ompi/errhandler/errcode.h OMPI_DECLSPEC extern ompi_mpi_errcode_t ompi_err_unknown;
OMPI_DECLSPEC     155 ompi/errhandler/errhandler.h OMPI_DECLSPEC extern ompi_predefined_errhandler_t ompi_mpi_errhandler_null;
OMPI_DECLSPEC     156 ompi/errhandler/errhandler.h OMPI_DECLSPEC extern ompi_predefined_errhandler_t *ompi_mpi_errhandler_null_addr;
OMPI_DECLSPEC     161 ompi/errhandler/errhandler.h OMPI_DECLSPEC extern ompi_predefined_errhandler_t ompi_mpi_errors_are_fatal;
OMPI_DECLSPEC     162 ompi/errhandler/errhandler.h OMPI_DECLSPEC extern ompi_predefined_errhandler_t *ompi_mpi_errors_are_fatal_addr;
OMPI_DECLSPEC     167 ompi/errhandler/errhandler.h OMPI_DECLSPEC extern ompi_predefined_errhandler_t ompi_mpi_errors_return;
OMPI_DECLSPEC     168 ompi/errhandler/errhandler.h OMPI_DECLSPEC extern ompi_predefined_errhandler_t *ompi_mpi_errors_return_addr;
OMPI_DECLSPEC     174 ompi/errhandler/errhandler.h OMPI_DECLSPEC extern ompi_predefined_errhandler_t ompi_mpi_errors_throw_exceptions;
OMPI_DECLSPEC     179 ompi/errhandler/errhandler.h OMPI_DECLSPEC extern opal_pointer_array_t ompi_errhandler_f_to_c_table;
OMPI_DECLSPEC     341 ompi/errhandler/errhandler.h   OMPI_DECLSPEC int ompi_errhandler_invoke(ompi_errhandler_t *errhandler, void *mpi_object,
OMPI_DECLSPEC     377 ompi/errhandler/errhandler.h   OMPI_DECLSPEC ompi_errhandler_t *ompi_errhandler_create(ompi_errhandler_type_t object_type,
OMPI_DECLSPEC     395 ompi/errhandler/errhandler.h OMPI_DECLSPEC void ompi_errhandler_callback(int status,
OMPI_DECLSPEC     401 ompi/errhandler/errhandler.h OMPI_DECLSPEC void ompi_errhandler_registration_callback(int status,
OMPI_DECLSPEC      31 ompi/errhandler/errhandler_predefined.h OMPI_DECLSPEC void ompi_mpi_errors_are_fatal_comm_handler(struct ompi_communicator_t **comm,
OMPI_DECLSPEC      33 ompi/errhandler/errhandler_predefined.h OMPI_DECLSPEC void ompi_mpi_errors_are_fatal_file_handler(struct ompi_file_t **file,
OMPI_DECLSPEC      35 ompi/errhandler/errhandler_predefined.h OMPI_DECLSPEC void ompi_mpi_errors_are_fatal_win_handler(struct ompi_win_t **win,
OMPI_DECLSPEC      41 ompi/errhandler/errhandler_predefined.h OMPI_DECLSPEC void ompi_mpi_errors_return_comm_handler(struct ompi_communicator_t **comm,
OMPI_DECLSPEC      43 ompi/errhandler/errhandler_predefined.h OMPI_DECLSPEC void ompi_mpi_errors_return_file_handler(struct ompi_file_t **file,
OMPI_DECLSPEC      45 ompi/errhandler/errhandler_predefined.h OMPI_DECLSPEC void ompi_mpi_errors_return_win_handler(struct ompi_win_t **win,
OMPI_DECLSPEC     117 ompi/file/file.h OMPI_DECLSPEC extern ompi_predefined_file_t  ompi_mpi_file_null;
OMPI_DECLSPEC     118 ompi/file/file.h OMPI_DECLSPEC extern ompi_predefined_file_t  *ompi_mpi_file_null_addr;
OMPI_DECLSPEC     103 ompi/group/group.h OMPI_DECLSPEC OBJ_CLASS_DECLARATION(ompi_group_t);
OMPI_DECLSPEC     141 ompi/group/group.h OMPI_DECLSPEC extern struct opal_pointer_array_t ompi_group_f_to_c_table;
OMPI_DECLSPEC     142 ompi/group/group.h OMPI_DECLSPEC extern struct ompi_predefined_group_t ompi_mpi_group_null;
OMPI_DECLSPEC     143 ompi/group/group.h OMPI_DECLSPEC extern struct ompi_predefined_group_t *ompi_mpi_group_null_addr;
OMPI_DECLSPEC     157 ompi/group/group.h OMPI_DECLSPEC ompi_group_t *ompi_group_allocate(int group_size);
OMPI_DECLSPEC     169 ompi/group/group.h OMPI_DECLSPEC void ompi_group_increment_proc_count(ompi_group_t *group);
OMPI_DECLSPEC     177 ompi/group/group.h OMPI_DECLSPEC void ompi_group_decrement_proc_count(ompi_group_t *group);
OMPI_DECLSPEC     238 ompi/group/group.h OMPI_DECLSPEC int ompi_group_translate_ranks ( ompi_group_t *group1,
OMPI_DECLSPEC     246 ompi/group/group.h OMPI_DECLSPEC int ompi_group_compare(ompi_group_t *group1,
OMPI_DECLSPEC      24 ompi/include/ompi/totalview.h OMPI_DECLSPEC extern int ompi_tv_comm_sequence_number;
OMPI_DECLSPEC      44 ompi/include/ompi_config.h #    ifndef OMPI_DECLSPEC
OMPI_DECLSPEC      51 ompi/include/ompi_config.h #    ifndef OMPI_DECLSPEC
OMPI_DECLSPEC      71 ompi/info/info.h OMPI_DECLSPEC extern ompi_predefined_info_t ompi_mpi_info_null;
OMPI_DECLSPEC      76 ompi/info/info.h OMPI_DECLSPEC extern ompi_predefined_info_t *ompi_mpi_info_null_addr;
OMPI_DECLSPEC      82 ompi/info/info.h OMPI_DECLSPEC OBJ_CLASS_DECLARATION(ompi_info_t);
OMPI_DECLSPEC     105 ompi/info/info.h OMPI_DECLSPEC int ompi_info_dup (ompi_info_t *info, ompi_info_t **newinfo);
OMPI_DECLSPEC     109 ompi/info/info.h OMPI_DECLSPEC int ompi_info_dup_mpistandard (ompi_info_t *info, ompi_info_t **newinfo);
OMPI_DECLSPEC     113 ompi/info/info.h OMPI_DECLSPEC int ompi_info_set (ompi_info_t *info, const char *key, const char *value);
OMPI_DECLSPEC     117 ompi/info/info.h OMPI_DECLSPEC int ompi_info_set_value_enum (ompi_info_t *info, const char *key, int value,
OMPI_DECLSPEC     122 ompi/info/info.h OMPI_DECLSPEC int ompi_info_get_bool (ompi_info_t *info, char *key, bool *value, int *flag);
OMPI_DECLSPEC     126 ompi/info/info.h OMPI_DECLSPEC int ompi_info_get_value_enum (ompi_info_t *info, const char *key,
OMPI_DECLSPEC     132 ompi/info/info.h OMPI_DECLSPEC int ompi_info_get (ompi_info_t *info, const char *key, int valuelen,
OMPI_DECLSPEC     137 ompi/info/info.h OMPI_DECLSPEC int ompi_info_delete (ompi_info_t *info, const char *key);
OMPI_DECLSPEC     141 ompi/info/info.h OMPI_DECLSPEC int ompi_info_get_valuelen (ompi_info_t *info, const char *key, int *valuelen,
OMPI_DECLSPEC     146 ompi/info/info.h OMPI_DECLSPEC int ompi_info_get_nthkey (ompi_info_t *info, int n, char *key);
OMPI_DECLSPEC     150 ompi/info/info.h OMPI_DECLSPEC int ompi_info_value_to_bool(char *value, bool *interp);
OMPI_DECLSPEC     154 ompi/info/info.h OMPI_DECLSPEC int ompi_info_get_nkeys(ompi_info_t *info, int *nkeys);
OMPI_DECLSPEC      40 ompi/interlib/interlib.h OMPI_DECLSPEC int ompi_interlib_declare(int threadlevel, char *version);
OMPI_DECLSPEC      47 ompi/mca/bml/base/base.h OMPI_DECLSPEC OBJ_CLASS_DECLARATION(mca_bml_base_selected_module_t);
OMPI_DECLSPEC      53 ompi/mca/bml/base/base.h OMPI_DECLSPEC  int mca_bml_base_init(bool enable_progress_threads,
OMPI_DECLSPEC      55 ompi/mca/bml/base/base.h OMPI_DECLSPEC  bool mca_bml_base_inited(void);
OMPI_DECLSPEC      57 ompi/mca/bml/base/base.h OMPI_DECLSPEC  int mca_bml_base_ft_event(int state);
OMPI_DECLSPEC      63 ompi/mca/bml/base/base.h OMPI_DECLSPEC extern mca_bml_base_component_t mca_bml_component;
OMPI_DECLSPEC      64 ompi/mca/bml/base/base.h OMPI_DECLSPEC extern mca_bml_base_module_t mca_bml;
OMPI_DECLSPEC      65 ompi/mca/bml/base/base.h OMPI_DECLSPEC extern mca_base_framework_t ompi_bml_base_framework;
OMPI_DECLSPEC      66 ompi/mca/bml/base/base.h OMPI_DECLSPEC extern opal_mutex_t mca_bml_lock;
OMPI_DECLSPEC      36 ompi/mca/bml/base/bml_base_btl.h OMPI_DECLSPEC int mca_bml_base_btl_array_reserve(struct mca_bml_base_btl_array_t* array, size_t size);
OMPI_DECLSPEC      83 ompi/mca/bml/bml.h OMPI_DECLSPEC OBJ_CLASS_DECLARATION(mca_bml_base_btl_array_t);
OMPI_DECLSPEC     235 ompi/mca/bml/bml.h OMPI_DECLSPEC OBJ_CLASS_DECLARATION(mca_bml_base_endpoint_t);
OMPI_DECLSPEC      52 ompi/mca/bml/r2/bml_r2.h OMPI_DECLSPEC extern mca_bml_base_component_2_0_0_t mca_bml_r2_component;
OMPI_DECLSPEC     127 ompi/mca/coll/base/base.h OMPI_DECLSPEC extern mca_base_framework_t ompi_coll_base_framework;
OMPI_DECLSPEC     495 ompi/mca/coll/base/coll_base_functions.h OMPI_DECLSPEC OBJ_CLASS_DECLARATION(mca_coll_base_comm_t);
OMPI_DECLSPEC     290 ompi/mca/coll/basic/coll_basic.h OMPI_DECLSPEC OBJ_CLASS_DECLARATION(mca_coll_basic_module_t);
OMPI_DECLSPEC     611 ompi/mca/coll/coll.h OMPI_DECLSPEC OBJ_CLASS_DECLARATION(mca_coll_base_module_t);
OMPI_DECLSPEC      33 ompi/mca/coll/monitoring/coll_monitoring.h OMPI_DECLSPEC extern mca_coll_monitoring_component_t mca_coll_monitoring_component;
OMPI_DECLSPEC      42 ompi/mca/coll/monitoring/coll_monitoring.h OMPI_DECLSPEC OBJ_CLASS_DECLARATION(mca_coll_monitoring_module_t);
OMPI_DECLSPEC      48 ompi/mca/common/monitoring/common_monitoring.h OMPI_DECLSPEC void mca_common_monitoring_register(void*pml_monitoring_component);
OMPI_DECLSPEC      49 ompi/mca/common/monitoring/common_monitoring.h OMPI_DECLSPEC int mca_common_monitoring_init( void );
OMPI_DECLSPEC      50 ompi/mca/common/monitoring/common_monitoring.h OMPI_DECLSPEC void mca_common_monitoring_finalize( void );
OMPI_DECLSPEC      51 ompi/mca/common/monitoring/common_monitoring.h OMPI_DECLSPEC int mca_common_monitoring_add_procs(struct ompi_proc_t **procs, size_t nprocs);
OMPI_DECLSPEC      54 ompi/mca/common/monitoring/common_monitoring.h OMPI_DECLSPEC void mca_common_monitoring_record_pml(int world_rank, size_t data_size, int tag);
OMPI_DECLSPEC      63 ompi/mca/common/monitoring/common_monitoring.h OMPI_DECLSPEC void mca_common_monitoring_record_osc(int world_rank, size_t data_size,
OMPI_DECLSPEC      67 ompi/mca/common/monitoring/common_monitoring.h OMPI_DECLSPEC void mca_common_monitoring_record_coll(int world_rank, size_t data_size);
OMPI_DECLSPEC     110 ompi/mca/common/monitoring/common_monitoring.h OMPI_DECLSPEC OBJ_CLASS_DECLARATION(mca_monitoring_coll_data_t);
OMPI_DECLSPEC     112 ompi/mca/common/monitoring/common_monitoring.h OMPI_DECLSPEC mca_monitoring_coll_data_t*mca_common_monitoring_coll_new(ompi_communicator_t*comm);
OMPI_DECLSPEC     113 ompi/mca/common/monitoring/common_monitoring.h OMPI_DECLSPEC int  mca_common_monitoring_coll_cache_name(ompi_communicator_t*comm);
OMPI_DECLSPEC     114 ompi/mca/common/monitoring/common_monitoring.h OMPI_DECLSPEC void mca_common_monitoring_coll_release(mca_monitoring_coll_data_t*data);
OMPI_DECLSPEC     115 ompi/mca/common/monitoring/common_monitoring.h OMPI_DECLSPEC void mca_common_monitoring_coll_o2a(size_t size, mca_monitoring_coll_data_t*data);
OMPI_DECLSPEC     116 ompi/mca/common/monitoring/common_monitoring.h OMPI_DECLSPEC void mca_common_monitoring_coll_a2o(size_t size, mca_monitoring_coll_data_t*data);
OMPI_DECLSPEC     117 ompi/mca/common/monitoring/common_monitoring.h OMPI_DECLSPEC void mca_common_monitoring_coll_a2a(size_t size, mca_monitoring_coll_data_t*data);
OMPI_DECLSPEC      21 ompi/mca/common/monitoring/common_monitoring_coll.h OMPI_DECLSPEC void mca_common_monitoring_coll_flush(FILE *pf, mca_monitoring_coll_data_t*data);
OMPI_DECLSPEC      23 ompi/mca/common/monitoring/common_monitoring_coll.h OMPI_DECLSPEC void mca_common_monitoring_coll_flush_all(FILE *pf);
OMPI_DECLSPEC      25 ompi/mca/common/monitoring/common_monitoring_coll.h OMPI_DECLSPEC void mca_common_monitoring_coll_reset( void );
OMPI_DECLSPEC      27 ompi/mca/common/monitoring/common_monitoring_coll.h OMPI_DECLSPEC int mca_common_monitoring_coll_messages_notify(mca_base_pvar_t *pvar,
OMPI_DECLSPEC      32 ompi/mca/common/monitoring/common_monitoring_coll.h OMPI_DECLSPEC int mca_common_monitoring_coll_get_o2a_count(const struct mca_base_pvar_t *pvar,
OMPI_DECLSPEC      36 ompi/mca/common/monitoring/common_monitoring_coll.h OMPI_DECLSPEC int mca_common_monitoring_coll_get_o2a_size(const struct mca_base_pvar_t *pvar,
OMPI_DECLSPEC      40 ompi/mca/common/monitoring/common_monitoring_coll.h OMPI_DECLSPEC int mca_common_monitoring_coll_get_a2o_count(const struct mca_base_pvar_t *pvar,
OMPI_DECLSPEC      44 ompi/mca/common/monitoring/common_monitoring_coll.h OMPI_DECLSPEC int mca_common_monitoring_coll_get_a2o_size(const struct mca_base_pvar_t *pvar,
OMPI_DECLSPEC      48 ompi/mca/common/monitoring/common_monitoring_coll.h OMPI_DECLSPEC int mca_common_monitoring_coll_get_a2a_count(const struct mca_base_pvar_t *pvar,
OMPI_DECLSPEC      52 ompi/mca/common/monitoring/common_monitoring_coll.h OMPI_DECLSPEC int mca_common_monitoring_coll_get_a2a_size(const struct mca_base_pvar_t *pvar,
OMPI_DECLSPEC      56 ompi/mca/common/monitoring/common_monitoring_coll.h OMPI_DECLSPEC void mca_common_monitoring_coll_finalize( void );
OMPI_DECLSPEC     242 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_write (ompio_file_t *fh, const void *buf,  int count,
OMPI_DECLSPEC     246 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_write_at (ompio_file_t *fh, OMPI_MPI_OFFSET_TYPE offset,  const void *buf,
OMPI_DECLSPEC     250 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_iwrite (ompio_file_t *fh, const void *buf, int count,
OMPI_DECLSPEC     253 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_iwrite_at (ompio_file_t *fh,  OMPI_MPI_OFFSET_TYPE offset,
OMPI_DECLSPEC     257 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_write_all (ompio_file_t *fh, const void *buf,
OMPI_DECLSPEC     261 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_write_at_all (ompio_file_t *fh, OMPI_MPI_OFFSET_TYPE offset, const void *buf,
OMPI_DECLSPEC     265 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_iwrite_all (ompio_file_t *fp, const void *buf,
OMPI_DECLSPEC     268 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_iwrite_at_all (ompio_file_t *fp, OMPI_MPI_OFFSET_TYPE offset, const void *buf,
OMPI_DECLSPEC     271 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_build_io_array ( ompio_file_t *fh, int index, int cycles,
OMPI_DECLSPEC     278 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_read (ompio_file_t *fh,  void *buf,  int count,
OMPI_DECLSPEC     281 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_read_at (ompio_file_t *fh, OMPI_MPI_OFFSET_TYPE offset,  void *buf,
OMPI_DECLSPEC     285 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_iread (ompio_file_t *fh, void *buf, int count,
OMPI_DECLSPEC     288 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_iread_at (ompio_file_t *fh, OMPI_MPI_OFFSET_TYPE offset,
OMPI_DECLSPEC     292 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_read_all (ompio_file_t *fh, void *buf, int count, struct ompi_datatype_t *datatype,
OMPI_DECLSPEC     295 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_read_at_all (ompio_file_t *fh, OMPI_MPI_OFFSET_TYPE offset,
OMPI_DECLSPEC     299 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_iread_all (ompio_file_t *fp, void *buf, int count, struct ompi_datatype_t *datatype,
OMPI_DECLSPEC     302 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_iread_at_all (ompio_file_t *fp, OMPI_MPI_OFFSET_TYPE offset,
OMPI_DECLSPEC     306 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_open (ompi_communicator_t *comm, const char *filename,
OMPI_DECLSPEC     310 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_delete (const char *filename,
OMPI_DECLSPEC     312 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_create_incomplete_file_handle (const char *filename,
OMPI_DECLSPEC     315 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_close (ompio_file_t *ompio_fh);
OMPI_DECLSPEC     316 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_get_size (ompio_file_t *ompio_fh, OMPI_MPI_OFFSET_TYPE *size);
OMPI_DECLSPEC     317 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_get_position (ompio_file_t *fh,OMPI_MPI_OFFSET_TYPE *offset);
OMPI_DECLSPEC     318 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_set_explicit_offset (ompio_file_t *fh, OMPI_MPI_OFFSET_TYPE offset);
OMPI_DECLSPEC     319 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_set_file_defaults (ompio_file_t *fh);
OMPI_DECLSPEC     320 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_set_view (ompio_file_t *fh,  OMPI_MPI_OFFSET_TYPE disp,
OMPI_DECLSPEC     329 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_decode_datatype (struct ompio_file_t *fh,
OMPI_DECLSPEC     338 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_set_callbacks(mca_common_ompio_generate_current_file_view_fn_t generate_current_file_view,
OMPI_DECLSPEC      51 ompi/mca/common/ompio/common_ompio_aggregators.h OMPI_DECLSPEC int mca_common_ompio_set_aggregator_props (struct ompio_file_t *fh,
OMPI_DECLSPEC      49 ompi/mca/common/ompio/common_ompio_print_queue.h OMPI_DECLSPEC int mca_common_ompio_register_print_entry (struct mca_common_ompio_print_queue *q,
OMPI_DECLSPEC      52 ompi/mca/common/ompio/common_ompio_print_queue.h OMPI_DECLSPEC int mca_common_ompio_unregister_print_entry (struct mca_common_ompio_print_queue *q,
OMPI_DECLSPEC      55 ompi/mca/common/ompio/common_ompio_print_queue.h OMPI_DECLSPEC int mca_common_ompio_empty_print_queue( struct mca_common_ompio_print_queue *q);
OMPI_DECLSPEC      57 ompi/mca/common/ompio/common_ompio_print_queue.h OMPI_DECLSPEC int mca_common_ompio_full_print_queue( struct mca_common_ompio_print_queue *q);
OMPI_DECLSPEC      59 ompi/mca/common/ompio/common_ompio_print_queue.h OMPI_DECLSPEC int mca_common_ompio_initialize_print_queue(struct mca_common_ompio_print_queue **q);
OMPI_DECLSPEC      61 ompi/mca/common/ompio/common_ompio_print_queue.h OMPI_DECLSPEC int mca_common_ompio_print_time_info( struct mca_common_ompio_print_queue *q,
OMPI_DECLSPEC      67 ompi/mca/common/ompio/common_ompio_request.h OMPI_DECLSPEC void mca_common_ompio_request_init ( void);
OMPI_DECLSPEC      68 ompi/mca/common/ompio/common_ompio_request.h OMPI_DECLSPEC void mca_common_ompio_request_fini ( void ); 
OMPI_DECLSPEC      69 ompi/mca/common/ompio/common_ompio_request.h OMPI_DECLSPEC void mca_common_ompio_request_alloc ( mca_ompio_request_t **req, mca_ompio_request_type_t type);
OMPI_DECLSPEC      70 ompi/mca/common/ompio/common_ompio_request.h OMPI_DECLSPEC int mca_common_ompio_progress ( void);
OMPI_DECLSPEC      71 ompi/mca/common/ompio/common_ompio_request.h OMPI_DECLSPEC void mca_common_ompio_register_progress ( void ); 
OMPI_DECLSPEC      45 ompi/mca/crcp/base/base.h     OMPI_DECLSPEC int ompi_crcp_base_select(void);
OMPI_DECLSPEC      50 ompi/mca/crcp/base/base.h     OMPI_DECLSPEC int ompi_crcp_base_quiesce_start(MPI_Info *info);
OMPI_DECLSPEC      51 ompi/mca/crcp/base/base.h     OMPI_DECLSPEC int ompi_crcp_base_quiesce_end(MPI_Info *info);
OMPI_DECLSPEC     195 ompi/mca/crcp/base/base.h     OMPI_DECLSPEC extern mca_base_framework_t ompi_crcp_base_framework;
OMPI_DECLSPEC     196 ompi/mca/crcp/base/base.h     OMPI_DECLSPEC extern ompi_crcp_base_component_t ompi_crcp_base_selected_component;
OMPI_DECLSPEC     197 ompi/mca/crcp/base/base.h     OMPI_DECLSPEC extern ompi_crcp_base_module_t ompi_crcp;
OMPI_DECLSPEC      33 ompi/mca/crcp/base/crcp_base_frame.c OMPI_DECLSPEC ompi_crcp_base_module_t ompi_crcp = {
OMPI_DECLSPEC     104 ompi/mca/crcp/crcp.h OMPI_DECLSPEC OBJ_CLASS_DECLARATION(ompi_crcp_base_pml_state_t);
OMPI_DECLSPEC     361 ompi/mca/crcp/crcp.h OMPI_DECLSPEC extern ompi_crcp_base_module_t ompi_crcp;
OMPI_DECLSPEC      42 ompi/mca/fbtl/base/base.h OMPI_DECLSPEC int mca_fbtl_base_file_select(struct ompio_file_t *file,
OMPI_DECLSPEC      45 ompi/mca/fbtl/base/base.h OMPI_DECLSPEC int mca_fbtl_base_file_unselect(struct ompio_file_t *file);
OMPI_DECLSPEC      47 ompi/mca/fbtl/base/base.h OMPI_DECLSPEC int mca_fbtl_base_find_available(bool enable_progress_threads,
OMPI_DECLSPEC      50 ompi/mca/fbtl/base/base.h OMPI_DECLSPEC int mca_fbtl_base_init_file (struct ompio_file_t *file);
OMPI_DECLSPEC      52 ompi/mca/fbtl/base/base.h OMPI_DECLSPEC int mca_fbtl_base_get_param (struct ompio_file_t *file, int keyval);
OMPI_DECLSPEC      57 ompi/mca/fbtl/base/base.h OMPI_DECLSPEC extern mca_base_framework_t ompi_fbtl_base_framework;
OMPI_DECLSPEC      42 ompi/mca/fcoll/base/base.h OMPI_DECLSPEC int mca_fcoll_base_file_select(struct ompio_file_t *file,
OMPI_DECLSPEC      44 ompi/mca/fcoll/base/base.h OMPI_DECLSPEC int mca_fcoll_base_query_table (struct ompio_file_t *file,
OMPI_DECLSPEC      46 ompi/mca/fcoll/base/base.h OMPI_DECLSPEC int mca_fcoll_base_file_unselect(struct ompio_file_t *file);
OMPI_DECLSPEC      48 ompi/mca/fcoll/base/base.h OMPI_DECLSPEC int mca_fcoll_base_find_available(bool enable_progress_threads,
OMPI_DECLSPEC      51 ompi/mca/fcoll/base/base.h OMPI_DECLSPEC int mca_fcoll_base_init_file (struct ompio_file_t *file);
OMPI_DECLSPEC      53 ompi/mca/fcoll/base/base.h OMPI_DECLSPEC int mca_fcoll_base_get_param (struct ompio_file_t *file, int keyval);
OMPI_DECLSPEC      54 ompi/mca/fcoll/base/base.h OMPI_DECLSPEC int ompi_fcoll_base_sort_iovec (struct iovec *iov, int num_entries, int *sorted);
OMPI_DECLSPEC      56 ompi/mca/fcoll/base/base.h OMPI_DECLSPEC mca_fcoll_base_component_t* mca_fcoll_base_component_lookup(const char* name);
OMPI_DECLSPEC      61 ompi/mca/fcoll/base/base.h OMPI_DECLSPEC extern mca_base_framework_t ompi_fcoll_base_framework;
OMPI_DECLSPEC      45 ompi/mca/fcoll/base/fcoll_base_coll_array.h OMPI_DECLSPEC int ompi_fcoll_base_coll_gatherv_array (void *sbuf,
OMPI_DECLSPEC      56 ompi/mca/fcoll/base/fcoll_base_coll_array.h OMPI_DECLSPEC int ompi_fcoll_base_coll_scatterv_array (void *sbuf,
OMPI_DECLSPEC      67 ompi/mca/fcoll/base/fcoll_base_coll_array.h OMPI_DECLSPEC int ompi_fcoll_base_coll_allgather_array (void *sbuf,
OMPI_DECLSPEC      78 ompi/mca/fcoll/base/fcoll_base_coll_array.h OMPI_DECLSPEC int ompi_fcoll_base_coll_allgatherv_array (void *sbuf,
OMPI_DECLSPEC      89 ompi/mca/fcoll/base/fcoll_base_coll_array.h OMPI_DECLSPEC int ompi_fcoll_base_coll_gather_array (void *sbuf,
OMPI_DECLSPEC      99 ompi/mca/fcoll/base/fcoll_base_coll_array.h OMPI_DECLSPEC int ompi_fcoll_base_coll_bcast_array (void *buff,
OMPI_DECLSPEC      42 ompi/mca/fs/base/base.h OMPI_DECLSPEC int mca_fs_base_file_select(struct ompio_file_t *file,
OMPI_DECLSPEC      45 ompi/mca/fs/base/base.h OMPI_DECLSPEC int mca_fs_base_file_unselect(struct ompio_file_t *file);
OMPI_DECLSPEC      47 ompi/mca/fs/base/base.h OMPI_DECLSPEC int mca_fs_base_find_available(bool enable_progress_threads,
OMPI_DECLSPEC      50 ompi/mca/fs/base/base.h OMPI_DECLSPEC int mca_fs_base_init_file (struct ompio_file_t *file);
OMPI_DECLSPEC      52 ompi/mca/fs/base/base.h OMPI_DECLSPEC int mca_fs_base_get_param (struct ompio_file_t *file, int keyval);
OMPI_DECLSPEC      53 ompi/mca/fs/base/base.h OMPI_DECLSPEC void mca_fs_base_get_parent_dir (char *filename, char **dirnamep);
OMPI_DECLSPEC      54 ompi/mca/fs/base/base.h OMPI_DECLSPEC int  mca_fs_base_get_fstype(char *fname);
OMPI_DECLSPEC      56 ompi/mca/fs/base/base.h OMPI_DECLSPEC int mca_fs_base_file_delete (char* file_name, struct opal_info_t *info);
OMPI_DECLSPEC      57 ompi/mca/fs/base/base.h OMPI_DECLSPEC int mca_fs_base_file_sync (ompio_file_t *fh);
OMPI_DECLSPEC      58 ompi/mca/fs/base/base.h OMPI_DECLSPEC int mca_fs_base_file_get_size (ompio_file_t *fh, OMPI_MPI_OFFSET_TYPE *size);
OMPI_DECLSPEC      59 ompi/mca/fs/base/base.h OMPI_DECLSPEC int mca_fs_base_file_set_size (ompio_file_t *fh, OMPI_MPI_OFFSET_TYPE size);
OMPI_DECLSPEC      60 ompi/mca/fs/base/base.h OMPI_DECLSPEC int mca_fs_base_file_close (ompio_file_t *fh);
OMPI_DECLSPEC      66 ompi/mca/fs/base/base.h OMPI_DECLSPEC extern mca_base_framework_t ompi_fs_base_framework;
OMPI_DECLSPEC      25 ompi/mca/hook/base/base.h OMPI_DECLSPEC extern mca_base_framework_t ompi_hook_base_framework;
OMPI_DECLSPEC      33 ompi/mca/hook/base/base.h OMPI_DECLSPEC int ompi_hook_base_register_callbacks(ompi_hook_base_component_t *comp);
OMPI_DECLSPEC      34 ompi/mca/hook/base/base.h OMPI_DECLSPEC int ompi_hook_base_deregister_callbacks(ompi_hook_base_component_t *comp);
OMPI_DECLSPEC      39 ompi/mca/hook/base/base.h OMPI_DECLSPEC void ompi_hook_base_mpi_initialized_top(int *flag);
OMPI_DECLSPEC      40 ompi/mca/hook/base/base.h OMPI_DECLSPEC void ompi_hook_base_mpi_initialized_bottom(int *flag);
OMPI_DECLSPEC      42 ompi/mca/hook/base/base.h OMPI_DECLSPEC void ompi_hook_base_mpi_init_thread_top(int *argc, char ***argv, int required, int *provided);
OMPI_DECLSPEC      43 ompi/mca/hook/base/base.h OMPI_DECLSPEC void ompi_hook_base_mpi_init_thread_bottom(int *argc, char ***argv, int required, int *provided);
OMPI_DECLSPEC      45 ompi/mca/hook/base/base.h OMPI_DECLSPEC void ompi_hook_base_mpi_finalized_top(int *flag);
OMPI_DECLSPEC      46 ompi/mca/hook/base/base.h OMPI_DECLSPEC void ompi_hook_base_mpi_finalized_bottom(int *flag);
OMPI_DECLSPEC      48 ompi/mca/hook/base/base.h OMPI_DECLSPEC void ompi_hook_base_mpi_init_top(int argc, char **argv, int requested, int *provided);
OMPI_DECLSPEC      49 ompi/mca/hook/base/base.h OMPI_DECLSPEC void ompi_hook_base_mpi_init_top_post_opal(int argc, char **argv, int requested, int *provided);
OMPI_DECLSPEC      50 ompi/mca/hook/base/base.h OMPI_DECLSPEC void ompi_hook_base_mpi_init_bottom(int argc, char **argv, int requested, int *provided);
OMPI_DECLSPEC      51 ompi/mca/hook/base/base.h OMPI_DECLSPEC void ompi_hook_base_mpi_init_error(int argc, char **argv, int requested, int *provided);
OMPI_DECLSPEC      53 ompi/mca/hook/base/base.h OMPI_DECLSPEC void ompi_hook_base_mpi_finalize_top(void);
OMPI_DECLSPEC      54 ompi/mca/hook/base/base.h OMPI_DECLSPEC void ompi_hook_base_mpi_finalize_bottom(void);
OMPI_DECLSPEC      70 ompi/mca/io/base/base.h     OMPI_DECLSPEC int mca_io_base_find_available(bool enable_progress_threads,
OMPI_DECLSPEC     123 ompi/mca/io/base/base.h     OMPI_DECLSPEC int mca_io_base_file_select(struct ompi_file_t *file,
OMPI_DECLSPEC     146 ompi/mca/io/base/base.h     OMPI_DECLSPEC int mca_io_base_file_unselect(struct ompi_file_t *file);
OMPI_DECLSPEC     160 ompi/mca/io/base/base.h     OMPI_DECLSPEC int mca_io_base_delete(const char *filename,
OMPI_DECLSPEC     163 ompi/mca/io/base/base.h     OMPI_DECLSPEC int mca_io_base_register_datarep(const char *,
OMPI_DECLSPEC     173 ompi/mca/io/base/base.h OMPI_DECLSPEC extern mca_base_framework_t ompi_io_base_framework;
OMPI_DECLSPEC      61 ompi/mca/io/base/io_base_request.h     OMPI_DECLSPEC OBJ_CLASS_DECLARATION(mca_io_base_request_t);
OMPI_DECLSPEC      57 ompi/mca/io/ompio/io_ompio.h OMPI_DECLSPEC extern int mca_io_ompio_coll_timing_info;
OMPI_DECLSPEC      86 ompi/mca/io/ompio/io_ompio.h OMPI_DECLSPEC extern mca_io_base_component_2_0_0_t mca_io_ompio_component;
OMPI_DECLSPEC      92 ompi/mca/io/ompio/io_ompio.h OMPI_DECLSPEC extern mca_io_base_component_2_0_0_t mca_io_ompio_component;
OMPI_DECLSPEC     107 ompi/mca/io/ompio/io_ompio.h OMPI_DECLSPEC int  mca_io_ompio_get_mca_parameter_value ( char *mca_parameter_name, int name_length);
OMPI_DECLSPEC     113 ompi/mca/io/ompio/io_ompio.h OMPI_DECLSPEC int ompi_io_ompio_sort_offlen (mca_io_ompio_offlen_array_t *io_array,
OMPI_DECLSPEC     118 ompi/mca/io/ompio/io_ompio.h OMPI_DECLSPEC int ompi_io_ompio_generate_current_file_view (struct ompio_file_t *fh,
OMPI_DECLSPEC     123 ompi/mca/io/ompio/io_ompio.h OMPI_DECLSPEC int ompi_io_ompio_generate_groups (ompio_file_t *fh,
OMPI_DECLSPEC      37 ompi/mca/io/romio321/src/io_romio321.h OMPI_DECLSPEC extern mca_io_base_component_2_0_0_t mca_io_romio321_component;
OMPI_DECLSPEC      44 ompi/mca/io/romio321/src/io_romio321.h OMPI_DECLSPEC extern mca_io_base_component_2_0_0_t mca_io_romio321_component;
OMPI_DECLSPEC      37 ompi/mca/mtl/base/base.h OMPI_DECLSPEC extern mca_mtl_base_component_t* ompi_mtl_base_selected_component;
OMPI_DECLSPEC      39 ompi/mca/mtl/base/base.h OMPI_DECLSPEC int ompi_mtl_base_select(bool enable_progress_threads,
OMPI_DECLSPEC      43 ompi/mca/mtl/base/base.h OMPI_DECLSPEC extern mca_base_framework_t ompi_mtl_base_framework;
OMPI_DECLSPEC     438 ompi/mca/mtl/mtl.h OMPI_DECLSPEC extern mca_mtl_base_module_t *ompi_mtl;
OMPI_DECLSPEC      13 ompi/mca/mtl/ofi/mtl_ofi.c OMPI_DECLSPEC extern mca_mtl_ofi_component_t mca_mtl_ofi_component;
OMPI_DECLSPEC     233 ompi/mca/mtl/portals4/mtl_portals4.h OMPI_DECLSPEC ompi_proc_t *
OMPI_DECLSPEC      73 ompi/mca/mtl/psm/mtl_psm_types.h OMPI_DECLSPEC extern mca_mtl_psm_component_t mca_mtl_psm_component;
OMPI_DECLSPEC      75 ompi/mca/mtl/psm2/mtl_psm2_types.h OMPI_DECLSPEC extern mca_mtl_psm2_component_t mca_mtl_psm2_component;
OMPI_DECLSPEC      52 ompi/mca/op/base/base.h OMPI_DECLSPEC int ompi_op_base_find_available(bool enable_progress_threads,
OMPI_DECLSPEC      94 ompi/mca/op/base/base.h OMPI_DECLSPEC int ompi_op_base_op_unselect(struct ompi_op_t *op);
OMPI_DECLSPEC      96 ompi/mca/op/base/base.h OMPI_DECLSPEC extern mca_base_framework_t ompi_op_base_framework;
OMPI_DECLSPEC      36 ompi/mca/op/base/functions.h OMPI_DECLSPEC extern ompi_op_base_handler_fn_t
OMPI_DECLSPEC      38 ompi/mca/op/base/functions.h OMPI_DECLSPEC extern ompi_op_base_3buff_handler_fn_t
OMPI_DECLSPEC      88 ompi/mca/op/example/op_example.h OMPI_DECLSPEC extern ompi_op_example_component_t
OMPI_DECLSPEC      94 ompi/mca/op/example/op_example.h OMPI_DECLSPEC ompi_op_base_module_t *
OMPI_DECLSPEC     100 ompi/mca/op/example/op_example.h OMPI_DECLSPEC ompi_op_base_module_t *
OMPI_DECLSPEC     383 ompi/mca/op/op.h OMPI_DECLSPEC OBJ_CLASS_DECLARATION(ompi_op_base_module_t);
OMPI_DECLSPEC     388 ompi/mca/op/op.h OMPI_DECLSPEC OBJ_CLASS_DECLARATION(ompi_op_base_module_1_0_0_t);
OMPI_DECLSPEC      51 ompi/mca/osc/base/base.h OMPI_DECLSPEC extern mca_base_framework_t ompi_osc_base_framework;
OMPI_DECLSPEC     100 ompi/mca/osc/base/osc_base_obj_convert.h OMPI_DECLSPEC int ompi_osc_base_get_primitive_type_info(ompi_datatype_t *datatype,
OMPI_DECLSPEC     115 ompi/mca/osc/base/osc_base_obj_convert.h OMPI_DECLSPEC int ompi_osc_base_process_op(void *outbuf,
OMPI_DECLSPEC     122 ompi/mca/osc/base/osc_base_obj_convert.h OMPI_DECLSPEC int ompi_osc_base_sndrcv_op(const void *origin,
OMPI_DECLSPEC      25 ompi/mca/osc/monitoring/osc_monitoring.h OMPI_DECLSPEC extern ompi_osc_monitoring_component_t mca_osc_monitoring_component;
OMPI_DECLSPEC      68 ompi/mca/osc/portals4/osc_portals4.h OMPI_DECLSPEC extern ompi_osc_portals4_component_t mca_osc_portals4_component;
OMPI_DECLSPEC      70 ompi/mca/osc/sm/osc_sm.h OMPI_DECLSPEC extern ompi_osc_sm_component_t mca_osc_sm_component;
OMPI_DECLSPEC      39 ompi/mca/osc/ucx/osc_ucx.h OMPI_DECLSPEC extern ompi_osc_ucx_component_t mca_osc_ucx_component;
OMPI_DECLSPEC      49 ompi/mca/pml/base/base.h OMPI_DECLSPEC extern mca_base_framework_t ompi_pml_base_framework;
OMPI_DECLSPEC      53 ompi/mca/pml/base/base.h OMPI_DECLSPEC  int mca_pml_base_select(bool enable_progress_threads,
OMPI_DECLSPEC      55 ompi/mca/pml/base/base.h OMPI_DECLSPEC  int mca_pml_base_progress(void);
OMPI_DECLSPEC      57 ompi/mca/pml/base/base.h OMPI_DECLSPEC int mca_pml_base_pml_selected(const char *name);
OMPI_DECLSPEC      59 ompi/mca/pml/base/base.h OMPI_DECLSPEC int mca_pml_base_pml_check_selected(const char *my_pml,
OMPI_DECLSPEC      63 ompi/mca/pml/base/base.h OMPI_DECLSPEC int mca_pml_base_finalize(void);
OMPI_DECLSPEC      65 ompi/mca/pml/base/base.h OMPI_DECLSPEC int mca_pml_base_ft_event(int state);
OMPI_DECLSPEC      70 ompi/mca/pml/base/base.h OMPI_DECLSPEC extern mca_pml_base_component_t mca_pml_base_selected_component;
OMPI_DECLSPEC      71 ompi/mca/pml/base/base.h OMPI_DECLSPEC extern mca_pml_base_module_t mca_pml;
OMPI_DECLSPEC      72 ompi/mca/pml/base/base.h OMPI_DECLSPEC extern opal_pointer_array_t mca_pml_base_pml;
OMPI_DECLSPEC      28 ompi/mca/pml/base/pml_base_bsend.h OMPI_DECLSPEC int mca_pml_base_bsend_init(bool enable_mpi_threads);
OMPI_DECLSPEC      29 ompi/mca/pml/base/pml_base_bsend.h OMPI_DECLSPEC int mca_pml_base_bsend_fini(void);
OMPI_DECLSPEC      34 ompi/mca/pml/base/pml_base_bsend.h OMPI_DECLSPEC int mca_pml_base_bsend_request_alloc(ompi_request_t*);
OMPI_DECLSPEC      35 ompi/mca/pml/base/pml_base_bsend.h OMPI_DECLSPEC int mca_pml_base_bsend_request_start(ompi_request_t*);
OMPI_DECLSPEC      36 ompi/mca/pml/base/pml_base_bsend.h OMPI_DECLSPEC int mca_pml_base_bsend_request_fini(ompi_request_t*);
OMPI_DECLSPEC      37 ompi/mca/pml/base/pml_base_bsend.h OMPI_DECLSPEC void*  mca_pml_base_bsend_request_alloc_buf( size_t length );
OMPI_DECLSPEC      38 ompi/mca/pml/base/pml_base_bsend.h OMPI_DECLSPEC int mca_pml_base_bsend_request_free(void* addr);
OMPI_DECLSPEC      44 ompi/mca/pml/base/pml_base_recvreq.h OMPI_DECLSPEC OBJ_CLASS_DECLARATION(mca_pml_base_recv_request_t);
OMPI_DECLSPEC      44 ompi/mca/pml/base/pml_base_request.h OMPI_DECLSPEC extern opal_free_list_t mca_pml_base_send_requests;
OMPI_DECLSPEC      45 ompi/mca/pml/base/pml_base_request.h OMPI_DECLSPEC extern opal_free_list_t mca_pml_base_recv_requests;
OMPI_DECLSPEC      82 ompi/mca/pml/base/pml_base_request.h OMPI_DECLSPEC OBJ_CLASS_DECLARATION(mca_pml_base_request_t);
OMPI_DECLSPEC      50 ompi/mca/pml/base/pml_base_sendreq.h OMPI_DECLSPEC OBJ_CLASS_DECLARATION( mca_pml_base_send_request_t );
OMPI_DECLSPEC      63 ompi/mca/pml/cm/pml_cm.h OMPI_DECLSPEC extern int mca_pml_cm_add_procs(struct ompi_proc_t **procs, size_t nprocs);
OMPI_DECLSPEC      64 ompi/mca/pml/cm/pml_cm.h OMPI_DECLSPEC extern int mca_pml_cm_del_procs(struct ompi_proc_t **procs, size_t nprocs);
OMPI_DECLSPEC      66 ompi/mca/pml/cm/pml_cm.h OMPI_DECLSPEC extern int mca_pml_cm_enable(bool enable);
OMPI_DECLSPEC      67 ompi/mca/pml/cm/pml_cm.h OMPI_DECLSPEC extern int mca_pml_cm_progress(void);
OMPI_DECLSPEC      69 ompi/mca/pml/cm/pml_cm.h OMPI_DECLSPEC extern int mca_pml_cm_add_comm(struct ompi_communicator_t* comm);
OMPI_DECLSPEC      70 ompi/mca/pml/cm/pml_cm.h OMPI_DECLSPEC extern int mca_pml_cm_del_comm(struct ompi_communicator_t* comm);
OMPI_DECLSPEC     551 ompi/mca/pml/cm/pml_cm.h OMPI_DECLSPEC extern int mca_pml_cm_start(size_t count, ompi_request_t** requests);
OMPI_DECLSPEC     554 ompi/mca/pml/cm/pml_cm.h OMPI_DECLSPEC extern int mca_pml_cm_dump(struct ompi_communicator_t* comm,
OMPI_DECLSPEC     557 ompi/mca/pml/cm/pml_cm.h OMPI_DECLSPEC extern int mca_pml_cm_cancel(struct ompi_request_t *request, int flag);
OMPI_DECLSPEC      32 ompi/mca/pml/monitoring/pml_monitoring.h OMPI_DECLSPEC extern mca_pml_base_component_2_0_0_t mca_pml_monitoring_component;
OMPI_DECLSPEC     551 ompi/mca/pml/pml.h OMPI_DECLSPEC extern mca_pml_base_module_t mca_pml;
OMPI_DECLSPEC      28 ompi/mca/rte/base/base.h OMPI_DECLSPEC extern mca_base_framework_t ompi_rte_base_framework;
OMPI_DECLSPEC      86 ompi/mca/rte/orte/rte_orte.h OMPI_DECLSPEC void __opal_attribute_noreturn__
OMPI_DECLSPEC      94 ompi/mca/rte/orte/rte_orte.h OMPI_DECLSPEC void ompi_rte_wait_for_debugger(void);
OMPI_DECLSPEC      97 ompi/mca/rte/orte/rte_orte.h OMPI_DECLSPEC bool ompi_rte_connect_accept_support(const char *port);
OMPI_DECLSPEC      54 ompi/mca/rte/pmix/rte_pmix.h OMPI_DECLSPEC extern opal_process_name_t pmix_name_wildcard;
OMPI_DECLSPEC      55 ompi/mca/rte/pmix/rte_pmix.h OMPI_DECLSPEC extern hwloc_cpuset_t ompi_proc_applied_binding;
OMPI_DECLSPEC      67 ompi/mca/rte/pmix/rte_pmix.h OMPI_DECLSPEC char* ompi_pmix_print_name(const ompi_process_name_t *name);
OMPI_DECLSPEC      70 ompi/mca/rte/pmix/rte_pmix.h OMPI_DECLSPEC int ompi_rte_compare_name_fields(ompi_rte_cmp_bitmask_t mask,
OMPI_DECLSPEC      73 ompi/mca/rte/pmix/rte_pmix.h OMPI_DECLSPEC int ompi_rte_convert_string_to_process_name(opal_process_name_t *name,
OMPI_DECLSPEC      75 ompi/mca/rte/pmix/rte_pmix.h OMPI_DECLSPEC int ompi_rte_convert_process_name_to_string(char** name_string,
OMPI_DECLSPEC     123 ompi/mca/rte/pmix/rte_pmix.h OMPI_DECLSPEC extern pmix_process_info_t pmix_process_info;
OMPI_DECLSPEC     126 ompi/mca/rte/pmix/rte_pmix.h OMPI_DECLSPEC extern bool pmix_proc_is_bound;
OMPI_DECLSPEC     130 ompi/mca/rte/pmix/rte_pmix.h OMPI_DECLSPEC void __opal_attribute_noreturn__
OMPI_DECLSPEC     132 ompi/mca/rte/pmix/rte_pmix.h OMPI_DECLSPEC void ompi_rte_abort_peers(opal_process_name_t *procs,
OMPI_DECLSPEC     138 ompi/mca/rte/pmix/rte_pmix.h OMPI_DECLSPEC int ompi_rte_init(int *argc, char ***argv);
OMPI_DECLSPEC     139 ompi/mca/rte/pmix/rte_pmix.h OMPI_DECLSPEC int ompi_rte_finalize(void);
OMPI_DECLSPEC     140 ompi/mca/rte/pmix/rte_pmix.h OMPI_DECLSPEC void ompi_rte_wait_for_debugger(void);
OMPI_DECLSPEC     143 ompi/mca/rte/pmix/rte_pmix.h OMPI_DECLSPEC bool ompi_rte_connect_accept_support(const char *port);
OMPI_DECLSPEC     200 ompi/mca/rte/rte.h OMPI_DECLSPEC extern mca_base_framework_t ompi_rte_base_framework;
OMPI_DECLSPEC      47 ompi/mca/sharedfp/base/base.h OMPI_DECLSPEC extern mca_base_framework_t ompi_sharedfp_base_framework;
OMPI_DECLSPEC      49 ompi/mca/sharedfp/base/base.h OMPI_DECLSPEC int mca_sharedfp_base_file_select(struct ompio_file_t *file,
OMPI_DECLSPEC      52 ompi/mca/sharedfp/base/base.h OMPI_DECLSPEC int mca_sharedfp_base_file_unselect(struct ompio_file_t *file);
OMPI_DECLSPEC      54 ompi/mca/sharedfp/base/base.h OMPI_DECLSPEC int mca_sharedfp_base_find_available(bool enable_progress_threads,
OMPI_DECLSPEC      57 ompi/mca/sharedfp/base/base.h OMPI_DECLSPEC int mca_sharedfp_base_init_file (struct ompio_file_t *file);
OMPI_DECLSPEC      59 ompi/mca/sharedfp/base/base.h OMPI_DECLSPEC int mca_sharedfp_base_get_param (struct ompio_file_t *file, int keyval);
OMPI_DECLSPEC      45 ompi/mca/topo/base/base.h OMPI_DECLSPEC int mca_topo_base_lazy_init(void);
OMPI_DECLSPEC      50 ompi/mca/topo/base/base.h OMPI_DECLSPEC extern mca_base_framework_t ompi_topo_base_framework;
OMPI_DECLSPEC      53 ompi/mca/topo/base/base.h OMPI_DECLSPEC int
OMPI_DECLSPEC      60 ompi/mca/topo/base/base.h OMPI_DECLSPEC int
OMPI_DECLSPEC      73 ompi/mca/topo/base/base.h OMPI_DECLSPEC int
OMPI_DECLSPEC      82 ompi/mca/topo/base/base.h OMPI_DECLSPEC int
OMPI_DECLSPEC      88 ompi/mca/topo/base/base.h OMPI_DECLSPEC int
OMPI_DECLSPEC      92 ompi/mca/topo/base/base.h OMPI_DECLSPEC int
OMPI_DECLSPEC      99 ompi/mca/topo/base/base.h OMPI_DECLSPEC int
OMPI_DECLSPEC     104 ompi/mca/topo/base/base.h OMPI_DECLSPEC int
OMPI_DECLSPEC     109 ompi/mca/topo/base/base.h OMPI_DECLSPEC int
OMPI_DECLSPEC     116 ompi/mca/topo/base/base.h OMPI_DECLSPEC int
OMPI_DECLSPEC     121 ompi/mca/topo/base/base.h OMPI_DECLSPEC int
OMPI_DECLSPEC     126 ompi/mca/topo/base/base.h OMPI_DECLSPEC int
OMPI_DECLSPEC     135 ompi/mca/topo/base/base.h OMPI_DECLSPEC int
OMPI_DECLSPEC     142 ompi/mca/topo/base/base.h OMPI_DECLSPEC int
OMPI_DECLSPEC     147 ompi/mca/topo/base/base.h OMPI_DECLSPEC int
OMPI_DECLSPEC     153 ompi/mca/topo/base/base.h OMPI_DECLSPEC int
OMPI_DECLSPEC     162 ompi/mca/topo/base/base.h OMPI_DECLSPEC int
OMPI_DECLSPEC     170 ompi/mca/topo/base/base.h OMPI_DECLSPEC int
OMPI_DECLSPEC     178 ompi/mca/topo/base/base.h OMPI_DECLSPEC int
OMPI_DECLSPEC     187 ompi/mca/topo/base/base.h OMPI_DECLSPEC int
OMPI_DECLSPEC     194 ompi/mca/topo/base/base.h OMPI_DECLSPEC int
OMPI_DECLSPEC      80 ompi/mca/topo/topo.h OMPI_DECLSPEC OBJ_CLASS_DECLARATION(mca_topo_base_comm_graph_2_2_0_t);
OMPI_DECLSPEC      96 ompi/mca/topo/topo.h OMPI_DECLSPEC OBJ_CLASS_DECLARATION(mca_topo_base_comm_cart_2_2_0_t);
OMPI_DECLSPEC     114 ompi/mca/topo/topo.h OMPI_DECLSPEC OBJ_CLASS_DECLARATION(mca_topo_base_comm_dist_graph_2_2_0_t);
OMPI_DECLSPEC     343 ompi/mca/topo/topo.h OMPI_DECLSPEC OBJ_CLASS_DECLARATION(mca_topo_base_module_t);
OMPI_DECLSPEC      34 ompi/mca/vprotocol/base/base.h OMPI_DECLSPEC extern mca_pml_v_t mca_pml_v;
OMPI_DECLSPEC      39 ompi/mca/vprotocol/base/base.h OMPI_DECLSPEC extern mca_base_framework_t ompi_vprotocol_base_framework;
OMPI_DECLSPEC      46 ompi/mca/vprotocol/base/base.h OMPI_DECLSPEC int mca_vprotocol_base_select(bool enable_progress_threads,
OMPI_DECLSPEC      49 ompi/mca/vprotocol/base/base.h OMPI_DECLSPEC int mca_vprotocol_base_parasite(void);
OMPI_DECLSPEC      51 ompi/mca/vprotocol/base/base.h OMPI_DECLSPEC extern char *mca_vprotocol_base_include_list;
OMPI_DECLSPEC      52 ompi/mca/vprotocol/base/base.h OMPI_DECLSPEC extern mca_vprotocol_base_component_t mca_vprotocol_component;
OMPI_DECLSPEC      53 ompi/mca/vprotocol/base/base.h OMPI_DECLSPEC extern mca_vprotocol_base_module_t mca_vprotocol;
OMPI_DECLSPEC      29 ompi/mca/vprotocol/base/vprotocol_base_request.h OMPI_DECLSPEC int mca_vprotocol_base_request_parasite(void);
OMPI_DECLSPEC      43 ompi/mca/vprotocol/example/vprotocol_example.c OMPI_DECLSPEC int mca_vprotocol_example_dump(struct ompi_communicator_t* comm, int verbose)
OMPI_DECLSPEC      30 ompi/mca/vprotocol/example/vprotocol_example.h OMPI_DECLSPEC int mca_vprotocol_example_add_procs(struct ompi_proc_t **procs, size_t nprocs);
OMPI_DECLSPEC      31 ompi/mca/vprotocol/example/vprotocol_example.h OMPI_DECLSPEC int mca_vprotocol_example_del_procs(struct ompi_proc_t **procs, size_t nprocs);
OMPI_DECLSPEC      32 ompi/mca/vprotocol/example/vprotocol_example.h OMPI_DECLSPEC int mca_vprotocol_example_enable(bool enable);
OMPI_DECLSPEC      33 ompi/mca/vprotocol/example/vprotocol_example.h OMPI_DECLSPEC int mca_vprotocol_example_progress(void);
OMPI_DECLSPEC      34 ompi/mca/vprotocol/example/vprotocol_example.h OMPI_DECLSPEC int mca_vprotocol_example_add_comm(struct ompi_communicator_t* comm);
OMPI_DECLSPEC      35 ompi/mca/vprotocol/example/vprotocol_example.h OMPI_DECLSPEC int mca_vprotocol_example_del_comm(struct ompi_communicator_t* comm);
OMPI_DECLSPEC      37 ompi/mca/vprotocol/example/vprotocol_example.h OMPI_DECLSPEC int mca_vprotocol_example_irecv_init(void *buf,
OMPI_DECLSPEC      44 ompi/mca/vprotocol/example/vprotocol_example.h OMPI_DECLSPEC int mca_vprotocol_example_irecv(void *addr,
OMPI_DECLSPEC      51 ompi/mca/vprotocol/example/vprotocol_example.h OMPI_DECLSPEC int mca_vprotocol_example_recv(void *addr,
OMPI_DECLSPEC      59 ompi/mca/vprotocol/example/vprotocol_example.h OMPI_DECLSPEC int mca_vprotocol_example_isend_init(void *buf,
OMPI_DECLSPEC      67 ompi/mca/vprotocol/example/vprotocol_example.h OMPI_DECLSPEC int mca_vprotocol_example_isend(void *buf,
OMPI_DECLSPEC      75 ompi/mca/vprotocol/example/vprotocol_example.h OMPI_DECLSPEC int mca_vprotocol_example_send(void *buf,
OMPI_DECLSPEC      83 ompi/mca/vprotocol/example/vprotocol_example.h OMPI_DECLSPEC int mca_vprotocol_example_iprobe(int src, int tag,
OMPI_DECLSPEC      86 ompi/mca/vprotocol/example/vprotocol_example.h OMPI_DECLSPEC int mca_vprotocol_example_probe(int src, int tag,
OMPI_DECLSPEC      90 ompi/mca/vprotocol/example/vprotocol_example.h OMPI_DECLSPEC int mca_vprotocol_example_start(size_t count,
OMPI_DECLSPEC      93 ompi/mca/vprotocol/example/vprotocol_example.h OMPI_DECLSPEC int mca_vprotocol_example_dump(struct ompi_communicator_t* comm,
OMPI_DECLSPEC      15 ompi/mca/vprotocol/example/vprotocol_example_start.c OMPI_DECLSPEC int mca_vprotocol_example_start(size_t count, ompi_request_t **requests)
OMPI_DECLSPEC      19 ompi/mca/vprotocol/example/vprotocol_example_start.h OMPI_DECLSPEC int mca_vprotocol_example_start(size_t count, ompi_request_t **requests);
OMPI_DECLSPEC      17 ompi/mca/vprotocol/example/vprotocol_example_wait.h OMPI_DECLSPEC int mca_vprotocol_example_wait_any(size_t count, ompi_request_t ** requests, int *index, ompi_status_public_t * status);
OMPI_DECLSPEC      18 ompi/mca/vprotocol/example/vprotocol_example_wait.h OMPI_DECLSPEC int mca_vprotocol_example_wait_some(size_t count, ompi_request_t ** requests, int *indexes, ompi_status_public_t * statuses);
OMPI_DECLSPEC      19 ompi/mca/vprotocol/example/vprotocol_example_wait.h OMPI_DECLSPEC int mca_vprotocol_example_wait_all(size_t count, ompi_request_t ** requests, ompi_status_public_t * statuses);
OMPI_DECLSPEC      55 ompi/mca/vprotocol/pessimist/vprotocol_pessimist.h OMPI_DECLSPEC extern mca_vprotocol_pessimist_module_t mca_vprotocol_pessimist;
OMPI_DECLSPEC      56 ompi/mca/vprotocol/pessimist/vprotocol_pessimist.h OMPI_DECLSPEC extern mca_vprotocol_base_component_t mca_vprotocol_pessimist_component;
OMPI_DECLSPEC      54 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_event.h OMPI_DECLSPEC OBJ_CLASS_DECLARATION(mca_vprotocol_pessimist_event_t);
OMPI_DECLSPEC      14 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_start.c OMPI_DECLSPEC int mca_vprotocol_pessimist_start(size_t count, ompi_request_t **requests)
OMPI_DECLSPEC      19 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_start.h OMPI_DECLSPEC int mca_vprotocol_pessimist_start(size_t count, ompi_request_t **requests);
OMPI_DECLSPEC      34 ompi/message/message.h OMPI_DECLSPEC OBJ_CLASS_DECLARATION(ompi_message_t);
OMPI_DECLSPEC      54 ompi/message/message.h OMPI_DECLSPEC extern opal_free_list_t ompi_message_free_list;
OMPI_DECLSPEC      55 ompi/message/message.h OMPI_DECLSPEC extern opal_pointer_array_t  ompi_message_f_to_c_table;
OMPI_DECLSPEC      56 ompi/message/message.h OMPI_DECLSPEC extern ompi_predefined_message_t  ompi_message_no_proc;
OMPI_DECLSPEC      82 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern void* const BOTTOM;
OMPI_DECLSPEC      83 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern void* const IN_PLACE;
OMPI_DECLSPEC      99 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Errhandler  ERRORS_ARE_FATAL;
OMPI_DECLSPEC     100 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Errhandler  ERRORS_RETURN;
OMPI_DECLSPEC     101 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Errhandler  ERRORS_THROW_EXCEPTIONS;
OMPI_DECLSPEC     117 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype CHAR;
OMPI_DECLSPEC     118 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype SHORT;
OMPI_DECLSPEC     119 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype INT;
OMPI_DECLSPEC     120 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype LONG;
OMPI_DECLSPEC     121 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype SIGNED_CHAR;
OMPI_DECLSPEC     122 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype UNSIGNED_CHAR;
OMPI_DECLSPEC     123 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype UNSIGNED_SHORT;
OMPI_DECLSPEC     124 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype UNSIGNED;
OMPI_DECLSPEC     125 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype UNSIGNED_LONG;
OMPI_DECLSPEC     126 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype FLOAT;
OMPI_DECLSPEC     127 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype DOUBLE;
OMPI_DECLSPEC     128 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype LONG_DOUBLE;
OMPI_DECLSPEC     129 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype BYTE;
OMPI_DECLSPEC     130 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype PACKED;
OMPI_DECLSPEC     131 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype WCHAR;
OMPI_DECLSPEC     134 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype FLOAT_INT;
OMPI_DECLSPEC     135 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype DOUBLE_INT;
OMPI_DECLSPEC     136 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype LONG_INT;
OMPI_DECLSPEC     137 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype TWOINT;
OMPI_DECLSPEC     138 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype SHORT_INT;
OMPI_DECLSPEC     139 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype LONG_DOUBLE_INT;
OMPI_DECLSPEC     142 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype INTEGER;
OMPI_DECLSPEC     143 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype REAL;
OMPI_DECLSPEC     144 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype DOUBLE_PRECISION;
OMPI_DECLSPEC     145 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype F_COMPLEX;
OMPI_DECLSPEC     146 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype LOGICAL;
OMPI_DECLSPEC     147 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype CHARACTER;
OMPI_DECLSPEC     150 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype TWOREAL;
OMPI_DECLSPEC     151 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype TWODOUBLE_PRECISION;
OMPI_DECLSPEC     152 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype TWOINTEGER;
OMPI_DECLSPEC     155 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype INTEGER1;
OMPI_DECLSPEC     156 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype INTEGER2;
OMPI_DECLSPEC     157 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype INTEGER4;
OMPI_DECLSPEC     158 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype REAL2;
OMPI_DECLSPEC     159 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype REAL4;
OMPI_DECLSPEC     160 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype REAL8;
OMPI_DECLSPEC     163 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype LONG_LONG;
OMPI_DECLSPEC     164 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype LONG_LONG_INT;
OMPI_DECLSPEC     165 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype UNSIGNED_LONG_LONG;
OMPI_DECLSPEC     168 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype BOOL;
OMPI_DECLSPEC     169 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype COMPLEX;
OMPI_DECLSPEC     170 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype DOUBLE_COMPLEX;
OMPI_DECLSPEC     171 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype F_DOUBLE_COMPLEX;
OMPI_DECLSPEC     172 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype LONG_DOUBLE_COMPLEX;
OMPI_DECLSPEC     175 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype UB;
OMPI_DECLSPEC     176 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype LB;
OMPI_DECLSPEC     206 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern Intracomm COMM_WORLD;
OMPI_DECLSPEC     207 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern Intracomm COMM_SELF;
OMPI_DECLSPEC     228 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Op MAX;
OMPI_DECLSPEC     229 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Op MIN;
OMPI_DECLSPEC     230 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Op SUM;
OMPI_DECLSPEC     231 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Op PROD;
OMPI_DECLSPEC     232 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Op MAXLOC;
OMPI_DECLSPEC     233 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Op MINLOC;
OMPI_DECLSPEC     234 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Op BAND;
OMPI_DECLSPEC     235 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Op BOR;
OMPI_DECLSPEC     236 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Op BXOR;
OMPI_DECLSPEC     237 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Op LAND;
OMPI_DECLSPEC     238 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Op LOR;
OMPI_DECLSPEC     239 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Op LXOR;
OMPI_DECLSPEC     240 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Op REPLACE;
OMPI_DECLSPEC     243 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Group        GROUP_NULL;
OMPI_DECLSPEC     244 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Win          WIN_NULL;
OMPI_DECLSPEC     245 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Info         INFO_NULL;
OMPI_DECLSPEC     246 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern Comm_Null          COMM_NULL;
OMPI_DECLSPEC     247 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Datatype     DATATYPE_NULL;
OMPI_DECLSPEC     248 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern Request            REQUEST_NULL;
OMPI_DECLSPEC     249 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Op           OP_NULL;
OMPI_DECLSPEC     250 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Errhandler   ERRHANDLER_NULL;
OMPI_DECLSPEC     251 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const File         FILE_NULL;
OMPI_DECLSPEC     254 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const char**       ARGV_NULL;
OMPI_DECLSPEC     255 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const char***      ARGVS_NULL;
OMPI_DECLSPEC     258 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Group  GROUP_EMPTY;
OMPI_DECLSPEC      73 ompi/mpi/cxx/functions.h OMPI_DECLSPEC void
OMPI_DECLSPEC      69 ompi/mpi/fortran/base/datarep.h   OMPI_DECLSPEC void lower_name##_f args;    \
OMPI_DECLSPEC      70 ompi/mpi/fortran/base/datarep.h   OMPI_DECLSPEC void lower_name args;        \
OMPI_DECLSPEC      71 ompi/mpi/fortran/base/datarep.h   OMPI_DECLSPEC void lower_name##_ args;     \
OMPI_DECLSPEC      72 ompi/mpi/fortran/base/datarep.h   OMPI_DECLSPEC void lower_name##__ args;    \
OMPI_DECLSPEC      73 ompi/mpi/fortran/base/datarep.h   OMPI_DECLSPEC void upper_name args;
OMPI_DECLSPEC      40 ompi/mpi/fortran/base/f90_accessors.c OMPI_DECLSPEC void MPI_WTIME_F90(double *w);
OMPI_DECLSPEC      41 ompi/mpi/fortran/base/f90_accessors.c OMPI_DECLSPEC void mpi_wtime_f90(double *w);
OMPI_DECLSPEC      42 ompi/mpi/fortran/base/f90_accessors.c OMPI_DECLSPEC void mpi_wtime_f90_(double *w);
OMPI_DECLSPEC      43 ompi/mpi/fortran/base/f90_accessors.c OMPI_DECLSPEC void mpi_wtime_f90__(double *w);
OMPI_DECLSPEC      45 ompi/mpi/fortran/base/f90_accessors.c OMPI_DECLSPEC void MPI_WTICK_F90(double *w);
OMPI_DECLSPEC      46 ompi/mpi/fortran/base/f90_accessors.c OMPI_DECLSPEC void mpi_wtick_f90(double *w);
OMPI_DECLSPEC      47 ompi/mpi/fortran/base/f90_accessors.c OMPI_DECLSPEC void mpi_wtick_f90_(double *w);
OMPI_DECLSPEC      48 ompi/mpi/fortran/base/f90_accessors.c OMPI_DECLSPEC void mpi_wtick_f90__(double *w);
OMPI_DECLSPEC      50 ompi/mpi/fortran/base/f90_accessors.c OMPI_DECLSPEC void MPI_AINT_ADD_F90(MPI_Aint *base, MPI_Aint *diff, MPI_Aint *w);
OMPI_DECLSPEC      51 ompi/mpi/fortran/base/f90_accessors.c OMPI_DECLSPEC void mpi_aint_add_f90(MPI_Aint *base, MPI_Aint *diff, MPI_Aint *w);
OMPI_DECLSPEC      52 ompi/mpi/fortran/base/f90_accessors.c OMPI_DECLSPEC void mpi_aint_add_f90_(MPI_Aint *base, MPI_Aint *diff, MPI_Aint *w);
OMPI_DECLSPEC      53 ompi/mpi/fortran/base/f90_accessors.c OMPI_DECLSPEC void mpi_aint_add_f90__(MPI_Aint *base, MPI_Aint *diff, MPI_Aint *w);
OMPI_DECLSPEC      55 ompi/mpi/fortran/base/f90_accessors.c OMPI_DECLSPEC void MPI_AINT_DIFF_F90(MPI_Aint *addr1, MPI_Aint *addr2, MPI_Aint *w);
OMPI_DECLSPEC      56 ompi/mpi/fortran/base/f90_accessors.c OMPI_DECLSPEC void mpi_aint_diff_f90(MPI_Aint *addr1, MPI_Aint *addr2, MPI_Aint *w);
OMPI_DECLSPEC      57 ompi/mpi/fortran/base/f90_accessors.c OMPI_DECLSPEC void mpi_aint_diff_f90_(MPI_Aint *addr1, MPI_Aint *addr2, MPI_Aint *w);
OMPI_DECLSPEC      58 ompi/mpi/fortran/base/f90_accessors.c OMPI_DECLSPEC void mpi_aint_diff_f90__(MPI_Aint *addr1, MPI_Aint *addr2, MPI_Aint *w);
OMPI_DECLSPEC      42 ompi/mpi/fortran/base/fortran_base_strings.h     OMPI_DECLSPEC int ompi_fortran_string_f2c(char *fstr, int len, char **cstr);
OMPI_DECLSPEC      58 ompi/mpi/fortran/base/fortran_base_strings.h     OMPI_DECLSPEC int ompi_fortran_string_c2f(char *cstr, char *fstr, int len);
OMPI_DECLSPEC      89 ompi/mpi/fortran/base/fortran_base_strings.h     OMPI_DECLSPEC int ompi_fortran_argv_blank_f2c(char *farray, int string_len,
OMPI_DECLSPEC     110 ompi/mpi/fortran/base/fortran_base_strings.h     OMPI_DECLSPEC int ompi_fortran_argv_count_f2c(char *farray, int farray_length, int string_len,
OMPI_DECLSPEC     127 ompi/mpi/fortran/base/fortran_base_strings.h     OMPI_DECLSPEC int ompi_fortran_multiple_argvs_f2c(int count, char *array, int len,
OMPI_DECLSPEC      31 ompi/mpi/fortran/base/test_constants_f.c OMPI_DECLSPEC void ompi_test_fortran_constants_f(char *bottom, char *in_place,
OMPI_DECLSPEC      64 ompi/mpi/fortran/mpif-h/prototypes_mpi.h     OMPI_DECLSPEC ret o##lower_name##_f args;              \
OMPI_DECLSPEC      66 ompi/mpi/fortran/mpif-h/prototypes_mpi.h     OMPI_DECLSPEC ret lower_name args;                     \
OMPI_DECLSPEC      67 ompi/mpi/fortran/mpif-h/prototypes_mpi.h     OMPI_DECLSPEC ret lower_name##_ args;                  \
OMPI_DECLSPEC      68 ompi/mpi/fortran/mpif-h/prototypes_mpi.h     OMPI_DECLSPEC ret lower_name##__ args;                 \
OMPI_DECLSPEC      69 ompi/mpi/fortran/mpif-h/prototypes_mpi.h     OMPI_DECLSPEC ret upper_name args;                     \
OMPI_DECLSPEC      71 ompi/mpi/fortran/mpif-h/prototypes_mpi.h     OMPI_DECLSPEC ret mixed_name##_f08 args;               \
OMPI_DECLSPEC      72 ompi/mpi/fortran/mpif-h/prototypes_mpi.h     OMPI_DECLSPEC ret mixed_name##_f args;                 \
OMPI_DECLSPEC      74 ompi/mpi/fortran/mpif-h/prototypes_mpi.h     OMPI_DECLSPEC ret po##lower_name##_f args;             \
OMPI_DECLSPEC      76 ompi/mpi/fortran/mpif-h/prototypes_mpi.h     OMPI_DECLSPEC ret p##lower_name args;                  \
OMPI_DECLSPEC      77 ompi/mpi/fortran/mpif-h/prototypes_mpi.h     OMPI_DECLSPEC ret p##lower_name##_ args;               \
OMPI_DECLSPEC      78 ompi/mpi/fortran/mpif-h/prototypes_mpi.h     OMPI_DECLSPEC ret p##lower_name##__ args;              \
OMPI_DECLSPEC      79 ompi/mpi/fortran/mpif-h/prototypes_mpi.h     OMPI_DECLSPEC ret P##upper_name args;                  \
OMPI_DECLSPEC      81 ompi/mpi/fortran/mpif-h/prototypes_mpi.h     OMPI_DECLSPEC ret P##mixed_name##_f08 args;            \
OMPI_DECLSPEC      82 ompi/mpi/fortran/mpif-h/prototypes_mpi.h     OMPI_DECLSPEC ret P##mixed_name##_f args
OMPI_DECLSPEC      34 ompi/mpi/fortran/use-mpi-f08/buffer_detach.c OMPI_DECLSPEC void ompi_buffer_detach_f08(char *buffer, MPI_Fint *size,
OMPI_DECLSPEC      37 ompi/mpi/fortran/use-mpi-f08/buffer_detach.c OMPI_DECLSPEC void pompi_buffer_detach_f08(char *buffer, MPI_Fint *size,
OMPI_DECLSPEC      32 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_comm_world       = {OMPI_MPI_COMM_WORLD};
OMPI_DECLSPEC      33 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_comm_self        = {OMPI_MPI_COMM_SELF};
OMPI_DECLSPEC      34 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_group_empty      = {OMPI_MPI_GROUP_EMPTY};
OMPI_DECLSPEC      35 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_errors_are_fatal = {OMPI_MPI_ERRORS_ARE_FATAL};
OMPI_DECLSPEC      36 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_errors_return    = {OMPI_MPI_ERRORS_RETURN};
OMPI_DECLSPEC      37 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_message_no_proc  = {OMPI_MPI_MESSAGE_NO_PROC};
OMPI_DECLSPEC      38 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_info_env         = {OMPI_MPI_INFO_ENV};
OMPI_DECLSPEC      40 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_max      = {OMPI_MPI_MAX};
OMPI_DECLSPEC      41 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_min      = {OMPI_MPI_MIN};
OMPI_DECLSPEC      42 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_sum      = {OMPI_MPI_SUM};
OMPI_DECLSPEC      43 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_prod     = {OMPI_MPI_PROD};
OMPI_DECLSPEC      44 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_land     = {OMPI_MPI_LAND};
OMPI_DECLSPEC      45 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_band     = {OMPI_MPI_BAND};
OMPI_DECLSPEC      46 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_lor      = {OMPI_MPI_LOR};
OMPI_DECLSPEC      47 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_bor      = {OMPI_MPI_BOR};
OMPI_DECLSPEC      48 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_lxor     = {OMPI_MPI_LXOR};
OMPI_DECLSPEC      49 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_bxor     = {OMPI_MPI_BXOR};
OMPI_DECLSPEC      50 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_maxloc   = {OMPI_MPI_MAXLOC};
OMPI_DECLSPEC      51 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_minloc   = {OMPI_MPI_MINLOC};
OMPI_DECLSPEC      52 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_replace  = {OMPI_MPI_REPLACE};
OMPI_DECLSPEC      53 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_no_op    = {OMPI_MPI_NO_OP};
OMPI_DECLSPEC      58 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_comm_null       = {OMPI_MPI_COMM_NULL};
OMPI_DECLSPEC      59 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_datatype_null   = {OMPI_MPI_DATATYPE_NULL};
OMPI_DECLSPEC      60 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_errhandler_null = {OMPI_MPI_ERRHANDLER_NULL};
OMPI_DECLSPEC      61 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_group_null      = {OMPI_MPI_GROUP_NULL};
OMPI_DECLSPEC      62 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_info_null       = {OMPI_MPI_INFO_NULL};
OMPI_DECLSPEC      63 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_message_null    = {OMPI_MPI_MESSAGE_NULL};
OMPI_DECLSPEC      64 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_op_null         = {OMPI_MPI_OP_NULL};
OMPI_DECLSPEC      65 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_request_null    = {OMPI_MPI_REQUEST_NULL};
OMPI_DECLSPEC      66 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_win_null        = {OMPI_MPI_WIN_NULL};
OMPI_DECLSPEC      67 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_file_null       = {OMPI_MPI_FILE_NULL};
OMPI_DECLSPEC      72 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_aint              = {OMPI_MPI_AINT};
OMPI_DECLSPEC      73 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_byte              = {OMPI_MPI_BYTE};
OMPI_DECLSPEC      74 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_packed            = {OMPI_MPI_PACKED};
OMPI_DECLSPEC      75 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_ub                = {OMPI_MPI_UB};
OMPI_DECLSPEC      76 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_lb                = {OMPI_MPI_LB};
OMPI_DECLSPEC      77 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_char              = {OMPI_MPI_CHAR};
OMPI_DECLSPEC      78 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_signed_char       = {OMPI_MPI_SIGNED_CHAR};
OMPI_DECLSPEC      79 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_unsigned_char     = {OMPI_MPI_UNSIGNED_CHAR};
OMPI_DECLSPEC      80 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_wchar             = {OMPI_MPI_WCHAR};
OMPI_DECLSPEC      81 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_character         = {OMPI_MPI_CHARACTER};
OMPI_DECLSPEC      82 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_logical           = {OMPI_MPI_LOGICAL};
OMPI_DECLSPEC      83 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_int               = {OMPI_MPI_INT};
OMPI_DECLSPEC      84 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_int16             = {OMPI_MPI_INT16_T};
OMPI_DECLSPEC      85 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_int32             = {OMPI_MPI_INT32_T};
OMPI_DECLSPEC      86 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_int64             = {OMPI_MPI_INT64_T};
OMPI_DECLSPEC      87 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_int8              = {OMPI_MPI_INT8_T};
OMPI_DECLSPEC      88 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_uint16            = {OMPI_MPI_UINT16_T};
OMPI_DECLSPEC      89 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_uint32            = {OMPI_MPI_UINT32_T};
OMPI_DECLSPEC      90 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_uint64            = {OMPI_MPI_UINT64_T};
OMPI_DECLSPEC      91 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_uint8             = {OMPI_MPI_UINT8_T};
OMPI_DECLSPEC      92 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_short             = {OMPI_MPI_SHORT};
OMPI_DECLSPEC      93 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_unsigned_short    = {OMPI_MPI_UNSIGNED_SHORT};
OMPI_DECLSPEC      94 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_unsigned          = {OMPI_MPI_UNSIGNED};
OMPI_DECLSPEC      95 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_long              = {OMPI_MPI_LONG};
OMPI_DECLSPEC      96 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_unsigned_long     = {OMPI_MPI_UNSIGNED_LONG};
OMPI_DECLSPEC      97 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_long_long         = {OMPI_MPI_LONG_LONG};
OMPI_DECLSPEC      98 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_unsigned_long_long = {OMPI_MPI_UNSIGNED_LONG_LONG};
OMPI_DECLSPEC      99 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_long_long_int     = {OMPI_MPI_LONG_LONG_INT};
OMPI_DECLSPEC     100 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_integer           = {OMPI_MPI_INTEGER};
OMPI_DECLSPEC     101 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_integer1          = {OMPI_MPI_INTEGER1};
OMPI_DECLSPEC     102 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_integer2          = {OMPI_MPI_INTEGER2};
OMPI_DECLSPEC     103 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_integer4          = {OMPI_MPI_INTEGER4};
OMPI_DECLSPEC     104 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_integer8          = {OMPI_MPI_INTEGER8};
OMPI_DECLSPEC     105 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_integer16         = {OMPI_MPI_INTEGER16};
OMPI_DECLSPEC     106 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_float             = {OMPI_MPI_FLOAT};
OMPI_DECLSPEC     107 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_double            = {OMPI_MPI_DOUBLE};
OMPI_DECLSPEC     108 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_long_double       = {OMPI_MPI_LONG_DOUBLE};
OMPI_DECLSPEC     109 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_real              = {OMPI_MPI_REAL};
OMPI_DECLSPEC     110 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_real4             = {OMPI_MPI_REAL4};
OMPI_DECLSPEC     111 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_real8             = {OMPI_MPI_REAL8};
OMPI_DECLSPEC     112 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_real16            = {OMPI_MPI_REAL16};
OMPI_DECLSPEC     113 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_double_precision  = {OMPI_MPI_DOUBLE_PRECISION};
OMPI_DECLSPEC     114 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_c_complex         = {OMPI_MPI_C_COMPLEX};
OMPI_DECLSPEC     115 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_c_float_complex   = {OMPI_MPI_C_FLOAT_COMPLEX};
OMPI_DECLSPEC     116 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_c_double_complex  = {OMPI_MPI_C_DOUBLE_COMPLEX};
OMPI_DECLSPEC     117 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_c_long_double_complex  = {OMPI_MPI_C_LONG_DOUBLE_COMPLEX};
OMPI_DECLSPEC     118 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_cxx_complex       = {OMPI_MPI_CXX_COMPLEX};
OMPI_DECLSPEC     119 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_cxx_float_complex = {OMPI_MPI_CXX_FLOAT_COMPLEX};
OMPI_DECLSPEC     120 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_cxx_double_complex = {OMPI_MPI_CXX_DOUBLE_COMPLEX};
OMPI_DECLSPEC     121 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_cxx_long_double_complex = {OMPI_MPI_CXX_LONG_DOUBLE_COMPLEX};
OMPI_DECLSPEC     122 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_complex           = {OMPI_MPI_COMPLEX};
OMPI_DECLSPEC     123 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_complex8          = {OMPI_MPI_COMPLEX8};
OMPI_DECLSPEC     124 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_complex16         = {OMPI_MPI_COMPLEX16};
OMPI_DECLSPEC     125 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_complex32         = {OMPI_MPI_COMPLEX32};
OMPI_DECLSPEC     126 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_double_complex    = {OMPI_MPI_DOUBLE_COMPLEX};
OMPI_DECLSPEC     127 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_float_int         = {OMPI_MPI_FLOAT_INT};
OMPI_DECLSPEC     128 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_double_int        = {OMPI_MPI_DOUBLE_INT};
OMPI_DECLSPEC     129 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_2real             = {OMPI_MPI_2REAL};
OMPI_DECLSPEC     130 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_2double_precision = {OMPI_MPI_2DOUBLE_PRECISION};
OMPI_DECLSPEC     131 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_2int              = {OMPI_MPI_2INT};
OMPI_DECLSPEC     132 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_short_int         = {OMPI_MPI_SHORT_INT};
OMPI_DECLSPEC     133 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_long_int          = {OMPI_MPI_LONG_INT};
OMPI_DECLSPEC     134 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_long_double_int   = {OMPI_MPI_LONG_DOUBLE_INT};
OMPI_DECLSPEC     135 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_2integer          = {OMPI_MPI_2INTEGER};
OMPI_DECLSPEC     136 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_2complex          = {OMPI_MPI_2COMPLEX};
OMPI_DECLSPEC     137 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_2double_complex   = {OMPI_MPI_2DOUBLE_COMPLEX};
OMPI_DECLSPEC     138 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_real2             = {OMPI_MPI_REAL2};
OMPI_DECLSPEC     139 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_logical1          = {OMPI_MPI_LOGICAL1};
OMPI_DECLSPEC     140 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_logical2          = {OMPI_MPI_LOGICAL2};
OMPI_DECLSPEC     141 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_logical4          = {OMPI_MPI_LOGICAL4};
OMPI_DECLSPEC     142 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_logical8          = {OMPI_MPI_LOGICAL8};
OMPI_DECLSPEC     143 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_c_bool            = {OMPI_MPI_C_BOOL};
OMPI_DECLSPEC     144 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_cxx_bool          = {OMPI_MPI_CXX_BOOL};
OMPI_DECLSPEC     145 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_count             = {OMPI_MPI_COUNT};
OMPI_DECLSPEC     146 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_offset            = {OMPI_MPI_OFFSET};
OMPI_DECLSPEC     147 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_complex4          = {OMPI_MPI_COMPLEX4};
OMPI_DECLSPEC     159 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_short_float       = {74};
OMPI_DECLSPEC     160 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_c_short_float_complex = {75};
OMPI_DECLSPEC     161 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_cxx_short_float_complex = {76};
OMPI_DECLSPEC     162 ompi/mpi/fortran/use-mpi-f08/constants.c OMPI_DECLSPEC ompi_fortran_08_handle_t OMPI_F08_HANDLE_ALIGNED ompi_f08_mpi_c_float16         = {74};
OMPI_DECLSPEC      68 ompi/mpi/java/c/mpiJava.h OMPI_DECLSPEC OBJ_CLASS_DECLARATION(ompi_java_buffer_t);
OMPI_DECLSPEC      21 ompi/mpiext/affinity/c/mpiext_affinity_c.h OMPI_DECLSPEC int OMPI_Affinity_str(ompi_affinity_fmt_t fmt_type,
OMPI_DECLSPEC      20 ompi/mpiext/cr/c/mpiext_cr_c.h OMPI_DECLSPEC int OMPI_CR_Checkpoint(char **handle, int *seq, MPI_Info *info);
OMPI_DECLSPEC      25 ompi/mpiext/cr/c/mpiext_cr_c.h OMPI_DECLSPEC int OMPI_CR_Restart(char *handle, int seq, MPI_Info *info);
OMPI_DECLSPEC      34 ompi/mpiext/cr/c/mpiext_cr_c.h OMPI_DECLSPEC int OMPI_CR_Migrate(MPI_Comm comm, char *hostname, int rank, MPI_Info *info);
OMPI_DECLSPEC      47 ompi/mpiext/cr/c/mpiext_cr_c.h OMPI_DECLSPEC int OMPI_CR_INC_register_callback(OMPI_CR_INC_callback_event_t event,
OMPI_DECLSPEC      59 ompi/mpiext/cr/c/mpiext_cr_c.h OMPI_DECLSPEC int OMPI_CR_self_register_checkpoint_callback(OMPI_CR_self_checkpoint_fn function);
OMPI_DECLSPEC      60 ompi/mpiext/cr/c/mpiext_cr_c.h OMPI_DECLSPEC int OMPI_CR_self_register_restart_callback(OMPI_CR_self_restart_fn function);
OMPI_DECLSPEC      61 ompi/mpiext/cr/c/mpiext_cr_c.h OMPI_DECLSPEC int OMPI_CR_self_register_continue_callback(OMPI_CR_self_continue_fn function);
OMPI_DECLSPEC      71 ompi/mpiext/cr/c/mpiext_cr_c.h OMPI_DECLSPEC int OMPI_CR_Quiesce_start(MPI_Comm comm, MPI_Info *info);
OMPI_DECLSPEC      77 ompi/mpiext/cr/c/mpiext_cr_c.h OMPI_DECLSPEC int OMPI_CR_Quiesce_checkpoint(MPI_Comm comm, char **handle, int *seq, MPI_Info *info);
OMPI_DECLSPEC      83 ompi/mpiext/cr/c/mpiext_cr_c.h OMPI_DECLSPEC int OMPI_CR_Quiesce_end(MPI_Comm comm, MPI_Info *info);
OMPI_DECLSPEC      19 ompi/mpiext/example/c/mpiext_example_c.h OMPI_DECLSPEC extern int OMPI_Example_global;
OMPI_DECLSPEC      21 ompi/mpiext/example/c/mpiext_example_c.h OMPI_DECLSPEC int OMPI_Progress(int count, MPI_Comm comm);
OMPI_DECLSPEC      34 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c OMPI_DECLSPEC void OMPI_Progress_f(MPI_Fint *count, MPI_Fint *comm, MPI_Fint *ierr);
OMPI_DECLSPEC      35 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c OMPI_DECLSPEC void OMPI_PROGRESS(MPI_Fint *count, MPI_Fint *comm, MPI_Fint *ierr);
OMPI_DECLSPEC      36 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c OMPI_DECLSPEC void ompi_progress(MPI_Fint *count, MPI_Fint *comm, MPI_Fint *ierr);
OMPI_DECLSPEC      37 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c OMPI_DECLSPEC void ompi_progress_(MPI_Fint *count, MPI_Fint *comm, MPI_Fint *ierr);
OMPI_DECLSPEC      38 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c OMPI_DECLSPEC void ompi_progress__(MPI_Fint *count, MPI_Fint *comm, MPI_Fint *ierr);
OMPI_DECLSPEC      10 ompi/mpiext/mpiext.h OMPI_DECLSPEC int ompi_mpiext_init(void);
OMPI_DECLSPEC      11 ompi/mpiext/mpiext.h OMPI_DECLSPEC int ompi_mpiext_fini(void);
OMPI_DECLSPEC      13 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Allgather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      14 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Allgatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      15 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Allreduce_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      16 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Alltoall_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      17 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Alltoallv_init(const void *sendbuf, const int sendcounts[], const int sdispls[], MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      18 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Alltoallw_init(const void *sendbuf, const int sendcounts[], const int sdispls[], const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], const int rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      19 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Barrier_init(MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      20 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Bcast_init(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      21 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Exscan_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      22 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Gather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      23 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Gatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      24 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Reduce_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      25 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Reduce_scatter_init(const void *sendbuf, void *recvbuf, const int recvcounts[], MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      26 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Reduce_scatter_block_init(const void *sendbuf, void *recvbuf, int recvcount, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      27 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Scan_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      28 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Scatter_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      29 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Scatterv_init(const void *sendbuf, const int sendcounts[], const int displs[], MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      31 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Neighbor_allgather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      32 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Neighbor_allgatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      33 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Neighbor_alltoall_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      34 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Neighbor_alltoallv_init(const void *sendbuf, const int sendcounts[], const int sdispls[], MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      35 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Neighbor_alltoallw_init(const void *sendbuf, const int sendcounts[], const MPI_Aint sdispls[], const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], const MPI_Aint rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      40 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Allgather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      41 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Allgatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      42 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Allreduce_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      43 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Alltoall_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      44 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Alltoallv_init(const void *sendbuf, const int sendcounts[], const int sdispls[], MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      45 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Alltoallw_init(const void *sendbuf, const int sendcounts[], const int sdispls[], const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], const int rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      46 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Barrier_init(MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      47 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Bcast_init(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      48 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Exscan_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      49 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Gather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      50 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Gatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      51 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Reduce_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      52 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Reduce_scatter_init(const void *sendbuf, void *recvbuf, const int recvcounts[], MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      53 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Reduce_scatter_block_init(const void *sendbuf, void *recvbuf, int recvcount, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      54 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Scan_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      55 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Scatter_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      56 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Scatterv_init(const void *sendbuf, const int sendcounts[], const int displs[], MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      58 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Neighbor_allgather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      59 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Neighbor_allgatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      60 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Neighbor_alltoall_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      61 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Neighbor_alltoallv_init(const void *sendbuf, const int sendcounts[], const int sdispls[], MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      62 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Neighbor_alltoallw_init(const void *sendbuf, const int sendcounts[], const MPI_Aint sdispls[], const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], const MPI_Aint rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm, MPI_Info info, MPI_Request *request);
OMPI_DECLSPEC      63 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h     OMPI_DECLSPEC ret o##lower_name##_f args;              \
OMPI_DECLSPEC      65 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h     OMPI_DECLSPEC ret lower_name args;                     \
OMPI_DECLSPEC      66 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h     OMPI_DECLSPEC ret lower_name##_ args;                  \
OMPI_DECLSPEC      67 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h     OMPI_DECLSPEC ret lower_name##__ args;                 \
OMPI_DECLSPEC      68 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h     OMPI_DECLSPEC ret upper_name args;                     \
OMPI_DECLSPEC      70 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h     OMPI_DECLSPEC ret mixed_name##_f08 args;               \
OMPI_DECLSPEC      71 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h     OMPI_DECLSPEC ret mixed_name##_f args;                 \
OMPI_DECLSPEC      73 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h     OMPI_DECLSPEC ret po##lower_name##_f args;             \
OMPI_DECLSPEC      75 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h     OMPI_DECLSPEC ret p##lower_name args;                  \
OMPI_DECLSPEC      76 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h     OMPI_DECLSPEC ret p##lower_name##_ args;               \
OMPI_DECLSPEC      77 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h     OMPI_DECLSPEC ret p##lower_name##__ args;              \
OMPI_DECLSPEC      78 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h     OMPI_DECLSPEC ret P##upper_name args;                  \
OMPI_DECLSPEC      80 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h     OMPI_DECLSPEC ret P##mixed_name##_f08 args;            \
OMPI_DECLSPEC      81 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h     OMPI_DECLSPEC ret P##mixed_name##_f args
OMPI_DECLSPEC     201 ompi/op/op.h   OMPI_DECLSPEC OBJ_CLASS_DECLARATION(ompi_op_t);
OMPI_DECLSPEC     246 ompi/op/op.h   OMPI_DECLSPEC extern int ompi_op_ddt_map[OMPI_DATATYPE_MAX_PREDEFINED];
OMPI_DECLSPEC     251 ompi/op/op.h   OMPI_DECLSPEC extern ompi_predefined_op_t ompi_mpi_op_null;
OMPI_DECLSPEC     252 ompi/op/op.h   OMPI_DECLSPEC extern ompi_predefined_op_t *ompi_mpi_op_null_addr;
OMPI_DECLSPEC     257 ompi/op/op.h   OMPI_DECLSPEC extern ompi_predefined_op_t ompi_mpi_op_max;
OMPI_DECLSPEC     258 ompi/op/op.h   OMPI_DECLSPEC extern ompi_predefined_op_t *ompi_mpi_op_max_addr;
OMPI_DECLSPEC     263 ompi/op/op.h   OMPI_DECLSPEC extern ompi_predefined_op_t ompi_mpi_op_min;
OMPI_DECLSPEC     264 ompi/op/op.h   OMPI_DECLSPEC extern ompi_predefined_op_t *ompi_mpi_op_min_addr;
OMPI_DECLSPEC     269 ompi/op/op.h   OMPI_DECLSPEC extern ompi_predefined_op_t ompi_mpi_op_sum;
OMPI_DECLSPEC     270 ompi/op/op.h   OMPI_DECLSPEC extern ompi_predefined_op_t *ompi_mpi_op_sum_addr;
OMPI_DECLSPEC     275 ompi/op/op.h   OMPI_DECLSPEC extern ompi_predefined_op_t ompi_mpi_op_prod;
OMPI_DECLSPEC     276 ompi/op/op.h   OMPI_DECLSPEC extern ompi_predefined_op_t *ompi_mpi_op_prod_addr;
OMPI_DECLSPEC     281 ompi/op/op.h   OMPI_DECLSPEC extern ompi_predefined_op_t ompi_mpi_op_land;
OMPI_DECLSPEC     282 ompi/op/op.h   OMPI_DECLSPEC extern ompi_predefined_op_t *ompi_mpi_op_land_addr;
OMPI_DECLSPEC     287 ompi/op/op.h   OMPI_DECLSPEC extern ompi_predefined_op_t ompi_mpi_op_band;
OMPI_DECLSPEC     288 ompi/op/op.h   OMPI_DECLSPEC extern ompi_predefined_op_t *ompi_mpi_op_band_addr;
OMPI_DECLSPEC     293 ompi/op/op.h   OMPI_DECLSPEC extern ompi_predefined_op_t ompi_mpi_op_lor;
OMPI_DECLSPEC     294 ompi/op/op.h   OMPI_DECLSPEC extern ompi_predefined_op_t *ompi_mpi_op_lor_addr;
OMPI_DECLSPEC     299 ompi/op/op.h   OMPI_DECLSPEC extern ompi_predefined_op_t ompi_mpi_op_bor;
OMPI_DECLSPEC     300 ompi/op/op.h   OMPI_DECLSPEC extern ompi_predefined_op_t *ompi_mpi_op_bor_addr;
OMPI_DECLSPEC     305 ompi/op/op.h   OMPI_DECLSPEC extern ompi_predefined_op_t ompi_mpi_op_lxor;
OMPI_DECLSPEC     306 ompi/op/op.h   OMPI_DECLSPEC extern ompi_predefined_op_t *ompi_mpi_op_lxor_addr;
OMPI_DECLSPEC     311 ompi/op/op.h   OMPI_DECLSPEC extern ompi_predefined_op_t ompi_mpi_op_bxor;
OMPI_DECLSPEC     312 ompi/op/op.h   OMPI_DECLSPEC extern ompi_predefined_op_t *ompi_mpi_op_bxor_addr;
OMPI_DECLSPEC     317 ompi/op/op.h   OMPI_DECLSPEC extern ompi_predefined_op_t ompi_mpi_op_maxloc;
OMPI_DECLSPEC     318 ompi/op/op.h   OMPI_DECLSPEC extern ompi_predefined_op_t *ompi_mpi_op_maxloc_addr;
OMPI_DECLSPEC     323 ompi/op/op.h   OMPI_DECLSPEC extern ompi_predefined_op_t ompi_mpi_op_minloc;
OMPI_DECLSPEC     324 ompi/op/op.h   OMPI_DECLSPEC extern ompi_predefined_op_t *ompi_mpi_op_minloc_addr;
OMPI_DECLSPEC     329 ompi/op/op.h   OMPI_DECLSPEC extern ompi_predefined_op_t ompi_mpi_op_replace;
OMPI_DECLSPEC     330 ompi/op/op.h   OMPI_DECLSPEC extern ompi_predefined_op_t *ompi_mpi_op_replace_addr;
OMPI_DECLSPEC     335 ompi/op/op.h   OMPI_DECLSPEC extern ompi_predefined_op_t ompi_mpi_op_no_op;
OMPI_DECLSPEC     401 ompi/op/op.h   OMPI_DECLSPEC void ompi_op_set_cxx_callback(ompi_op_t * op,
OMPI_DECLSPEC     408 ompi/op/op.h   OMPI_DECLSPEC void ompi_op_set_java_callback(ompi_op_t *op,  void *jnienv,
OMPI_DECLSPEC      31 ompi/patterns/comm/allgather.c OMPI_DECLSPEC int ompi_comm_allgather_pml(void *src_buf, void *dest_buf, int count,
OMPI_DECLSPEC      33 ompi/patterns/comm/allreduce.c OMPI_DECLSPEC int ompi_comm_allreduce_pml(void *sbuf, void *rbuf, int count,
OMPI_DECLSPEC      33 ompi/patterns/comm/bcast.c OMPI_DECLSPEC int ompi_comm_bcast_pml(void *buffer, int root, int count,
OMPI_DECLSPEC      30 ompi/patterns/comm/coll_ops.h OMPI_DECLSPEC int ompi_comm_allgather_pml(void *src_buf, void *dest_buf, int count,
OMPI_DECLSPEC      33 ompi/patterns/comm/coll_ops.h OMPI_DECLSPEC int ompi_comm_allreduce_pml(void *sbuf, void *rbuf, int count,
OMPI_DECLSPEC      37 ompi/patterns/comm/coll_ops.h OMPI_DECLSPEC int ompi_comm_bcast_pml(void *buffer, int root, int count,
OMPI_DECLSPEC      29 ompi/patterns/net/netpatterns.h OMPI_DECLSPEC extern int ompi_netpatterns_base_err(const char*, ...) __opal_attribute_format__(__printf__, 1, 2);
OMPI_DECLSPEC     125 ompi/patterns/net/netpatterns.h OMPI_DECLSPEC int ompi_netpatterns_init(void);
OMPI_DECLSPEC     128 ompi/patterns/net/netpatterns.h OMPI_DECLSPEC int ompi_netpatterns_setup_narray_tree(int tree_order, int my_rank, int num_nodes,
OMPI_DECLSPEC     131 ompi/patterns/net/netpatterns.h OMPI_DECLSPEC int ompi_netpatterns_setup_narray_knomial_tree( int tree_order, int my_rank, int num_nodes,
OMPI_DECLSPEC     134 ompi/patterns/net/netpatterns.h OMPI_DECLSPEC void ompi_netpatterns_cleanup_narray_knomial_tree (netpatterns_narray_knomial_tree_node_t *my_node);
OMPI_DECLSPEC     139 ompi/patterns/net/netpatterns.h OMPI_DECLSPEC int ompi_netpatterns_setup_multinomial_tree(int tree_order, int num_nodes,
OMPI_DECLSPEC     142 ompi/patterns/net/netpatterns.h OMPI_DECLSPEC int ompi_netpatterns_setup_narray_tree_contigous_ranks(int tree_order,
OMPI_DECLSPEC     149 ompi/patterns/net/netpatterns.h OMPI_DECLSPEC int ompi_roundup_to_power_radix( int radix, int size, int *n_lvls );
OMPI_DECLSPEC      37 ompi/patterns/net/netpatterns_knomial_tree.c OMPI_DECLSPEC int ompi_netpatterns_setup_recursive_knomial_allgather_tree_node(
OMPI_DECLSPEC     508 ompi/patterns/net/netpatterns_knomial_tree.c OMPI_DECLSPEC void ompi_netpatterns_cleanup_recursive_knomial_allgather_tree_node(
OMPI_DECLSPEC     535 ompi/patterns/net/netpatterns_knomial_tree.c OMPI_DECLSPEC int ompi_netpatterns_setup_recursive_knomial_tree_node(
OMPI_DECLSPEC     679 ompi/patterns/net/netpatterns_knomial_tree.c OMPI_DECLSPEC void ompi_netpatterns_cleanup_recursive_knomial_tree_node(
OMPI_DECLSPEC     701 ompi/patterns/net/netpatterns_knomial_tree.c OMPI_DECLSPEC int ompi_netpatterns_setup_recursive_doubling_n_tree_node(int num_nodes, int node_rank, int tree_order,
OMPI_DECLSPEC     842 ompi/patterns/net/netpatterns_knomial_tree.c OMPI_DECLSPEC void ompi_netpatterns_cleanup_recursive_doubling_tree_node(
OMPI_DECLSPEC     856 ompi/patterns/net/netpatterns_knomial_tree.c OMPI_DECLSPEC int ompi_netpatterns_setup_recursive_doubling_tree_node(int num_nodes, int node_rank,
OMPI_DECLSPEC     864 ompi/patterns/net/netpatterns_knomial_tree.c OMPI_DECLSPEC int ompi_netpatterns_setup_recursive_doubling_n_tree_node(int num_nodes, int node_rank,int tree_order,
OMPI_DECLSPEC     114 ompi/patterns/net/netpatterns_knomial_tree.h OMPI_DECLSPEC int ompi_netpatterns_setup_recursive_doubling_n_tree_node(int num_nodes, int node_rank, int tree_order,
OMPI_DECLSPEC     117 ompi/patterns/net/netpatterns_knomial_tree.h OMPI_DECLSPEC void ompi_netpatterns_cleanup_recursive_doubling_tree_node(
OMPI_DECLSPEC     120 ompi/patterns/net/netpatterns_knomial_tree.h OMPI_DECLSPEC int ompi_netpatterns_setup_recursive_doubling_tree_node(int num_nodes, int node_rank,
OMPI_DECLSPEC     123 ompi/patterns/net/netpatterns_knomial_tree.h OMPI_DECLSPEC int ompi_netpatterns_setup_recursive_knomial_tree_node(
OMPI_DECLSPEC     127 ompi/patterns/net/netpatterns_knomial_tree.h OMPI_DECLSPEC void ompi_netpatterns_cleanup_recursive_knomial_tree_node(
OMPI_DECLSPEC     130 ompi/patterns/net/netpatterns_knomial_tree.h OMPI_DECLSPEC int ompi_netpatterns_setup_recursive_knomial_allgather_tree_node(
OMPI_DECLSPEC     134 ompi/patterns/net/netpatterns_knomial_tree.h OMPI_DECLSPEC void ompi_netpatterns_cleanup_recursive_knomial_allgather_tree_node(
OMPI_DECLSPEC      30 ompi/patterns/net/netpatterns_multinomial_tree.c OMPI_DECLSPEC int ompi_netpatterns_setup_multinomial_tree(int tree_order, int num_nodes,
OMPI_DECLSPEC     434 ompi/patterns/net/netpatterns_nary_tree.c OMPI_DECLSPEC int ompi_netpatterns_setup_narray_tree_contigous_ranks(
OMPI_DECLSPEC      28 ompi/peruse/peruse-internal.h OMPI_DECLSPEC OBJ_CLASS_DECLARATION(ompi_peruse_t);
OMPI_DECLSPEC      44 ompi/peruse/peruse-internal.h OMPI_DECLSPEC OBJ_CLASS_DECLARATION(ompi_peruse_handle_t);
OMPI_DECLSPEC     100 ompi/peruse/peruse.h OMPI_DECLSPEC int PERUSE_Init( void );
OMPI_DECLSPEC     103 ompi/peruse/peruse.h OMPI_DECLSPEC int PERUSE_Query_supported_events( int* num_supported,
OMPI_DECLSPEC     108 ompi/peruse/peruse.h OMPI_DECLSPEC int PERUSE_Query_event( const char* event_name, int* event );
OMPI_DECLSPEC     111 ompi/peruse/peruse.h OMPI_DECLSPEC int PERUSE_Query_event_name( int event, char** event_name );
OMPI_DECLSPEC     114 ompi/peruse/peruse.h OMPI_DECLSPEC int PERUSE_Query_environment( int* env_size, char*** env );
OMPI_DECLSPEC     117 ompi/peruse/peruse.h OMPI_DECLSPEC int PERUSE_Query_queue_event_scope( int* scope );
OMPI_DECLSPEC     123 ompi/peruse/peruse.h OMPI_DECLSPEC int PERUSE_Event_comm_register( int                       event,
OMPI_DECLSPEC     130 ompi/peruse/peruse.h OMPI_DECLSPEC int PERUSE_Event_activate( peruse_event_h event_h );
OMPI_DECLSPEC     133 ompi/peruse/peruse.h OMPI_DECLSPEC int PERUSE_Event_deactivate( peruse_event_h event_h );
OMPI_DECLSPEC     136 ompi/peruse/peruse.h OMPI_DECLSPEC int PERUSE_Event_release( peruse_event_h* event_h );
OMPI_DECLSPEC     139 ompi/peruse/peruse.h OMPI_DECLSPEC int PERUSE_Event_comm_callback_set( peruse_event_h            event_h,
OMPI_DECLSPEC     144 ompi/peruse/peruse.h OMPI_DECLSPEC int PERUSE_Event_comm_callback_get( peruse_event_h            event_h,
OMPI_DECLSPEC     149 ompi/peruse/peruse.h OMPI_DECLSPEC int PERUSE_Event_get( peruse_event_h event_h, int* event );
OMPI_DECLSPEC     152 ompi/peruse/peruse.h OMPI_DECLSPEC int PERUSE_Event_object_get( peruse_event_h event_h, void** mpi_object );
OMPI_DECLSPEC     155 ompi/peruse/peruse.h OMPI_DECLSPEC int PERUSE_Event_propagate( peruse_event_h event_h, int mode );
OMPI_DECLSPEC      92 ompi/proc/proc.h OMPI_DECLSPEC extern ompi_proc_t* ompi_proc_local_proc;
OMPI_DECLSPEC      93 ompi/proc/proc.h OMPI_DECLSPEC extern opal_list_t  ompi_proc_list;
OMPI_DECLSPEC     116 ompi/proc/proc.h OMPI_DECLSPEC int ompi_proc_init(void);
OMPI_DECLSPEC     126 ompi/proc/proc.h OMPI_DECLSPEC int ompi_proc_complete_init(void);
OMPI_DECLSPEC     138 ompi/proc/proc.h OMPI_DECLSPEC int ompi_proc_complete_init_single(ompi_proc_t* proc);
OMPI_DECLSPEC     149 ompi/proc/proc.h OMPI_DECLSPEC int ompi_proc_finalize(void);
OMPI_DECLSPEC     173 ompi/proc/proc.h OMPI_DECLSPEC ompi_proc_t** ompi_proc_world(size_t* size);
OMPI_DECLSPEC     184 ompi/proc/proc.h OMPI_DECLSPEC int ompi_proc_world_size (void);
OMPI_DECLSPEC     204 ompi/proc/proc.h OMPI_DECLSPEC ompi_proc_t **ompi_proc_get_allocated (size_t *size);
OMPI_DECLSPEC     224 ompi/proc/proc.h OMPI_DECLSPEC ompi_proc_t** ompi_proc_all(size_t* size);
OMPI_DECLSPEC     243 ompi/proc/proc.h OMPI_DECLSPEC ompi_proc_t** ompi_proc_self(size_t* size);
OMPI_DECLSPEC     272 ompi/proc/proc.h OMPI_DECLSPEC ompi_proc_t * ompi_proc_find ( const ompi_process_name_t* name );
OMPI_DECLSPEC     274 ompi/proc/proc.h OMPI_DECLSPEC ompi_proc_t * ompi_proc_find_and_add(const ompi_process_name_t * name, bool* isnew);
OMPI_DECLSPEC     294 ompi/proc/proc.h OMPI_DECLSPEC int ompi_proc_pack(ompi_proc_t **proclist,
OMPI_DECLSPEC     338 ompi/proc/proc.h OMPI_DECLSPEC int ompi_proc_unpack(opal_buffer_t *buf,
OMPI_DECLSPEC     357 ompi/proc/proc.h OMPI_DECLSPEC int ompi_proc_refresh(void);
OMPI_DECLSPEC     374 ompi/proc/proc.h OMPI_DECLSPEC opal_proc_t *ompi_proc_for_name (const opal_process_name_t proc_name);
OMPI_DECLSPEC     377 ompi/proc/proc.h OMPI_DECLSPEC opal_proc_t *ompi_proc_lookup (const opal_process_name_t proc_name);
OMPI_DECLSPEC      29 ompi/request/grequest.h OMPI_DECLSPEC OBJ_CLASS_DECLARATION(ompi_grequest_t);
OMPI_DECLSPEC     116 ompi/request/grequest.h OMPI_DECLSPEC int ompi_grequest_start(
OMPI_DECLSPEC     126 ompi/request/grequest.h OMPI_DECLSPEC int ompi_grequest_complete(ompi_request_t *req);
OMPI_DECLSPEC     131 ompi/request/grequest.h OMPI_DECLSPEC int ompi_grequest_invoke_query(ompi_request_t *request,
OMPI_DECLSPEC      33 ompi/request/grequestx.h OMPI_DECLSPEC int ompi_grequestx_start(
OMPI_DECLSPEC      41 ompi/request/grequestx.h OMPI_DECLSPEC int ompi_grequestx_class_create(
OMPI_DECLSPEC      49 ompi/request/grequestx.h OMPI_DECLSPEC int ompi_grequestx_class_allocate(
OMPI_DECLSPEC      47 ompi/request/request.h OMPI_DECLSPEC OBJ_CLASS_DECLARATION(ompi_request_t);
OMPI_DECLSPEC     340 ompi/request/request.h OMPI_DECLSPEC extern opal_pointer_array_t   ompi_request_f_to_c_table;
OMPI_DECLSPEC     341 ompi/request/request.h OMPI_DECLSPEC extern ompi_predefined_request_t        ompi_request_null;
OMPI_DECLSPEC     342 ompi/request/request.h OMPI_DECLSPEC extern ompi_predefined_request_t        *ompi_request_null_addr;
OMPI_DECLSPEC     343 ompi/request/request.h OMPI_DECLSPEC extern ompi_request_t         ompi_request_empty;
OMPI_DECLSPEC     344 ompi/request/request.h OMPI_DECLSPEC extern ompi_status_public_t   ompi_status_empty;
OMPI_DECLSPEC     345 ompi/request/request.h OMPI_DECLSPEC extern ompi_request_fns_t     ompi_request_functions;
OMPI_DECLSPEC      53 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern opal_mutex_t ompi_mpi_bootstrap_mutex;
OMPI_DECLSPEC      55 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern opal_atomic_int32_t ompi_mpi_state;
OMPI_DECLSPEC      57 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern volatile bool ompi_rte_initialized;
OMPI_DECLSPEC      60 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern bool ompi_mpi_thread_multiple;
OMPI_DECLSPEC      62 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern int ompi_mpi_thread_requested;
OMPI_DECLSPEC      64 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern int ompi_mpi_thread_provided;
OMPI_DECLSPEC      66 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern struct opal_thread_t *ompi_mpi_main_thread;
OMPI_DECLSPEC      97 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern struct ompi_predefined_datatype_t *ompi_mpi_character_addr;
OMPI_DECLSPEC      98 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern struct ompi_predefined_datatype_t *ompi_mpi_logical_addr;
OMPI_DECLSPEC      99 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern struct ompi_predefined_datatype_t *ompi_mpi_logical1_addr;
OMPI_DECLSPEC     100 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern struct ompi_predefined_datatype_t *ompi_mpi_logical2_addr;
OMPI_DECLSPEC     101 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern struct ompi_predefined_datatype_t *ompi_mpi_logical4_addr;
OMPI_DECLSPEC     102 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern struct ompi_predefined_datatype_t *ompi_mpi_logical8_addr;
OMPI_DECLSPEC     103 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern struct ompi_predefined_datatype_t *ompi_mpi_integer_addr;
OMPI_DECLSPEC     104 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern struct ompi_predefined_datatype_t *ompi_mpi_integer1_addr;
OMPI_DECLSPEC     105 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern struct ompi_predefined_datatype_t *ompi_mpi_integer2_addr;
OMPI_DECLSPEC     106 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern struct ompi_predefined_datatype_t *ompi_mpi_integer4_addr;
OMPI_DECLSPEC     107 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern struct ompi_predefined_datatype_t *ompi_mpi_integer8_addr;
OMPI_DECLSPEC     108 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern struct ompi_predefined_datatype_t *ompi_mpi_integer16_addr;
OMPI_DECLSPEC     109 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern struct ompi_predefined_datatype_t *ompi_mpi_real_addr;
OMPI_DECLSPEC     110 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern struct ompi_predefined_datatype_t *ompi_mpi_real2_addr;
OMPI_DECLSPEC     111 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern struct ompi_predefined_datatype_t *ompi_mpi_real4_addr;
OMPI_DECLSPEC     112 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern struct ompi_predefined_datatype_t *ompi_mpi_real8_addr;
OMPI_DECLSPEC     113 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern struct ompi_predefined_datatype_t *ompi_mpi_real16_addr;
OMPI_DECLSPEC     114 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern struct ompi_predefined_datatype_t *ompi_mpi_dblprec_addr;
OMPI_DECLSPEC     115 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern struct ompi_predefined_datatype_t *ompi_mpi_cplex_addr;
OMPI_DECLSPEC     116 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern struct ompi_predefined_datatype_t *ompi_mpi_complex4_addr;
OMPI_DECLSPEC     117 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern struct ompi_predefined_datatype_t *ompi_mpi_complex8_addr;
OMPI_DECLSPEC     118 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern struct ompi_predefined_datatype_t *ompi_mpi_complex16_addr;
OMPI_DECLSPEC     119 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern struct ompi_predefined_datatype_t *ompi_mpi_complex32_addr;
OMPI_DECLSPEC     120 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern struct ompi_predefined_datatype_t *ompi_mpi_dblcplex_addr;
OMPI_DECLSPEC     121 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern struct ompi_predefined_datatype_t *ompi_mpi_2real_addr;
OMPI_DECLSPEC     122 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern struct ompi_predefined_datatype_t *ompi_mpi_2dblprec_addr;
OMPI_DECLSPEC     123 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern struct ompi_predefined_datatype_t *ompi_mpi_2integer_addr;
OMPI_DECLSPEC     125 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern struct ompi_status_public_t *ompi_mpi_status_ignore_addr;
OMPI_DECLSPEC     126 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern struct ompi_status_public_t *ompi_mpi_statuses_ignore_addr;
OMPI_DECLSPEC     152 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern opal_list_t ompi_registered_datareps;
OMPI_DECLSPEC     164 ompi/runtime/mpiruntime.h OMPI_DECLSPEC extern const char ompi_version_string[];
OMPI_DECLSPEC     211 ompi/runtime/mpiruntime.h OMPI_DECLSPEC int ompi_mpi_abort(struct ompi_communicator_t* comm,
OMPI_DECLSPEC      71 ompi/runtime/ompi_cr.c OMPI_DECLSPEC int MPIR_checkpointable = 0;
OMPI_DECLSPEC      72 ompi/runtime/ompi_cr.c OMPI_DECLSPEC char * MPIR_controller_hostname = NULL;
OMPI_DECLSPEC      73 ompi/runtime/ompi_cr.c OMPI_DECLSPEC char * MPIR_checkpoint_command  = NULL;
OMPI_DECLSPEC      74 ompi/runtime/ompi_cr.c OMPI_DECLSPEC char * MPIR_restart_command     = NULL;
OMPI_DECLSPEC      75 ompi/runtime/ompi_cr.c OMPI_DECLSPEC char * MPIR_checkpoint_listing_command  = NULL;
OMPI_DECLSPEC      38 ompi/runtime/ompi_cr.h     OMPI_DECLSPEC int ompi_cr_init(void);
OMPI_DECLSPEC      43 ompi/runtime/ompi_cr.h     OMPI_DECLSPEC int ompi_cr_finalize(void);
OMPI_DECLSPEC      48 ompi/runtime/ompi_cr.h     OMPI_DECLSPEC int ompi_cr_coord(int state);
OMPI_DECLSPEC      53 ompi/runtime/ompi_cr.h     OMPI_DECLSPEC extern int ompi_cr_output;
OMPI_DECLSPEC      56 ompi/runtime/ompi_cr.h     OMPI_DECLSPEC extern int    MPIR_checkpointable;
OMPI_DECLSPEC      57 ompi/runtime/ompi_cr.h     OMPI_DECLSPEC extern char * MPIR_controller_hostname;
OMPI_DECLSPEC      58 ompi/runtime/ompi_cr.h     OMPI_DECLSPEC extern char * MPIR_checkpoint_command;
OMPI_DECLSPEC      59 ompi/runtime/ompi_cr.h     OMPI_DECLSPEC extern char * MPIR_restart_command;
OMPI_DECLSPEC      60 ompi/runtime/ompi_cr.h     OMPI_DECLSPEC extern char * MPIR_checkpoint_listing_command;
OMPI_DECLSPEC      28 ompi/runtime/ompi_info_support.h OMPI_DECLSPEC void  ompi_info_register_types(opal_pointer_array_t *mca_types);
OMPI_DECLSPEC      30 ompi/runtime/ompi_info_support.h OMPI_DECLSPEC int ompi_info_register_framework_params(opal_pointer_array_t *component_map);
OMPI_DECLSPEC      32 ompi/runtime/ompi_info_support.h OMPI_DECLSPEC void  ompi_info_close_components(void);
OMPI_DECLSPEC      34 ompi/runtime/ompi_info_support.h OMPI_DECLSPEC void ompi_info_show_ompi_version(const char *scope);
OMPI_DECLSPEC      23 ompi/runtime/ompi_spc.c OMPI_DECLSPEC int mpi_t_offset = -1;
OMPI_DECLSPEC      24 ompi/runtime/ompi_spc.c OMPI_DECLSPEC bool mpi_t_enabled = false;
OMPI_DECLSPEC      52 ompi/runtime/params.h OMPI_DECLSPEC extern bool ompi_mpi_param_check;
OMPI_DECLSPEC      62 ompi/runtime/params.h OMPI_DECLSPEC extern bool ompi_debug_show_handle_leaks;
OMPI_DECLSPEC      72 ompi/runtime/params.h OMPI_DECLSPEC extern int ompi_debug_show_mpi_alloc_mem_leaks;
OMPI_DECLSPEC      83 ompi/runtime/params.h OMPI_DECLSPEC extern bool ompi_debug_no_free_handles;
OMPI_DECLSPEC      91 ompi/runtime/params.h OMPI_DECLSPEC extern bool ompi_mpi_show_mca_params;
OMPI_DECLSPEC      99 ompi/runtime/params.h OMPI_DECLSPEC extern char * ompi_mpi_show_mca_params_file;
OMPI_DECLSPEC     104 ompi/runtime/params.h OMPI_DECLSPEC extern bool ompi_mpi_abort_print_stack;
OMPI_DECLSPEC     115 ompi/runtime/params.h OMPI_DECLSPEC extern int ompi_mpi_abort_delay;
OMPI_DECLSPEC     120 ompi/runtime/params.h OMPI_DECLSPEC extern bool ompi_have_sparse_group_storage;
OMPI_DECLSPEC     125 ompi/runtime/params.h OMPI_DECLSPEC extern bool ompi_use_sparse_group_storage;
OMPI_DECLSPEC     130 ompi/runtime/params.h OMPI_DECLSPEC extern uint32_t ompi_add_procs_cutoff;
OMPI_DECLSPEC     136 ompi/runtime/params.h OMPI_DECLSPEC extern bool ompi_mpi_dynamics_enabled;
OMPI_DECLSPEC     139 ompi/runtime/params.h OMPI_DECLSPEC extern bool ompi_async_mpi_init;
OMPI_DECLSPEC     142 ompi/runtime/params.h OMPI_DECLSPEC extern bool ompi_async_mpi_finalize;
OMPI_DECLSPEC     149 ompi/runtime/params.h OMPI_DECLSPEC extern char * ompi_mpi_spc_attach_string;
OMPI_DECLSPEC     155 ompi/runtime/params.h OMPI_DECLSPEC extern bool ompi_mpi_spc_dump_enabled;
OMPI_DECLSPEC     166 ompi/runtime/params.h OMPI_DECLSPEC int ompi_mpi_register_params(void);
OMPI_DECLSPEC      72 ompi/win/win.h OMPI_DECLSPEC extern mca_base_var_enum_t *ompi_win_accumulate_ops;
OMPI_DECLSPEC      73 ompi/win/win.h OMPI_DECLSPEC extern mca_base_var_enum_flag_t *ompi_win_accumulate_order;
OMPI_DECLSPEC      75 ompi/win/win.h OMPI_DECLSPEC extern opal_pointer_array_t ompi_mpi_windows;
OMPI_DECLSPEC     115 ompi/win/win.h OMPI_DECLSPEC OBJ_CLASS_DECLARATION(ompi_win_t);
OMPI_DECLSPEC     130 ompi/win/win.h OMPI_DECLSPEC extern ompi_predefined_win_t ompi_mpi_win_null;
OMPI_DECLSPEC     131 ompi/win/win.h OMPI_DECLSPEC extern ompi_predefined_win_t *ompi_mpi_win_null_addr;
OMPI_DECLSPEC     147 ompi/win/win.h OMPI_DECLSPEC int ompi_win_set_name(ompi_win_t *win, const char *win_name);
OMPI_DECLSPEC     148 ompi/win/win.h OMPI_DECLSPEC int ompi_win_get_name(ompi_win_t *win, char *win_name, int *length);
OMPI_DECLSPEC     150 ompi/win/win.h OMPI_DECLSPEC int ompi_win_group(ompi_win_t *win, ompi_group_t **group);