Re: [OMPI devel] configure question

2010-02-17 Thread Greg Watson
The problem seems to be that on SL, gfortran defaults to 32-bit binaries while gcc defaults to 64-bit. If I set FFLAGS=-m64 then configure finishes. Of course, I have no idea if a Fortran MPI program will actually *work*, but at least OMPI builds. That's all that matters isn't it? :-). Greg On

Re: [OMPI devel] configure question

2010-02-17 Thread Ralf Wildenhues
Hello Greg, * Greg Watson wrote on Tue, Feb 16, 2010 at 07:03:30PM CET: > 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

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

[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