~ubuntu-branches/ubuntu/vivid/mpich/vivid-proposed

« back to all changes in this revision

Viewing changes to src/mpid/common/datatype/mpid_ext32_segment.h

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2014-04-01 20:24:20 UTC
  • mfrom: (5.2.4 sid)
  • Revision ID: package-import@ubuntu.com-20140401202420-t5ey1ia2klt5dkq3
Tags: 3.1-4
* [c3e3398] Disable test_primitives, which is unreliable on some platforms.
            (Closes: #743047)
* [265a699] Add minimal autotest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
   it may simply have been undetermined.  This should instead use either 
46
46
   a configure-time test (for which there are macros) or a runtime test
47
47
   and not use this non-portable check */
 
48
 
 
49
/* Some platforms, like AIX, use BYTE_ORDER instead of __BYTE_ORDER */
 
50
#if defined(BYTE_ORDER) && !defined(__BYTE_ORDER)
 
51
#define __BYTE_ORDER BYTE_ORDER
 
52
#endif
 
53
 
48
54
#if defined(WORDS_BIGENDIAN)
49
55
#define BLENDIAN 0
50
56
#elif defined(WORDS_LITTLEENDIAN)