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
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