Hi there,
I am trying to compile functioning fortran 90 code on my iMac cuad-core snow leapord. This works fine as a terminal application, but only uses one of the four available processors. I would like to make use of the others by parallelising the code, but get the following error using the MPI Application option
Unfortunately, this version of MPI was not compiled with
Fortran F90 support. As a result, the mpif90 compiler is non-functional
I have installed the OpenMPI following the instructions at
http://www.absoft.com/Products/Compilers/Fortran/Linux/fortran95/MPich_Instructions.html (using the 64-bit option)
but this has had no effect.
Please help!