/[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.4 by dfer, Tue Jan 6 19:01:32 2009 UTC
# Line 10  FC=gfortran Line 10  FC=gfortran
10  ###CC=gcc  ###CC=gcc
11  LINK=gfortran  LINK=gfortran
12  NOOPTFLAGS='-O0'  NOOPTFLAGS='-O0'
13    EXTENDED_SRC_FLAG='-ffixed-line-length-132'
14    
15  S64='$(TOOLSDIR)/set64bitConst.sh'  S64='$(TOOLSDIR)/set64bitConst.sh'
16  #EH3 MAKEDEPEND='${TOOLSDIR}/xmakedepend'  #EH3 MAKEDEPEND='${TOOLSDIR}/xmakedepend'
# Line 31  LIBS='-L/sw/lib' Line 32  LIBS='-L/sw/lib'
32  if test "x$IEEE" = x ; then  if test "x$IEEE" = x ; then
33      FFLAGS='-Wunused -Wuninitialized -fsecond-underscore'      FFLAGS='-Wunused -Wuninitialized -fsecond-underscore'
34      FOPTIM='-O3 -funroll-loops'      FOPTIM='-O3 -funroll-loops'
35        NOOPTFLAGS='-O2 -funroll-loops'
36        NOOPTFILES='gad_c4_adv_x.F gad_u3_adv_x.F'
37  else  else
38      FFLAGS='-Wunused -ffloat-store -fsecond-underscore'      FFLAGS='-Wunused -ffloat-store -fsecond-underscore'
39      FOPTIM='-O0'      FOPTIM='-O0'

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

  ViewVC Help
Powered by ViewVC 1.1.22