Jeff Squyres
f0932a0701
A workaround for a bug in the PGI 6.2 compiler series. This bug has
...
been fixed in the 7.0 PGI series, but is unlikely to be fixed in the
6.2 series:
* Add a configure test looking for the bad behavior (the PGI compiler
chokes on C code where structs containing bool's are copied by
value)
* Set OMPI_BOOL_STRUCT_COPY to 1 if it's ok, 0 if it's not (i.e., PGI
6.2 series will have this value set to 0)
* In two places in the code base -- orte-clean and btl_openib_ini.h,
we have a struct that contains a bool that is copied by value. In
these two places, check OMPI_BOOL_STRUCT_COPY and if it's 1, use
the "int" type instead of "bool".
Fixes trac:739
This commit was SVN r13076.
The following Trac tickets were found above:
Ticket 739 --> https://svn.open-mpi.org/trac/ompi/ticket/739
2007-01-11 02:21:26 +00:00
..
2006-09-22 23:58:23 +00:00
2006-09-22 23:58:23 +00:00
2005-11-05 19:57:48 +00:00
2005-11-05 19:57:48 +00:00
2006-09-22 23:58:23 +00:00
2005-11-05 19:57:48 +00:00
2005-11-05 19:57:48 +00:00
2006-03-24 02:34:13 +00:00
2006-02-12 15:11:36 +00:00
2006-02-12 15:11:36 +00:00
2006-02-12 16:59:56 +00:00
2006-03-24 02:34:13 +00:00
2006-01-13 04:08:40 +00:00
2006-03-28 13:55:39 +00:00
2006-09-28 03:25:18 +00:00
2006-01-13 14:51:20 +00:00
2006-02-12 15:11:36 +00:00
2006-05-15 19:33:06 +00:00
2006-02-12 16:59:56 +00:00
2006-02-12 16:59:56 +00:00
2006-02-12 15:11:36 +00:00
2006-02-12 15:11:36 +00:00
2006-03-24 02:34:13 +00:00
2007-01-11 02:21:26 +00:00
2005-11-05 19:57:48 +00:00
2005-11-05 19:57:48 +00:00
2005-11-05 19:57:48 +00:00
2005-11-05 19:57:48 +00:00
2005-11-05 19:57:48 +00:00
2005-11-05 19:57:48 +00:00
2007-01-11 02:21:26 +00:00
2005-11-05 19:57:48 +00:00
2005-11-05 19:57:48 +00:00
2006-11-30 01:59:44 +00:00
2006-07-27 02:56:02 +00:00
2006-06-28 03:33:30 +00:00
2006-09-22 23:58:23 +00:00
2006-10-19 23:35:14 +00:00
2006-06-28 03:33:30 +00:00
2006-12-29 00:31:32 +00:00
2006-11-02 16:15:21 +00:00
2006-03-06 17:32:51 +00:00
2006-06-28 03:33:30 +00:00
2006-07-04 01:20:20 +00:00
2006-09-14 16:44:02 +00:00
2006-09-22 23:58:23 +00:00
2006-03-12 05:32:35 +00:00
2006-10-19 23:35:14 +00:00
2006-06-28 03:33:30 +00:00
2006-03-30 00:20:43 +00:00
2006-12-20 22:56:25 +00:00
2006-11-30 01:59:44 +00:00
2006-09-26 02:37:35 +00:00
2006-05-31 00:23:49 +00:00
2005-11-05 19:57:48 +00:00
2006-05-31 13:57:38 +00:00
2006-05-31 03:40:26 +00:00
2006-03-11 02:37:55 +00:00
2006-10-15 23:50:24 +00:00
2006-09-28 03:45:27 +00:00
2006-02-25 21:23:14 +00:00
2006-07-11 23:39:17 +00:00
2006-03-12 04:35:01 +00:00
2006-01-21 22:53:16 +00:00
2006-07-04 03:00:01 +00:00
2006-11-30 01:59:44 +00:00
2005-11-05 19:57:48 +00:00
2005-11-05 19:57:48 +00:00
2006-09-25 23:51:13 +00:00
2006-09-22 23:58:23 +00:00
2006-11-30 01:59:44 +00:00
2006-03-12 17:56:58 +00:00
2006-11-05 20:38:44 +00:00
2006-11-30 01:59:44 +00:00
2006-11-30 01:59:44 +00:00
2006-10-21 14:24:30 +00:00
2006-09-22 23:58:23 +00:00
2006-10-15 21:21:08 +00:00
2005-12-20 00:49:59 +00:00