Re: [OMPI users] mpif90 error with different openmpi editions

2013-06-26 Thread Gus Correa
*Sent:* Tuesday, June 18, 2013 8:44 AM *Subject:* Re: [OMPI users] mpif90 error with different openmpi editions On 06/18/2013 12:28 AM, xu wrote: > my code get this error under openmpi 1.6.4 > mpif90 -O2 -m64 -fbounds-check -ffree-line-length-0 -c -o 2dem_mpi.o > 2dem_mpi.f90 Fatal Err

Re: [OMPI users] mpif90 error with different openmpi editions

2013-06-26 Thread xu
013 8:44 AM Subject: Re: [OMPI users] mpif90 error with different openmpi editions On 06/18/2013 12:28 AM, xu wrote: > my code get this error under openmpi 1.6.4 > mpif90 -O2 -m64 -fbounds-check -ffree-line-length-0 -c -o 2dem_mpi.o > 2dem_mpi.f90 Fatal Error: Reading module mpi at line

Re: [OMPI users] mpif90 error with different openmpi editions

2013-06-18 Thread Gus Correa
On 06/18/2013 12:28 AM, xu wrote: my code get this error under openmpi 1.6.4 mpif90 -O2 -m64 -fbounds-check -ffree-line-length-0 -c -o 2dem_mpi.o 2dem_mpi.f90 Fatal Error: Reading module mpi at line 110 column 30: Expected string If I use mpif90: Open MPI 1.3.3 It compiles ok. What the problem fo

Re: [OMPI users] mpif90 error with different openmpi editions

2013-06-18 Thread Jeff Squyres (jsquyres)
Can you send all the information for your 1.6.4 installation listed here: http://www.open-mpi.org/community/help/ On Jun 18, 2013, at 12:28 AM, xu wrote: > my code get this error under openmpi 1.6.4 > mpif90 -O2 -m64 -fbounds-check -ffree-line-length-0 -c -o 2dem_mpi.o > 2dem_mpi.f90 Fatal

[OMPI users] mpif90 error with different openmpi editions

2013-06-18 Thread xu
my code get this error under openmpi 1.6.4 mpif90 -O2 -m64 -fbounds-check -ffree-line-length-0 -c -o 2dem_mpi.o 2dem_mpi.f90 Fatal Error: Reading module mpi at line 110 column 30: Expected string If I use mpif90: Open MPI 1.3.3 It compiles ok. What the problem for this?

Re: [OMPI users] mpif90 error

2006-06-08 Thread Jeff Squyres (jsquyres)
es for F77 and FC are relevant to your system. Hope this helps. > -Original Message- > From: users-boun...@open-mpi.org > [mailto:users-boun...@open-mpi.org] On Behalf Of sdamjad > Sent: Thursday, June 08, 2006 11:52 AM > To: us...@open-mpi.org > Subject: [OMPI users] mpif

[OMPI users] mpif90 error

2006-06-08 Thread sdamjad
Folks While running mpi on open mpi. This error i get cpp -P -Dmpi=1 -Dsgi=0 -Dlinux=0 -Dibm=0 -Dmac_osx=1 -Dlink_to_coupler=0 ../source/kinds.F > kinds.f mpif90 -c -O3 kinds.f -- Unfortunately, this installation of Open M