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

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

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


Revision 1.3 - (show annotations) (download)
Sun Mar 21 18:01:13 2010 UTC (14 years 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.2: +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 FOPTIM='-O2 -align'
19 FFLAGS='-132 -r8 -i4 -w95 -W0 -WB -convert big_endian -assume byterecl -m64 -fPIC'
20 else
21 FOPTIM='-O0 -g -noalign -mp'
22 FFLAGS='-132 -r8 -i4 -w95 -W0 -WB -convert big_endian -assume byterecl -m64 -fPIC'
23 fi
24
25 F90OPTIM=$FOPTIM
26 F90FLAGS=$FFLAGS

  ViewVC Help
Powered by ViewVC 1.1.22