yres\)"
Subject: Re: [OMPI users] Fortran support not installing
To: "Open MPI Users"
Message-ID:
Content-Type: text/plain; charset="us-ascii"
I actually had to set FCFLAGS, not LDFLAGS, to get arbitrary flags
passed down to the Fortran tests in configure.
Can yo
Hello I tried configure with FCFLAGS=-lSystemStubs and with both FCFLAGS=-lSystemStubs and LDFLAGS=-lSystemStubs. Again it died during configure both times. I can provide configure output if desired. I also decided to try version 1.1a7. With LDFLAGS=-lSystemStubs, with our without FCFLAGS=-lSyste
ortly that includes proper F90 support (much better than it was
in 1.0, actually).
> -Original Message-
> From: users-boun...@open-mpi.org
> [mailto:users-boun...@open-mpi.org] On Behalf Of Brian W. Barrett
> Sent: Thursday, May 25, 2006 6:26 PM
> To: Open MPI Users
> Subje
On Wed, 24 May 2006, Terry Reeves wrote:
Here is the out put for both g95 and gfortran
???
From the output you sent, you ran "./configure FC=g95". Configure did
not find a valid F77 compiler, and therefore skipped both the F77 and
F90 bindings.
Can you try:
./configure FC=g95 F77=g95
an
rom: users-boun...@open-mpi.org
[mailto:users-boun...@open-mpi.org] On Behalf Of Terry Reeves
Sent: Wednesday, May 24, 2006 4:21 PM
To: us...@open-mpi.org
Subject: Re: [OMPI users] Fortran support not installing
HI,
Unfortunately using lS
HI, Unfortunately using lSystemStubs still failed during configure. Output enclosed
ompi-output.tar.gz
Description: GNU Zip compressed data
On 24 May, 2006, at 1:47 PM, users-requ...@open-mpi.org wrote: Message: 1 Date: Wed, 24 May 2006 11:59:52 -0400 From: Michael Kluskens
Here is the out put for both g95 and gfortran
ompi-output.tar.gz
Description: GNU Zip compressed data
From the output you sent, you ran "./configure FC=g95". Configure did not find a valid F77 compiler, and therefore skipped both the F77 andF90 bindings.Can you try: ./configure FC=g95 F77=g9
On May 24, 2006, at 11:24 AM, Terry Reeves wrote:
Hello, everyone.
I have g95 fortran installed. I'm told it works. I'm doing this
for some grad students, I am not myself a programmer or a unix
expert but I know a bit more than the basics.
This is a Mac OS X dual G5 processor xserve runn
Open MPI does require the F77 bindings for F90 support. Hence, if you
want to use g95, you also need to have the F77 bindings configured and
built.
>From the output you sent, you ran "./configure FC=g95". Configure did
not find a valid F77 compiler, and therefore skipped both the F77 and
F90 bi