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

Diff of /MITgcm/tools/build_options/linux_ia32_g77

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

revision 1.6 by edhill, Fri Jan 16 17:52:55 2004 UTC revision 1.7 by edhill, Fri Jul 30 20:53:25 2004 UTC
# Line 6  Line 6 
6    
7    
8  FC=g77  FC=g77
9    CC=gcc
10  DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4'  DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4'
11  CPP='cpp  -traditional -P'  CPP='cpp  -traditional -P'
12  NOOPTFLAGS='-O0'  NOOPTFLAGS='-O0'
13    
 # netcdf  
 # LIBS="-lnetcdf"  
   
 #  For IEEE, use the "-ffloat-store" option  
14  if test "x$IEEE" = x ; then  if test "x$IEEE" = x ; then
15        #  No need for IEEE-754
16      FFLAGS='-Wimplicit -Wunused -Wuninitialized'      FFLAGS='-Wimplicit -Wunused -Wuninitialized'
17      FOPTIM='-O3 -malign-double -funroll-loops'      FOPTIM='-O3 -malign-double -funroll-loops'
18  else  else
19      FFLAGS='-Wimplicit -Wunused -ffloat-store'      #  Try to follow IEEE-754
20        FFLAGS='-Wimplicit -Wunused -Wuninitialized -ffloat-store'
21      FOPTIM='-O0 -malign-double'      FOPTIM='-O0 -malign-double'
22  fi  fi
23    
24    # netcdf
25    # LIBS="-lnetcdf"
26    

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

  ViewVC Help
Powered by ViewVC 1.1.22