/[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.5 by utke, Tue Oct 14 18:00:06 2008 UTC revision 1.6 by utke, Tue Sep 22 18:49:34 2009 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2  #  
3  #  Build options for the intel compiler with OpenAD  #  Build options for the intel compiler with OpenAD
4    
5  FC=ifort  FC=ifort
# 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'      F90OPTIM='-O3'
16        FOPTIM='-O3 -align'
17      FFLAGS='-132 -r8 -i4 -w95 -W0 -WB -convert big_endian -assume byterecl'      FFLAGS='-132 -r8 -i4 -w95 -W0 -WB -convert big_endian -assume byterecl'
18  else  else
19      FOPTIM='-O0 -noalign'      F90OPTIM='-O0 -g'
20        FOPTIM='-O0 -g -noalign'
21      FFLAGS='-132 -r8 -i4 -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    
 F90OPTIM=$FOPTIM  
24  F90FLAGS=$FFLAGS  F90FLAGS=$FFLAGS
   

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

  ViewVC Help
Powered by ViewVC 1.1.22