1
1

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
Этот коммит содержится в:
George Bosilca 2007-01-11 05:44:48 +00:00
родитель f0932a0701
Коммит 24a91fad1d
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -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;