On May 1, 2006, at 7:16 PM, Jeffrey Fox wrote:
> I get openmpi-1.0.2 to compile on a (small) G5 cluster. The C and C+
> + compilers work fine so far, but the mpif77 and mpif90 scripts
> send the wrong flags to the f77 and f90 compilers.
Side note I got the Absoft compilers to work using "./configure
F77=f95 FC=f95" (not sure exactly which versions of Open MPI as I
have been using several versions). Absoft version 8 compilers are
incompatible with GCC 4.0, you have to switch back to GCC 3.3 using
gcc_select.
Michael
|