1
1
Jeff Squyres 0083eba18e Comment out the PAC_C_RESTRICT test from ROMIO's configure.in script.
The top-level OMPI configure script already checks for "restrict" and
will issue a #define for it.  PAC_C_RESTRICT would also check for
restrict, but sometimes come up with a different answer than the
top-level OMPI configure script, thereby resulting in conflicting
#define's for "restrict" (e.g., icc 9.0/9.1 on linux x86-64).

So it's easiest just to remove this test from ROMIO's configure.in
script.

This commit was SVN r14286.
2007-04-10 14:50:47 +00:00
..
2007-04-05 17:37:29 +00:00
2007-04-03 17:21:54 +00:00
2007-04-02 19:11:06 +00:00
2007-04-05 13:52:05 +00:00
2007-04-05 17:37:29 +00:00