Re: [OMPI devel] ibcm private header file

2008-07-23 Thread Jeff Squyres
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

Re: [OMPI devel] ibcm private header file

2008-07-22 Thread Jeff Squyres
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

Re: [OMPI devel] ibcm private header file

2008-07-22 Thread Roland Dreier
> 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.