/[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.8 - (show annotations) (download)
Tue Apr 30 16:45:00 2013 UTC (10 years, 11 months ago) by utke
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64g, checkpoint65, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e
Changes since 1.7: +5 -6 lines
replace obsolte mp option with fp-model and remove other obsolete options

1 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_ifort+oad,v 1.7 2010/03/21 18:01:13 jmc Exp $
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='-O3 -align'
19 FFLAGS='-132 -r8 -i4 -W0 -WB -convert big_endian -assume byterecl'
20 else
21 FOPTIM='-O0 -g -noalign -fp-model source'
22 FFLAGS='-132 -r8 -i4 -W0 -WB -pc64 -convert big_endian -assume byterecl'
23 fi
24
25 F90OPTIM=$FOPTIM
26 F90FLAGS=$FFLAGS

  ViewVC Help
Powered by ViewVC 1.1.22