/[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.4 - (hide annotations) (download)
Tue Mar 11 21:39:32 2008 UTC (16 years, 2 months ago) by utke
Branch: MAIN
CVS Tags: checkpoint60, checkpoint61, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint61d, checkpoint61b, checkpoint61c, checkpoint61a
Changes since 1.3: +2 -2 lines
-i and -r override kind distinctions made in the OpenAD support library
interfaces.

1 utke 1.1 #!/bin/bash
2     #
3     # 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     # Note that the -mp switch is for ieee "maintain precision" and is
15     # roughly equivalent to -ieee
16     if test "x$IEEE" = x ; then
17     FOPTIM='-O0 -g'
18 utke 1.4 FFLAGS='-132 -w95 -W0 -WB -convert big_endian -assume byterecl'
19 utke 1.1 else
20     FOPTIM='-O0 -noalign'
21 utke 1.4 FFLAGS='-132 -w95 -W0 -WB -xN -pc64 -convert big_endian -assume byterecl'
22 utke 1.1 fi
23    
24 utke 1.2 F90OPTIM=$FOPTIM
25     F90FLAGS=$FFLAGS
26 utke 1.1

  ViewVC Help
Powered by ViewVC 1.1.22