/[MITgcm]/MITgcm/tools/build_options/linux_ia32_ifort+oad
ViewVC logotype

Diff of /MITgcm/tools/build_options/linux_ia32_ifort+oad

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.4 by utke, Tue Mar 11 21:39:32 2008 UTC revision 1.5 by utke, Tue Oct 14 18:00:06 2008 UTC
# Line 15  LIBS='' Line 15  LIBS=''
15  #  roughly equivalent to -ieee  #  roughly equivalent to -ieee
16  if test "x$IEEE" = x ; then  if test "x$IEEE" = x ; then
17      FOPTIM='-O0 -g'      FOPTIM='-O0 -g'
18      FFLAGS='-132 -w95 -W0 -WB -convert big_endian -assume byterecl'      FFLAGS='-132 -r8 -i4 -w95 -W0 -WB -convert big_endian -assume byterecl'
19  else  else
20      FOPTIM='-O0 -noalign'      FOPTIM='-O0 -noalign'
21      FFLAGS='-132 -w95 -W0 -WB -xN -pc64 -convert big_endian -assume byterecl'      FFLAGS='-132 -r8 -i4 -w95 -W0 -WB -xN -pc64 -convert big_endian -assume byterecl'
22  fi  fi
23    
24  F90OPTIM=$FOPTIM  F90OPTIM=$FOPTIM

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22