--- MITgcm/tools/build_options/linux_ia64_open64 2007/11/26 19:18:46 1.1 +++ MITgcm/tools/build_options/linux_ia64_open64 2008/01/17 05:39:52 1.2 @@ -1,6 +1,6 @@ #!/bin/bash # -# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/build_options/linux_ia64_open64,v 1.1 2007/11/26 19:18:46 ce107 Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/build_options/linux_ia64_open64,v 1.2 2008/01/17 05:39:52 utke Exp $ # $Name: $ # # Build options for Fedore Core 4 x86-64 Opteron @@ -9,6 +9,8 @@ CC=opencc FC=openf90 +F90C=openf90 +F90FIXEDFORMAT='-fixedform -x f95' LD=openf90 DEFINES='-DWORDLENGTH=4' CPP='cpp -traditional -P' @@ -17,9 +19,9 @@ NOOPTFILES='' if test "x$DEVEL" != x ; then - FFLAGS='-m64 -convert big_endian -ffortran-bounds-check -trapuv -g' + FFLAGS='-convert big_endian -ffortran-bounds-check -trapuv -g' else - FFLAGS='-m64 -convert big_endian' + FFLAGS='-convert big_endian' fi if test "x$IEEE" = x ; then