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

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

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

revision 1.1 by utke, Mon Sep 21 05:04:51 2009 UTC revision 1.2 by utke, Mon Sep 28 18:40:16 2009 UTC
# Line 11  CPP='cpp  -traditional -P' Line 11  CPP='cpp  -traditional -P'
11  INCLUDES=''  INCLUDES=''
12  LIBS=''  LIBS=''
13    
 #  Note that the -mp switch is for ieee "maintain precision" and is  
 #  roughly equivalent to -ieee  
14  if test "x$IEEE" = x ; then  if test "x$IEEE" = x ; then
15      FOPTIM='-O0 -g'      FOPTIM='-O2 -align'
16      FFLAGS='-132 -r8 -i4 -w95 -W0 -WB -convert big_endian -assume byterecl -m64 -fPIC'      FFLAGS='-132 -r8 -i4 -w95 -W0 -WB -convert big_endian -assume byterecl -m64 -fPIC'
17  else  else
18      FOPTIM='-O0 -noalign'      FOPTIM='-O0 -g -noalign -mp'
19      FFLAGS='-132 -r8 -i4 -w95 -W0 -WB -convert big_endian -assume byterecl -m64 -fPIC'      FFLAGS='-132 -r8 -i4 -w95 -W0 -WB -convert big_endian -assume byterecl -m64 -fPIC'
20  fi  fi
21    
22  F90OPTIM=$FOPTIM  F90OPTIM=$FOPTIM
23  F90FLAGS=$FFLAGS  F90FLAGS=$FFLAGS
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22