Folks
While running mpi on open mpi. This error i get
cpp -P -Dmpi=1 -Dsgi=0 -Dlinux=0 -Dibm=0 -Dmac_osx=1 -Dlink_to_coupler=0
../source/kinds.F >
kinds.f
mpif90 -c -O3 kinds.f
--------------------------------------------------------------------------
Unfortunately, this installation of Open MPI was not compiled with
Fortran 90 support. As such, the mpif90 compiler is non-functional.
--------------------------------------------------------------------------
make: *** [kinds.o] Error 1
any solutions
|