[OMPI devel] PATCH: remove trailing colon at the end of the generated LD_LIBRARY_PATH

2010-02-16 Thread Nadia Derbey
Hi, The mpivars.sh genereted in openmpi.spec might in some cases lead to a LD_LIBRARY_PATH that contains a trailing ":". This happens if the LD_LIBRARY_PATH is originally unset. This means that current directory is included in the search path for the loader, which might not be the desired result.

[OMPI devel] 1.5.0 could be soon

2010-02-16 Thread Jeff Squyres
We've only got 2 "critical" 1.5.0 bugs left, and I think that those will both be closed out pretty soon. https://svn.open-mpi.org/trac/ompi/report/15 Rainer and I both feel that a RC for 1.5.0 could be pretty soon. Does anyone have any heartburn with this? Does anyone have any things the

[OMPI devel] configure question

2010-02-16 Thread Greg Watson
When I run configure under Snow Leopard (this is OMPI 1.3.4), I get the following: checking if C and Fortran 77 are link compatible... no ** It appears that your Fortran 77 compiler is unable to link against object files created

Re: [OMPI devel] configure question

2010-02-16 Thread Barrett, Brian W
Greg - What options did you provide to configure? Which version of Fortran do you have installed on your machine? Brian On Feb 16, 2010, at 11:03 AM, Greg Watson wrote: > When I run configure under Snow Leopard (this is OMPI 1.3.4), I get the > following: > > checking if C and Fortran 77 ar