Re: [OMPI devel] 1.4.5rc4: opal_path_nfs() ALMOST fixed

2012-01-31 Thread Jeff Squyres
On Jan 31, 2012, at 3:18 PM, Paul H. Hargrove wrote: > 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". Crud. Missed the o

[OMPI devel] 1.4.5rc4: opal_path_nfs() ALMOST fixed

2012-01-31 Thread Paul H. Hargrove
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) ||