--- MITgcm/tools/build_options/linux_ia64_ifort 2009/06/04 13:06:15 1.2 +++ MITgcm/tools/build_options/linux_ia64_ifort 2009/09/11 14:15:02 1.3 @@ -25,6 +25,7 @@ DEFINES='-DWORDLENGTH=4' LINK='ifort -static' CPP='cpp -traditional -P' +EXTENDED_SRC_FLAG='-132' NOOPTFLAGS='-O0 -g -m64 -fPIC' NOOPTFILES='' @@ -34,9 +35,9 @@ LIBS='' if test "x$DEVEL" != x ; then - FFLAGS='-132 -r8 -i4 -w95 -W0 -WB -convert big_endian -assume byterecl -fPIC -O0 -g -noalign -fpstkchk -check all -fpe0 -traceback -ftrapuv -fpmodel except -warn all' + FFLAGS="$FFLAGS -w95 -W0 -WB -convert big_endian -assume byterecl -fPIC -O0 -g -noalign -fpstkchk -check all -fpe0 -traceback -ftrapuv -fpmodel except -warn all" else - FFLAGS='-132 -r8 -i4 -w95 -W0 -WB -convert big_endian -assume byterecl -fPIC' + FFLAGS="$FFLAGS -w95 -W0 -WB -convert big_endian -assume byterecl -fPIC" fi # Note that the -mp switch is for ieee "maintain precision" and is