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

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

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


Revision 1.7 - (show annotations) (download)
Sun Mar 21 18:01:13 2010 UTC (14 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64f, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint64, checkpoint63, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x
Changes since 1.6: +3 -0 lines
add cvs Header and Name.

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

  ViewVC Help
Powered by ViewVC 1.1.22