- Until either r21763 is backed out, unconstify complex types.
Complex should either be a struct of float on the ompi-layer or as C99 float _complex in opal. unconstify to not break windows / the mpi* wrappers. This commit was SVN r21770. The following SVN revision numbers were found above: r21763 --> open-mpi/ompi@668f001351
Этот коммит содержится в:
родитель
c82e468ede
Коммит
3f727f0e61
@ -166,9 +166,9 @@ OPAL_DECLSPEC extern const opal_datatype_t opal_datatype_float4;
|
||||
OPAL_DECLSPEC extern const opal_datatype_t opal_datatype_float8;
|
||||
OPAL_DECLSPEC extern const opal_datatype_t opal_datatype_float12;
|
||||
OPAL_DECLSPEC extern const opal_datatype_t opal_datatype_float16;
|
||||
OPAL_DECLSPEC extern const opal_datatype_t opal_datatype_complex8;
|
||||
OPAL_DECLSPEC extern const opal_datatype_t opal_datatype_complex16;
|
||||
OPAL_DECLSPEC extern const opal_datatype_t opal_datatype_complex32;
|
||||
OPAL_DECLSPEC extern opal_datatype_t opal_datatype_complex8;
|
||||
OPAL_DECLSPEC extern opal_datatype_t opal_datatype_complex16;
|
||||
OPAL_DECLSPEC extern opal_datatype_t opal_datatype_complex32;
|
||||
OPAL_DECLSPEC extern const opal_datatype_t opal_datatype_bool;
|
||||
OPAL_DECLSPEC extern const opal_datatype_t opal_datatype_wchar;
|
||||
|
||||
|
@ -66,9 +66,9 @@ OPAL_DECLSPEC const opal_datatype_t opal_datatype_float4 = OPAL_DATATYPE_IN
|
||||
OPAL_DECLSPEC const opal_datatype_t opal_datatype_float8 = OPAL_DATATYPE_INITIALIZER_FLOAT8(0);
|
||||
OPAL_DECLSPEC const opal_datatype_t opal_datatype_float12 = OPAL_DATATYPE_INITIALIZER_FLOAT12(0);
|
||||
OPAL_DECLSPEC const opal_datatype_t opal_datatype_float16 = OPAL_DATATYPE_INITIALIZER_FLOAT16(0);
|
||||
OPAL_DECLSPEC const opal_datatype_t opal_datatype_complex8 = OPAL_DATATYPE_INITIALIZER_UNAVAILABLE(0);
|
||||
OPAL_DECLSPEC const opal_datatype_t opal_datatype_complex16 = OPAL_DATATYPE_INITIALIZER_UNAVAILABLE(0);
|
||||
OPAL_DECLSPEC const opal_datatype_t opal_datatype_complex32 = OPAL_DATATYPE_INITIALIZER_UNAVAILABLE(0);
|
||||
OPAL_DECLSPEC opal_datatype_t opal_datatype_complex8 = OPAL_DATATYPE_INITIALIZER_UNAVAILABLE(0);
|
||||
OPAL_DECLSPEC opal_datatype_t opal_datatype_complex16 = OPAL_DATATYPE_INITIALIZER_UNAVAILABLE(0);
|
||||
OPAL_DECLSPEC opal_datatype_t opal_datatype_complex32 = OPAL_DATATYPE_INITIALIZER_UNAVAILABLE(0);
|
||||
OPAL_DECLSPEC const opal_datatype_t opal_datatype_bool = OPAL_DATATYPE_INITIALIZER_BOOL(0);
|
||||
OPAL_DECLSPEC const opal_datatype_t opal_datatype_wchar = OPAL_DATATYPE_INITIALIZER_WCHAR(0);
|
||||
OPAL_DECLSPEC const opal_datatype_t opal_datatype_unavailable = OPAL_DATATYPE_INITIALIZER_UNAVAILABLE(0);
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user