Re: [OMPI users] openmpi 1.8.1 gfortran not working

2014-08-05 Thread Dan Shell
) Sent: Tuesday, August 05, 2014 3:18 PM To: Open MPI User's List Subject: Re: [OMPI users] openmpi 1.8.1 gfortran not working On Aug 5, 2014, at 1:13 PM, Dan Shell wrote: > Need to use mpif.h for my application > I will get the newest versions of gcc and gfortran You should be fine

Re: [OMPI users] openmpi 1.8.1 gfortran not working

2014-08-05 Thread Jeff Squyres (jsquyres)
On Aug 5, 2014, at 1:13 PM, Dan Shell wrote: > Need to use mpif.h for my application > I will get the newest versions of gcc and gfortran You should be fine without the newest versions of gcc/gfortran. The older gcc/gfortran will support mpif.h and a limited form of the mpi module. It just w

Re: [OMPI users] openmpi 1.8.1 gfortran not working

2014-08-05 Thread Dan Shell
t: Re: [OMPI users] openmpi 1.8.1 gfortran not working On Aug 5, 2014, at 10:57 AM, Dan Shell wrote: > Should I look for a newer version of gfortran? > I saw from the config fortran compile section that mpi_f08 was not > compiled It depends on what your MPI application needs. MPI (i.e.,

Re: [OMPI users] openmpi 1.8.1 gfortran not working

2014-08-05 Thread Jeff Squyres (jsquyres)
On Aug 5, 2014, at 10:57 AM, Dan Shell wrote: > Should I look for a newer version of gfortran? > I saw from the config fortran compile section that mpi_f08 was not compiled It depends on what your MPI application needs. MPI (i.e., the spec, not Open MPI) defines three different Fortran binding

Re: [OMPI users] openmpi 1.8.1 gfortran not working

2014-08-05 Thread Dan Shell
, August 05, 2014 10:36 AM To: Open MPI User's List Subject: Re: [OMPI users] openmpi 1.8.1 gfortran not working Dan -- The version of gfortran that you have does not support the mpi_f08 bindings. Note that: - newer versions of gfortran will support the mpi_f08 bindings - all versions of gfo

Re: [OMPI users] openmpi 1.8.1 gfortran not working

2014-08-05 Thread Jeff Squyres (jsquyres)
On Behalf Of Gus Correa > Sent: Monday, August 04, 2014 4:39 PM > To: Open MPI Users > Subject: Re: [OMPI users] openmpi 1.8.1 gfortran not working > >>> I have the following env variables set export OMPI_CC=gcc echo >> > $OMPI_CC export OMPI_CXX=g++ echo $OMPI_CXX export

Re: [OMPI users] openmpi 1.8.1 gfortran not working

2014-08-05 Thread Dan Shell
Gus Ok I will give that a try Thank you for the help Dan Shell -Original Message- From: users [mailto:users-boun...@open-mpi.org] On Behalf Of Gus Correa Sent: Monday, August 04, 2014 4:39 PM To: Open MPI Users Subject: Re: [OMPI users] openmpi 1.8.1 gfortran not working >> I ha

Re: [OMPI users] openmpi 1.8.1 gfortran not working

2014-08-04 Thread Gus Correa
nday, August 04, 2014 3:11 PM To: Open MPI Users Subject: Re: [OMPI users] openmpi 1.8.1 gfortran not working I know there were some lingering issues in 1.8.1 - you might want to try the latest nightly 1.8 tarball as I believe things have been fixed now. On Aug 4, 2014, at 11:09 AM, Dan Shell wr

Re: [OMPI users] openmpi 1.8.1 gfortran not working

2014-08-04 Thread Dan Shell
Ralph Ok I will give that a try Thanks Dan Shell -Original Message- From: users [mailto:users-boun...@open-mpi.org] On Behalf Of Ralph Castain Sent: Monday, August 04, 2014 3:11 PM To: Open MPI Users Subject: Re: [OMPI users] openmpi 1.8.1 gfortran not working I know there were some

Re: [OMPI users] openmpi 1.8.1 gfortran not working

2014-08-04 Thread Ralph Castain
I know there were some lingering issues in 1.8.1 - you might want to try the latest nightly 1.8 tarball as I believe things have been fixed now. On Aug 4, 2014, at 11:09 AM, Dan Shell wrote: > openmpi > > I have the following env variables set > export OMPI_CC=gcc > echo $OMPI_CC > export OM