/[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.2 - (show annotations) (download)
Mon Sep 28 18:40:16 2009 UTC (14 years, 6 months ago) by utke
Branch: MAIN
CVS Tags: checkpoint62, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint61w, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.1: +2 -5 lines
optimization problem (see http://trac.mcs.anl.gov/projects/openAD/ticket/161) disappears with ifort v 11.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 INCLUDES=''
12 LIBS=''
13
14 if test "x$IEEE" = x ; then
15 FOPTIM='-O2 -align'
16 FFLAGS='-132 -r8 -i4 -w95 -W0 -WB -convert big_endian -assume byterecl -m64 -fPIC'
17 else
18 FOPTIM='-O0 -g -noalign -mp'
19 FFLAGS='-132 -r8 -i4 -w95 -W0 -WB -convert big_endian -assume byterecl -m64 -fPIC'
20 fi
21
22 F90OPTIM=$FOPTIM
23 F90FLAGS=$FFLAGS

  ViewVC Help
Powered by ViewVC 1.1.22