The visibility flags (and/or Windows friendly export) is now on for all BTLs.
This commit was SVN r11662.
Этот коммит содержится в:
родитель
37dfdb76eb
Коммит
a3ad4a7fc8
@ -75,9 +75,7 @@ struct mca_btl_gm_component_t {
|
|||||||
};
|
};
|
||||||
typedef struct mca_btl_gm_component_t mca_btl_gm_component_t;
|
typedef struct mca_btl_gm_component_t mca_btl_gm_component_t;
|
||||||
|
|
||||||
extern mca_btl_gm_component_t mca_btl_gm_component;
|
OMPI_MODULE_DECLSPEC extern mca_btl_gm_component_t mca_btl_gm_component;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* BTL Module Interface
|
* BTL Module Interface
|
||||||
|
@ -129,7 +129,7 @@ struct mca_btl_mvapi_component_t {
|
|||||||
uint32_t max_eager_rdma;
|
uint32_t max_eager_rdma;
|
||||||
}; typedef struct mca_btl_mvapi_component_t mca_btl_mvapi_component_t;
|
}; typedef struct mca_btl_mvapi_component_t mca_btl_mvapi_component_t;
|
||||||
|
|
||||||
extern mca_btl_mvapi_component_t mca_btl_mvapi_component;
|
OMPI_MODULE_DECLSPEC extern mca_btl_mvapi_component_t mca_btl_mvapi_component;
|
||||||
|
|
||||||
typedef mca_btl_base_recv_reg_t mca_btl_mvapi_recv_reg_t;
|
typedef mca_btl_base_recv_reg_t mca_btl_mvapi_recv_reg_t;
|
||||||
|
|
||||||
|
@ -91,7 +91,7 @@ struct mca_btl_mx_component_t {
|
|||||||
};
|
};
|
||||||
typedef struct mca_btl_mx_component_t mca_btl_mx_component_t;
|
typedef struct mca_btl_mx_component_t mca_btl_mx_component_t;
|
||||||
|
|
||||||
extern mca_btl_mx_component_t mca_btl_mx_component;
|
OMPI_MODULE_DECLSPEC extern mca_btl_mx_component_t mca_btl_mx_component;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* BTL Module Interface
|
* BTL Module Interface
|
||||||
|
@ -135,7 +135,7 @@ struct mca_btl_openib_component_t {
|
|||||||
bool warn_no_hca_params_found;
|
bool warn_no_hca_params_found;
|
||||||
}; typedef struct mca_btl_openib_component_t mca_btl_openib_component_t;
|
}; typedef struct mca_btl_openib_component_t mca_btl_openib_component_t;
|
||||||
|
|
||||||
extern mca_btl_openib_component_t mca_btl_openib_component;
|
OMPI_MODULE_DECLSPEC extern mca_btl_openib_component_t mca_btl_openib_component;
|
||||||
|
|
||||||
typedef mca_btl_base_recv_reg_t mca_btl_openib_recv_reg_t;
|
typedef mca_btl_base_recv_reg_t mca_btl_openib_recv_reg_t;
|
||||||
|
|
||||||
|
@ -211,7 +211,7 @@ int mca_btl_portals_get(struct mca_btl_base_module_t* btl_base,
|
|||||||
/*
|
/*
|
||||||
* global structures
|
* global structures
|
||||||
*/
|
*/
|
||||||
extern mca_btl_portals_component_t mca_btl_portals_component;
|
OMPI_MODULE_DECLSPEC extern mca_btl_portals_component_t mca_btl_portals_component;
|
||||||
extern mca_btl_portals_module_t mca_btl_portals_module;
|
extern mca_btl_portals_module_t mca_btl_portals_module;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -54,7 +54,7 @@ struct mca_btl_self_component_t {
|
|||||||
mca_btl_base_recv_reg_t self_reg[256];
|
mca_btl_base_recv_reg_t self_reg[256];
|
||||||
};
|
};
|
||||||
typedef struct mca_btl_self_component_t mca_btl_self_component_t;
|
typedef struct mca_btl_self_component_t mca_btl_self_component_t;
|
||||||
OMPI_DECLSPEC extern mca_btl_self_component_t mca_btl_self_component;
|
OMPI_MODULE_DECLSPEC extern mca_btl_self_component_t mca_btl_self_component;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Register shared memory module parameters with the MCA framework
|
* Register shared memory module parameters with the MCA framework
|
||||||
|
@ -142,7 +142,7 @@ struct mca_btl_sm_component_t {
|
|||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
typedef struct mca_btl_sm_component_t mca_btl_sm_component_t;
|
typedef struct mca_btl_sm_component_t mca_btl_sm_component_t;
|
||||||
OMPI_DECLSPEC extern mca_btl_sm_component_t mca_btl_sm_component;
|
OMPI_MODULE_DECLSPEC extern mca_btl_sm_component_t mca_btl_sm_component;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Register shared memory module parameters with the MCA framework
|
* Register shared memory module parameters with the MCA framework
|
||||||
|
@ -83,7 +83,7 @@ struct mca_btl_tcp_component_t {
|
|||||||
};
|
};
|
||||||
typedef struct mca_btl_tcp_component_t mca_btl_tcp_component_t;
|
typedef struct mca_btl_tcp_component_t mca_btl_tcp_component_t;
|
||||||
|
|
||||||
OMPI_DECLSPEC extern mca_btl_tcp_component_t mca_btl_tcp_component;
|
OMPI_MODULE_DECLSPEC extern mca_btl_tcp_component_t mca_btl_tcp_component;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* BTL Module Interface
|
* BTL Module Interface
|
||||||
|
@ -79,9 +79,7 @@ struct mca_btl_template_component_t {
|
|||||||
};
|
};
|
||||||
typedef struct mca_btl_template_component_t mca_btl_template_component_t;
|
typedef struct mca_btl_template_component_t mca_btl_template_component_t;
|
||||||
|
|
||||||
extern mca_btl_template_component_t mca_btl_template_component;
|
OMPI_MODULE_DECLSPEC extern mca_btl_template_component_t mca_btl_template_component;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* BTL Module Interface
|
* BTL Module Interface
|
||||||
|
@ -108,7 +108,7 @@ struct mca_btl_ud_component_t {
|
|||||||
|
|
||||||
}; typedef struct mca_btl_ud_component_t mca_btl_ud_component_t;
|
}; typedef struct mca_btl_ud_component_t mca_btl_ud_component_t;
|
||||||
|
|
||||||
extern mca_btl_ud_component_t mca_btl_ud_component;
|
OMPI_MODULE_DECLSPEC extern mca_btl_ud_component_t mca_btl_ud_component;
|
||||||
|
|
||||||
typedef mca_btl_base_recv_reg_t mca_btl_ud_recv_reg_t;
|
typedef mca_btl_base_recv_reg_t mca_btl_ud_recv_reg_t;
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@ struct mca_btl_udapl_component_t {
|
|||||||
};
|
};
|
||||||
typedef struct mca_btl_udapl_component_t mca_btl_udapl_component_t;
|
typedef struct mca_btl_udapl_component_t mca_btl_udapl_component_t;
|
||||||
|
|
||||||
extern mca_btl_udapl_component_t mca_btl_udapl_component;
|
OMPI_MODULE_DECLSPEC extern mca_btl_udapl_component_t mca_btl_udapl_component;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user