As opal_hwloc_topo_data_t has to create a class instance in orte, its definition has to be exported. Otherwise, there will be unresolved variable error on Windows.
This commit was SVN r27227.
Этот коммит содержится в:
родитель
b23a6b8eda
Коммит
0326e88c51
@ -136,7 +136,7 @@ typedef struct {
|
||||
/** \brief Additional space for custom data */
|
||||
void *userdata;
|
||||
} opal_hwloc_topo_data_t;
|
||||
OBJ_CLASS_DECLARATION(opal_hwloc_topo_data_t);
|
||||
OPAL_DECLSPEC OBJ_CLASS_DECLARATION(opal_hwloc_topo_data_t);
|
||||
|
||||
/* define binding policies */
|
||||
typedef uint16_t opal_binding_policy_t;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user