monolish
0.16.3
MONOlithic LInear equation Solvers for Highly-parallel architecture
|
Go to the source code of this file.
Typedefs | |
typedef struct ompi_communicator_t * | MPI_Comm |
typedef struct ompi_datatype_t * | MPI_Datatype |
typedef struct ompi_errhandler_t * | MPI_Errhandler |
typedef struct ompi_file_t * | MPI_File |
typedef struct ompi_group_t * | MPI_Group |
typedef struct ompi_info_t * | MPI_Info |
typedef struct ompi_message_t * | MPI_Message |
typedef struct ompi_op_t * | MPI_Op |
using | MPI_Request = int |
using | MPI_Status = int |
typedef struct ompi_mpit_cvar_handle_t * | MPI_T_cvar_handle |
typedef struct mca_base_var_enum_t * | MPI_T_enum |
typedef struct mca_base_pvar_handle_t * | MPI_T_pvar_handle |
typedef struct mca_base_pvar_session_t * | MPI_T_pvar_session |
typedef struct ompi_win_t * | MPI_Win |
Variables | |
OMPI_DECLSPEC struct ompi_predefined_op_t | ompi_mpi_op_band |
OMPI_DECLSPEC struct ompi_predefined_op_t | ompi_mpi_op_bor |
OMPI_DECLSPEC struct ompi_predefined_op_t | ompi_mpi_op_bxor |
OMPI_DECLSPEC struct ompi_predefined_op_t | ompi_mpi_op_land |
OMPI_DECLSPEC struct ompi_predefined_op_t | ompi_mpi_op_lor |
OMPI_DECLSPEC struct ompi_predefined_op_t | ompi_mpi_op_lxor |
OMPI_DECLSPEC struct ompi_predefined_op_t | ompi_mpi_op_max |
OMPI_DECLSPEC struct ompi_predefined_op_t | ompi_mpi_op_maxloc |
OMPI_DECLSPEC struct ompi_predefined_op_t | ompi_mpi_op_min |
OMPI_DECLSPEC struct ompi_predefined_op_t | ompi_mpi_op_minloc |
OMPI_DECLSPEC struct ompi_predefined_op_t | ompi_mpi_op_no_op |
OMPI_DECLSPEC struct ompi_predefined_op_t | ompi_mpi_op_null |
OMPI_DECLSPEC struct ompi_predefined_op_t | ompi_mpi_op_prod |
OMPI_DECLSPEC struct ompi_predefined_op_t | ompi_mpi_op_replace |
OMPI_DECLSPEC struct ompi_predefined_op_t | ompi_mpi_op_sum |
#define MPI_BAND OMPI_PREDEFINED_GLOBAL(MPI_Op, ompi_mpi_op_band) |
Definition at line 70 of file mpi_dummy.hpp.
#define MPI_BOR OMPI_PREDEFINED_GLOBAL(MPI_Op, ompi_mpi_op_bor) |
Definition at line 72 of file mpi_dummy.hpp.
#define MPI_BXOR OMPI_PREDEFINED_GLOBAL(MPI_Op, ompi_mpi_op_bxor) |
Definition at line 74 of file mpi_dummy.hpp.
#define MPI_LAND OMPI_PREDEFINED_GLOBAL(MPI_Op, ompi_mpi_op_land) |
Definition at line 69 of file mpi_dummy.hpp.
#define MPI_LOR OMPI_PREDEFINED_GLOBAL(MPI_Op, ompi_mpi_op_lor) |
Definition at line 71 of file mpi_dummy.hpp.
#define MPI_LXOR OMPI_PREDEFINED_GLOBAL(MPI_Op, ompi_mpi_op_lxor) |
Definition at line 73 of file mpi_dummy.hpp.
#define MPI_MAX OMPI_PREDEFINED_GLOBAL(MPI_Op, ompi_mpi_op_max) |
Definition at line 65 of file mpi_dummy.hpp.
#define MPI_MAXLOC OMPI_PREDEFINED_GLOBAL(MPI_Op, ompi_mpi_op_maxloc) |
Definition at line 75 of file mpi_dummy.hpp.
#define MPI_MIN OMPI_PREDEFINED_GLOBAL(MPI_Op, ompi_mpi_op_min) |
Definition at line 66 of file mpi_dummy.hpp.
#define MPI_MINLOC OMPI_PREDEFINED_GLOBAL(MPI_Op, ompi_mpi_op_minloc) |
Definition at line 76 of file mpi_dummy.hpp.
#define MPI_NO_OP OMPI_PREDEFINED_GLOBAL(MPI_Op, ompi_mpi_op_no_op) |
Definition at line 78 of file mpi_dummy.hpp.
#define MPI_PROD OMPI_PREDEFINED_GLOBAL(MPI_Op, ompi_mpi_op_prod) |
Definition at line 68 of file mpi_dummy.hpp.
#define MPI_REPLACE OMPI_PREDEFINED_GLOBAL(MPI_Op, ompi_mpi_op_replace) |
Definition at line 77 of file mpi_dummy.hpp.
#define MPI_SUM OMPI_PREDEFINED_GLOBAL(MPI_Op, ompi_mpi_op_sum) |
Definition at line 67 of file mpi_dummy.hpp.
#define OMPI_DECLSPEC |
Definition at line 16 of file mpi_dummy.hpp.
#define OMPI_MPI_H |
Definition at line 3 of file mpi_dummy.hpp.
#define OMPI_PREDEFINED_GLOBAL | ( | type, | |
global | |||
) | ((type)((void *)&(global))) |
Definition at line 59 of file mpi_dummy.hpp.
typedef struct ompi_communicator_t* MPI_Comm |
Definition at line 40 of file mpi_dummy.hpp.
typedef struct ompi_datatype_t* MPI_Datatype |
Definition at line 41 of file mpi_dummy.hpp.
typedef struct ompi_errhandler_t* MPI_Errhandler |
Definition at line 42 of file mpi_dummy.hpp.
typedef struct ompi_file_t* MPI_File |
Definition at line 43 of file mpi_dummy.hpp.
typedef struct ompi_group_t* MPI_Group |
Definition at line 44 of file mpi_dummy.hpp.
typedef struct ompi_info_t* MPI_Info |
Definition at line 45 of file mpi_dummy.hpp.
typedef struct ompi_message_t* MPI_Message |
Definition at line 47 of file mpi_dummy.hpp.
typedef struct ompi_op_t* MPI_Op |
Definition at line 46 of file mpi_dummy.hpp.
using MPI_Request = int |
Definition at line 38 of file mpi_dummy.hpp.
using MPI_Status = int |
Definition at line 37 of file mpi_dummy.hpp.
typedef struct ompi_mpit_cvar_handle_t* MPI_T_cvar_handle |
Definition at line 50 of file mpi_dummy.hpp.
typedef struct mca_base_var_enum_t* MPI_T_enum |
Definition at line 49 of file mpi_dummy.hpp.
typedef struct mca_base_pvar_handle_t* MPI_T_pvar_handle |
Definition at line 51 of file mpi_dummy.hpp.
typedef struct mca_base_pvar_session_t* MPI_T_pvar_session |
Definition at line 52 of file mpi_dummy.hpp.
typedef struct ompi_win_t* MPI_Win |
Definition at line 48 of file mpi_dummy.hpp.
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |