/[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.4 by dfer, Tue Jan 6 19:01:32 2009 UTC revision 1.5 by dfer, Thu Apr 2 18:28:31 2009 UTC
# Line 15  EXTENDED_SRC_FLAG='-ffixed-line-length-1 Line 15  EXTENDED_SRC_FLAG='-ffixed-line-length-1
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 30  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'      NOOPTFLAGS='-O2 -funroll-loops'
36      NOOPTFILES='gad_c4_adv_x.F gad_u3_adv_x.F'      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.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22