Re: [OMPI users] Fortran support not installing

2006-05-26 Thread Brian Barrett
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

Re: [OMPI users] Fortran support not installing

2006-05-25 Thread Terry Reeves
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

Re: [OMPI users] Fortran support not installing

2006-05-25 Thread Jeff Squyres (jsquyres)
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

Re: [OMPI users] Fortran support not installing

2006-05-25 Thread Brian W. Barrett
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

Re: [OMPI users] Fortran support not installing

2006-05-25 Thread Jeff Squyres (jsquyres)
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

Re: [OMPI users] Fortran support not installing

2006-05-24 Thread Terry Reeves
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

Re: [OMPI users] Fortran support not installing

2006-05-24 Thread Terry Reeves
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

Re: [OMPI users] Fortran support not installing

2006-05-24 Thread Michael Kluskens
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

Re: [OMPI users] Fortran support not installing

2006-05-24 Thread Jeff Squyres (jsquyres)
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