[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

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