Looks like you /almost/ got it this time.

For opal/util/path.c you only fixed 1 out of 3 instances of defined(linux).
So, now it fails to compile ('buf' is undefined) rather than failing one test at "make check".

And, by the way the fix you did apply:
   "defined(linux) || defined(__linux) || defined(__linux__)"
is probably overkill.
As I had noted toward the bottom of http://www.open-mpi.org/community/lists/devel/2012/01/10268.php , there are many instances of "defined(__linux__)" that seem to work fine. So, that alone should be fine.

-Paul

On 1/31/2012 11:21 AM, Jeff Squyres wrote:
Hot on the heels of rc3, rc4 is out:

     http://www.open-mpi.org/software/ompi/v1.4/

The main differences are the 8 issues that Paul Hargrove mentioned:

Make v1.4 configure fail on OS X 10.3 and earlier

Fix opal/util/path.c for Linux with old compilers

README updates for the Sun compilers

README updates noting systems that are no longer supported

Fix assembly generation code on BSD in v1.4


--
Paul H. Hargrove                          phhargr...@lbl.gov
Future Technologies Group
HPC Research Department                   Tel: +1-510-495-2352
Lawrence Berkeley National Laboratory     Fax: +1-510-486-6900

Reply via email to