1
1

The visibility flags (and/or Windows friendly export) is now on for all BTLs.

This commit was SVN r11662.
Этот коммит содержится в:
George Bosilca 2006-09-14 22:19:39 +00:00
родитель 37dfdb76eb
Коммит a3ad4a7fc8
11 изменённых файлов: 11 добавлений и 15 удалений

Просмотреть файл

@ -75,9 +75,7 @@ struct 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

Просмотреть файл

@ -129,7 +129,7 @@ struct mca_btl_mvapi_component_t {
uint32_t max_eager_rdma;
}; 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;

Просмотреть файл

@ -91,7 +91,7 @@ struct 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

Просмотреть файл

@ -135,7 +135,7 @@ struct mca_btl_openib_component_t {
bool warn_no_hca_params_found;
}; 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;

Просмотреть файл

@ -211,7 +211,7 @@ int mca_btl_portals_get(struct mca_btl_base_module_t* btl_base,
/*
* 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;
#endif

Просмотреть файл

@ -54,7 +54,7 @@ struct mca_btl_self_component_t {
mca_btl_base_recv_reg_t self_reg[256];
};
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

Просмотреть файл

@ -142,7 +142,7 @@ struct mca_btl_sm_component_t {
#endif
};
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

Просмотреть файл

@ -83,7 +83,7 @@ struct 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

Просмотреть файл

@ -79,9 +79,7 @@ struct 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

Просмотреть файл

@ -108,7 +108,7 @@ struct 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;

Просмотреть файл

@ -74,7 +74,7 @@ struct 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;