This has now been fixed as of https://svn.open-mpi.org/trac/ompi/changeset/18995
; MTT should [finally] run tonight without problems.
On Jul 22, 2008, at 12:38 PM, Jeff Squyres wrote:
On Jul 22, 2008, at 12:32 PM, Roland Dreier wrote:
So I think using byteorder.h is not a good idea (note th
On Jul 22, 2008, at 12:32 PM, Roland Dreier wrote:
So I think using byteorder.h is not a good idea (note the warning).
How about just having two #defines, picking the Right one based on
WORDS_BIGENDIAN?
On Linux, the public header might have what you need.
For that matter has htonll() define
> So I think using byteorder.h is not a good idea (note the warning).
> How about just having two #defines, picking the Right one based on
> WORDS_BIGENDIAN?
On Linux, the public header might have what you need.
For that matter has htonll() defined.
- R.