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

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

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


Revision 1.6 - (hide annotations) (download)
Tue Sep 22 18:49:34 2009 UTC (14 years, 7 months ago) by utke
Branch: MAIN
CVS Tags: checkpoint62, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint61w, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.5: +5 -7 lines
opt flag

1 utke 1.1 #!/bin/bash
2 utke 1.6
3 utke 1.1 # Build options for the intel compiler with OpenAD
4    
5     FC=ifort
6     F90C=ifort
7     F90FIXEDFORMAT='-fixed -Tf'
8     DEFINES='-DWORDLENGTH=4'
9     LINK='ifort -static'
10     CPP='cpp -traditional -P'
11 utke 1.3 INCLUDES=''
12     LIBS=''
13 utke 1.1
14     if test "x$IEEE" = x ; then
15 utke 1.6 F90OPTIM='-O3'
16     FOPTIM='-O3 -align'
17 utke 1.5 FFLAGS='-132 -r8 -i4 -w95 -W0 -WB -convert big_endian -assume byterecl'
18 utke 1.1 else
19 utke 1.6 F90OPTIM='-O0 -g'
20     FOPTIM='-O0 -g -noalign'
21 utke 1.5 FFLAGS='-132 -r8 -i4 -w95 -W0 -WB -xN -pc64 -convert big_endian -assume byterecl'
22 utke 1.1 fi
23    
24 utke 1.2 F90FLAGS=$FFLAGS

  ViewVC Help
Powered by ViewVC 1.1.22