The PML V is a component so it should use OMPI_MODULE_DECLSPEC.
This commit was SVN r18610.
Этот коммит содержится в:
родитель
b2aa751c28
Коммит
2aec094d56
@ -26,8 +26,8 @@ struct mca_pml_v_t {
|
||||
};
|
||||
typedef struct mca_pml_v_t mca_pml_v_t;
|
||||
|
||||
OMPI_DECLSPEC extern mca_pml_v_t mca_pml_v;
|
||||
OMPI_DECLSPEC extern mca_pml_base_component_1_0_0_t mca_pml_v_component;
|
||||
OMPI_MODULE_DECLSPEC extern mca_pml_v_t mca_pml_v;
|
||||
OMPI_MODULE_DECLSPEC extern mca_pml_base_component_1_0_0_t mca_pml_v_component;
|
||||
|
||||
END_C_DECLS
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
OMPI_DECLSPEC extern int pml_v_output;
|
||||
OMPI_MODULE_DECLSPEC extern int pml_v_output;
|
||||
|
||||
int pml_v_output_open(char *output, int verbosity);
|
||||
void pml_v_output_close(void);
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user