1
1
openmpi/opal
Tim Mattox a5efe3ed77 Refs trac:868, #869
The fix for #868, r14358, introduced an (unneeded?) inconsitency...
For Mac OS X systems, inttypes.h will always be included with opal_config.h,
and NOT included for non-Mac OS X systems.  For developers using Mac OS X,
this masks the need to include inttypes.h or more properly opal_stdint.h.

This changeset corrects one of these oopses.  However, the underlying problem
still exists.  Moving the equivelent of r14358 into opal_stdint.h from
opal_config_bottom.h might be the "right" solution, but AFAIK, we would then
need to replace each direct inclusion of inttypes.h with opal_stdint.h to
properly address tickets #868 and #869.

This commit was SVN r20196.

The following SVN revision numbers were found above:
  r14358 --> open-mpi/ompi@dce72aab70

The following Trac tickets were found above:
  Ticket 868 --> https://svn.open-mpi.org/trac/ompi/ticket/868
2009-01-04 05:09:18 +00:00
..
asm Update the MIPS atomics. We can now compile with gcc and Pathscale. 2008-12-18 22:38:31 +00:00
class Solve a modulus rounding error. As the modulus can be signed (in C89 it take 2008-10-21 17:00:39 +00:00
dss Refs trac:868, #869 2009-01-04 05:09:18 +00:00
etc Ensure that platform-specific mca param files get installed with the correct default mca param filename. Platform-specific mca param files overwrite any pre-existing default mca param file as they are considered to be the "gold" standard if a platform file was provided. 2008-08-27 02:40:02 +00:00
event - 3/4 commit for Windows Visual Studio and CCP support: 2008-12-10 21:13:10 +00:00
include Update the MIPS atomics. We can now compile with gcc and Pathscale. 2008-12-18 22:38:31 +00:00
mca Fix CID 1182: ensure to check return of read() for failure. 2009-01-03 15:30:56 +00:00
memoryhooks - The ptmalloc2 memory manager component is now by default built as 2008-06-13 22:32:49 +00:00
runtime Fix CID 1136: fix a small memory leak. 2009-01-03 15:12:16 +00:00
threads Fix recursion in include files (Coverty fix 155). 2008-08-06 13:53:56 +00:00
tools - 1/4 commit for Windows Visual Studio and CCP support: 2008-12-10 20:59:20 +00:00
util Fix CID 1180: check for negative return from snprintf. 2009-01-03 15:33:54 +00:00
win32 - 2/4 commit for Windows Visual Studio and CCP support: 2008-12-10 21:01:54 +00:00
CMakeLists.txt - 1/4 commit for Windows Visual Studio and CCP support: 2008-12-10 20:59:20 +00:00
Makefile.am Merge the ORTE devel branch into the main trunk. Details of what this means will be circulated separately. 2008-02-28 01:57:57 +00:00
win_makefile Move all win32 related files in opal, and modify all the Makefiles.am to 2005-12-08 06:17:15 +00:00