PS - As the program doesn't really have any
essential Fortran 90 feature, it may be worth to try to replace:
use mpi
by
#include "mpif.h"
Gus Correa
Gus Correa wrote:
Hi Nehemiah
The OpenMPI mailing list searchable archive:
http://www.open-mpi.org/community/lists/users/
Several Fortran 90
Hi Nehemiah
The OpenMPI mailing list searchable archive:
http://www.open-mpi.org/community/lists/users/
Several Fortran 90 compilers reject any module that was compiled
with a different compiler (even when they can find it).
One possibility is to build OpenMPI again with SunStudio.
Another is
is there a searchable archive of this mailing list?
I am helping someone use Openmpi with Sun's compilers that came with
SolarisStudio. I used the --showme with mpif90 and got this
gfortran -I/opt/openmpi/include -pthread -I/opt/openmpi/lib ring_f90.f90
-L/opt/openmpi/lib -lmpi_f90 -lmpi_f77 -lm