/[MITgcm]/MITgcm/tools/build_options/darwin_ia32_gfortran
ViewVC logotype

Diff of /MITgcm/tools/build_options/darwin_ia32_gfortran

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

revision 1.3 by dimitri, Fri May 9 00:23:01 2008 UTC revision 1.8 by dimitri, Sat Nov 21 06:04:05 2009 UTC
# Line 8  Line 8 
8  CPP='/usr/bin/cpp -traditional -P'  CPP='/usr/bin/cpp -traditional -P'
9  FC=gfortran  FC=gfortran
10  ###CC=gcc  ###CC=gcc
11    CFLAGS='-arch i386'
12  LINK=gfortran  LINK=gfortran
13  NOOPTFLAGS='-O0'  NOOPTFLAGS='-O0'
14    EXTENDED_SRC_FLAG='-ffixed-line-length-132'
15    
16  S64='$(TOOLSDIR)/set64bitConst.sh'  S64='$(TOOLSDIR)/set64bitConst.sh'
17  #EH3 MAKEDEPEND='${TOOLSDIR}/xmakedepend'  #EH3 MAKEDEPEND='${TOOLSDIR}/xmakedepend'
18  #EH3 MAKEDEPEND=makedepend  #EH3 MAKEDEPEND=makedepend
19  DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4 -DNML_TERMINATOR'  DEFINES='-DWORDLENGTH=4 -DNML_TERMINATOR'
20  INCLUDEDIRS='/sw/include'  INCLUDEDIRS='/sw/include'
21  INCLUDES='-I/sw/include'  INCLUDES='-I/sw/include'
22  LIBS='-L/sw/lib'  LIBS='-L/sw/lib'
# Line 29  LIBS='-L/sw/lib' Line 31  LIBS='-L/sw/lib'
31    
32  #  For IEEE, use the "-ffloat-store" option  #  For IEEE, use the "-ffloat-store" option
33  if test "x$IEEE" = x ; then  if test "x$IEEE" = x ; then
34      FFLAGS='-Wunused -Wuninitialized -fsecond-underscore'      FFLAGS='-Wunused -Wuninitialized -fsecond-underscore -fconvert=big-endian'
35      FOPTIM='-O3 -funroll-loops'      FOPTIM='-O3 -funroll-loops'
36        NOOPTFLAGS='-O2 -funroll-loops'
37        NOOPTFILES='gad_c4_adv_x.F gad_u3_adv_x.F'
38  else  else
39      FFLAGS='-Wunused -ffloat-store -fsecond-underscore'      FFLAGS='-Wunused -ffloat-store -fsecond-underscore -fconvert=big-endian'
40      FOPTIM='-O0'      FOPTIM='-O0'
41  fi  fi
42    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.22