/[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.7 by mlosch, Fri Oct 9 11:18:37 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'
17  #EH3 MAKEDEPEND=makedepend  #EH3 MAKEDEPEND=makedepend
18  DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4 -DNML_TERMINATOR'  DEFINES='-DWORDLENGTH=4 -DNML_TERMINATOR'
19  INCLUDEDIRS='/sw/include'  INCLUDEDIRS='/sw/include'
20  INCLUDES='-I/sw/include'  INCLUDES='-I/sw/include'
21  LIBS='-L/sw/lib'  LIBS='-L/sw/lib'
# Line 29  LIBS='-L/sw/lib' Line 30  LIBS='-L/sw/lib'
30    
31  #  For IEEE, use the "-ffloat-store" option  #  For IEEE, use the "-ffloat-store" option
32  if test "x$IEEE" = x ; then  if test "x$IEEE" = x ; then
33      FFLAGS='-Wunused -Wuninitialized -fsecond-underscore'      FFLAGS='-Wunused -Wuninitialized -fsecond-underscore -fconvert=big-endian'
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 -fconvert=big-endian'
39      FOPTIM='-O0'      FOPTIM='-O0'
40  fi  fi
41    

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

  ViewVC Help
Powered by ViewVC 1.1.22