Re: [OMPI users] OpenMPI 1.0.x and PGI pgf90

2006-03-09 Thread Brian Barrett
On Mar 9, 2006, at 9:28 PM, Greg Lindahl wrote: On Thu, Mar 09, 2006 at 09:13:46PM -0500, Brian Barrett wrote: I think I have this fixed on the trunk. It looks like PGI tried to make the 6.1 compilers support GCC inline assembly, but it doesn't look like it's 100% correct, ... and that's no

Re: [OMPI users] OpenMPI 1.0.x and PGI pgf90

2006-03-09 Thread Greg Lindahl
On Thu, Mar 09, 2006 at 09:13:46PM -0500, Brian Barrett wrote: > I think I have this fixed on the trunk. It looks like PGI tried to > make the 6.1 compilers support GCC inline assembly, but it doesn't > look like it's 100% correct, ... and that's no surprise. The spec in the gcc info pages d

Re: [OMPI users] OpenMPI 1.0.x and PGI pgf90

2006-03-09 Thread Brian Barrett
On Mar 3, 2006, at 10:50 AM, Troy Telford wrote: On Thu, 02 Mar 2006 03:55:46 -0700, Jeff Squyres mpi.org> wrote: That being said, I have been unable to get OpenMPI to compile with PGI 6.1 (but it does finish ./configure; it breaks during 'make'). Can you provide some details on what is goi

Re: [OMPI users] OpenMPI 1.0.x and PGI pgf90

2006-03-03 Thread Troy Telford
On Thu, 02 Mar 2006 03:55:46 -0700, Jeff Squyres wrote: That being said, I have been unable to get OpenMPI to compile with PGI 6.1 (but it does finish ./configure; it breaks during 'make'). Can you provide some details on what is going wrong? We currently only have PGI 5.2 and 6.0 to test

Re: [OMPI users] OpenMPI 1.0.x and PGI pgf90 ==> Problem solved

2006-03-02 Thread Bjoern Nachtwey
Dear Folks, I had to add the "--with-gnu-ld" flag and call my variables F77 and FC (not FC and F90). now it works :-) Thanks! Bjørn you wrote: > I've used > > ./configure --with-gnu-ld F77=pgf77 FFLAGS=-fastsse FC=pgf90 > FCFLAGS=-fastsse > > and that worked for me. Email direct if you have

Re: [OMPI users] OpenMPI 1.0.x and PGI pgf90

2006-03-02 Thread Jeff Squyres
On Mar 1, 2006, at 5:14 PM, Troy Telford wrote: That being said, I have been unable to get OpenMPI to compile with PGI 6.1 (but it does finish ./configure; it breaks during 'make'). Troy -- Can you provide some details on what is going wrong? We currently only have PGI 5.2 and 6.0 to tes

Re: [OMPI users] OpenMPI 1.0.x and PGI pgf90

2006-03-02 Thread Jeff Squyres
On Mar 1, 2006, at 1:55 PM, Bjoern Nachtwey wrote: I tried to compile OpenMPI using the PortzlandGroup compiler Suite, but the configure-script tells me, my fortran compiler cannot compile .f or .f90 files. I'm sure it can ;-) [snipped] PS: Full Script and Logfiles can be found at http://w

Re: [OMPI users] OpenMPI 1.0.x and PGI pgf90

2006-03-01 Thread Troy Telford
On Wed, 01 Mar 2006 11:55:16 -0700, Bjoern Nachtwey wrote: Hi folks, I tried to compile OpenMPI using the PortzlandGroup compiler Suite, but the configure-script tells me, my fortran compiler cannot compile .f or .f90 files. I'm sure it can ;-) The first thing I check for is that the PG

Re: [OMPI users] OpenMPI 1.0.x and PGI pgf90

2006-03-01 Thread Brent LEBACK
I've used ./configure --with-gnu-ld F77=pgf77 FFLAGS=-fastsse FC=pgf90 FCFLAGS=-fastsse and that worked for me. Email direct if you have problems. - Brent Bjoern Nachtwey wrote: Hi folks, I tried to compile OpenMPI using the PortzlandGroup compiler Suite, but the configure-script tells

[OMPI users] OpenMPI 1.0.x and PGI pgf90

2006-03-01 Thread Bjoern Nachtwey
Hi folks, I tried to compile OpenMPI using the PortzlandGroup compiler Suite, but the configure-script tells me, my fortran compiler cannot compile .f or .f90 files. I'm sure it can ;-) well I think I have to set samespecial flags but I don't have an idea which ones :-( Perhaps somebody has