OPAL_BOOL_STRUCT_COPY or OMPI_BOOL_STRUCT_COPY that's the question!
Let's minimize the disturbances and say that the configure system is right. From now on it's OPAL_BOOL_STRUCT_COPY. This one is related to r13076 and has to follow when r13076 goes in the 1.2. This commit was SVN r13077. The following SVN revision numbers were found above: r13076 --> open-mpi/ompi@f0932a0701
Этот коммит содержится в:
родитель
f0932a0701
Коммит
24a91fad1d
@ -21,7 +21,7 @@
|
||||
*/
|
||||
/* PGI 6.2.x has a bug where it will fail to compile structs that are
|
||||
copied by value that contain bool members. */
|
||||
#if OMPI_BOOL_STRUCT_COPY
|
||||
#if OPAL_BOOL_STRUCT_COPY
|
||||
typedef bool boi_bool_t;
|
||||
#else
|
||||
typedef int boi_bool_t;
|
||||
|
@ -81,7 +81,7 @@ static int orte_clean_universe(orte_universe_t *universe);
|
||||
*****************************************/
|
||||
/* PGI 6.2.x has a bug where it will fail to compile structs that are
|
||||
copied by value that contain bool members. */
|
||||
#if OMPI_BOOL_STRUCT_COPY
|
||||
#if OPAL_BOOL_STRUCT_COPY
|
||||
typedef bool oc_bool_t;
|
||||
#else
|
||||
typedef int oc_bool_t;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user