--- MITgcm/tools/build_options/linux_ia32_ifort+oad+mpi 2007/06/26 18:02:35 1.1 +++ MITgcm/tools/build_options/linux_ia32_ifort+oad+mpi 2008/03/11 21:39:32 1.2 @@ -1,6 +1,6 @@ #!/bin/bash # -# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/build_options/Attic/linux_ia32_ifort+oad+mpi,v 1.1 2007/06/26 18:02:35 utke Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/build_options/Attic/linux_ia32_ifort+oad+mpi,v 1.2 2008/03/11 21:39:32 utke Exp $ # # These are the build options used with the Intel compiler together with OpenAD and MPI @@ -23,10 +23,10 @@ # roughly equivalent to -ieee if test "x$IEEE" = x ; then FOPTIM='-O0 -align' - FFLAGS='-132 -r8 -i4 -w95 -W0 -WB -assume byterecl -convert big_endian' + FFLAGS='-132 -w95 -W0 -WB -assume byterecl -convert big_endian' else FOPTIM='-O0 -noalign' - FFLAGS='-132 -r8 -i4 -w95 -W0 -WB -pc64 -xW -assume byterecl -convert big_endian' + FFLAGS='-132 -w95 -W0 -WB -pc64 -xW -assume byterecl -convert big_endian' fi F90FLAGS=$FFLAGS