Code: Select all
ROMS/Bin/cpp_clean /Users/rmueller/ROMS-3/Projects/upwelling/Build/mod_kinds.f90
cd /Users/rmueller/ROMS-3/Projects/upwelling/Build; /usr/bin/mpif90 -c -frepack-arrays -O3 -ffast-math mod_kinds.f90
--------------------------------------------------------------------------
Unfortunately, this installation of Open MPI was not compiled with
Fortran 90 support. As such, the mpif90 compiler is non-functional.
--------------------------------------------------------------------------
make: *** [/Users/rmueller/ROMS-3/Projects/upwelling/Build/mod_kinds.o] Error 1
Code: Select all
# If parallel applications, use at most one of these definitions
# (leave both definitions blank in serial applications):
USE_MPI ?=
USE_OpenMP ?=
# If distributed-memory, turn on compilation via the script "mpif90".
# This is needed in some Linux operating systems. In some systems with
# native MPI libraries the compilation does not require MPICH type
# scripts. This macro is also convient when there are several fortran
# compiliers (ifort, pgf90, pathf90) in the system that use mpif90.
# In this, case the user need to select the desired compiler below and
# turn on both USE_MPI and USE_MPIF90 macros.
USE_MPIF90 ?=
Code: Select all
export USE_MPI=off
export USE_MPIF90=off
export FORT=gfortran
#export USE_OpenMP=off
#export USE_DEBUG=on
export USE_LARGE=off
#export USE_NETCDF4=off
Can anyone give me a tip as to what I may be missing or overlooking. This SVN version of ROMS is new to me.
Thanks!