/[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.9 - (hide annotations) (download)
Wed Jun 28 18:56:29 2017 UTC (6 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +1 -1 lines
FILE REMOVED
Move "oad" optfiles to "unsupported"
since nothing special is needed in the optfile to compile with OpenAD
(+ not used anymore for daily OpenAD testing).

1 utke 1.1 #!/bin/bash
2 jmc 1.7 #
3 jmc 1.9 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_ifort+oad,v 1.8 2013/04/30 16:45:00 utke Exp $
4 jmc 1.7 # $Name: $
5 utke 1.6
6 utke 1.1 # 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 utke 1.3 INCLUDES=''
15     LIBS=''
16 utke 1.1
17     if test "x$IEEE" = x ; then
18 utke 1.6 FOPTIM='-O3 -align'
19 utke 1.8 FFLAGS='-132 -r8 -i4 -W0 -WB -convert big_endian -assume byterecl'
20 utke 1.1 else
21 utke 1.8 FOPTIM='-O0 -g -noalign -fp-model source'
22     FFLAGS='-132 -r8 -i4 -W0 -WB -pc64 -convert big_endian -assume byterecl'
23 utke 1.1 fi
24    
25 utke 1.8 F90OPTIM=$FOPTIM
26 utke 1.2 F90FLAGS=$FFLAGS

  ViewVC Help
Powered by ViewVC 1.1.22