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

Diff of /MITgcm/tools/build_options/linux_amd64_g77

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

revision 1.2 by edhill, Thu Nov 30 22:57:46 2006 UTC revision 1.3 by jmc, Sun Mar 29 20:32:42 2009 UTC
# Line 4  Line 4 
4  #  $Name$  #  $Name$
5  #  #
6  # Build options for Suse 9 Opteron  # Build options for Suse 9 Opteron
7  # tested on (Linux eaps-dhcp-127 2.4.21-102-smp #1 SMP Wed Sep 24 13:55:59 UTC 2003 x86_64 x86_64 x86_64 GNU/Linux) system 20031107  # tested on Linux 2.4.21-102-smp (x86_64),
8    #           Linux 2.6.26.8-57.fc8 (x86_64), Linux 2.6.27.9-159.fc10.x86_64
9  #  #
10    
11  FC=g77  FC=g77
12  DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4'  DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4'
13  CPP='cpp  -traditional -P'  CPP='cpp  -traditional -P'
14  NOOPTFLAGS='-O0'  NOOPTFLAGS='-O0'
15    EXTENDED_SRC_FLAG='-ffixed-line-length-132'
16  #MAKEDEPEND=/usr/X11R6/bin/gccmakedep  #MAKEDEPEND=/usr/X11R6/bin/gccmakedep
17  #MAKEDEPEND=/usr/X11R6/bin/makedepend  #MAKEDEPEND=/usr/X11R6/bin/makedepend
18  #  For IEEE, use the "-ffloat-store" option  #  For IEEE, use the "-ffloat-store" option
# Line 19  if test "x$IEEE" = x ; then Line 21  if test "x$IEEE" = x ; then
21      FOPTIM='-O3 -funroll-loops'      FOPTIM='-O3 -funroll-loops'
22  else  else
23      FFLAGS='-Wimplicit -Wunused -ffloat-store'      FFLAGS='-Wimplicit -Wunused -ffloat-store'
24      FOPTIM='-O0 '  #   FFLAGS="$FFLAGS -g -mfpmath=sse -msse -msse2 -fbounds-check"
25        FOPTIM='-O0'
26  fi  fi
27    
28  if test -d /usr/include/netcdf-3 ; then  if test -d /usr/include/netcdf-3 ; then
# Line 44  elif test -d /usr/local/netcdf ; then Line 47  elif test -d /usr/local/netcdf ; then
47      LIBS='-L/usr/local/netcdf/lib'      LIBS='-L/usr/local/netcdf/lib'
48  fi  fi
49    
   

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

  ViewVC Help
Powered by ViewVC 1.1.22