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

Diff of /MITgcm/tools/build_options/linux_amd64_pgf77

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

revision 1.1 by ce107, Wed Jan 12 22:04:59 2005 UTC revision 1.2 by jmc, Sun Mar 21 21:34:01 2010 UTC
# Line 8  Line 8 
8  #  #
9    
10  FC=pgf77  FC=pgf77
11    
12  DEFINES='-DWORDLENGTH=4'  DEFINES='-DWORDLENGTH=4'
13  CPP='cpp  -traditional -P'  CPP='cpp  -traditional -P'
14  NOOPTFLAGS='-O0'  EXTENDED_SRC_FLAG='-Mextend'
15    
16  MAKEDEPEND=/usr/X11R6/bin/makedepend  MAKEDEPEND=/usr/X11R6/bin/makedepend
17    
18    NOOPTFLAGS='-O0'
19    
20  if test "x$IEEE" = x ; then  if test "x$IEEE" = x ; then
21      #  No need for IEEE-754      #  No need for IEEE-754
22      FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend -Ktrap=fp'      FFLAGS="$FFLAGS -byteswapio -Mnodclchk -Ktrap=fp"
23      FOPTIM='-tp k8-64 -pc=64 -O2 -scalarsse -Mvect=sse' #-fastsse -O3 -Msmart -Mvect=cachesize:1048576,transform'      FOPTIM='-tp k8-64 -pc=64 -O2 -scalarsse -Mvect=sse' #-fastsse -O3 -Msmart -Mvect=cachesize:1048576,transform'
24  else  else
25      #  Try to follow IEEE-754      #  Try to follow IEEE-754
26      FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend -Ktrap=fp'      FFLAGS="$FFLAGS -byteswapio -Ktrap=fp"
27      FOPTIM='-tp k8-64 -pc=64 -O2 -scalarsse -Mvect=sse -Kieee' #-fastsse -O3 -Msmart -Kieee -Mvect=cachesize:1048576,transform'      FOPTIM='-tp k8-64 -pc=64 -O2 -scalarsse -Mvect=sse -Kieee' #-fastsse -O3 -Msmart -Kieee -Mvect=cachesize:1048576,transform'
28  fi  fi
29    #- might want to use '-r8' for fizhi pkg:
30    #FFLAGS="$FFLAGS -r8"
31    

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

  ViewVC Help
Powered by ViewVC 1.1.22