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

Diff of /MITgcm/tools/build_options/linux_ia32_pgf77

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

revision 1.7 by ce107, Mon Jan 31 19:30:14 2005 UTC revision 1.8 by jmc, Sun Mar 21 21:34:01 2010 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2  #  #
3  #  $Header$  # $Header$
4  #  # $Name$
5    
6  FC='pgf77'  FC='pgf77'
7  CC='pgcc'  CC='pgcc'
8    
9  DEFINES='-DWORDLENGTH=4'  DEFINES='-DWORDLENGTH=4'
10  CPP='cpp -traditional -P'  CPP='cpp -traditional -P'
11    EXTENDED_SRC_FLAG='-Mextend'
12    
13  if test "x$IEEE" = x ; then  if test "x$IEEE" = x ; then
14      #  No need for IEEE-754      #  No need for IEEE-754
15      FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'      FFLAGS="$FFLAGS -byteswapio -Mnodclchk"
16      FOPTIM='-fastsse -Mvect=cachesize:524288,transform'      FOPTIM='-fastsse -Mvect=cachesize:524288,transform'
17  else  else
18      #  Try to follow IEEE-754      #  Try to follow IEEE-754
19      FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'      FFLAGS="$FFLAGS -byteswapio"
20      FOPTIM='-O0 -Mvect=sse -Mscalarsse -Mcache_align -Mnoflushz -Kieee'      FOPTIM='-O0 -Mvect=sse -Mscalarsse -Mcache_align -Mnoflushz -Kieee'
21  fi  fi
22    #- might want to use '-r8' for fizhi pkg:
23    #FFLAGS="$FFLAGS -r8"
24    

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

  ViewVC Help
Powered by ViewVC 1.1.22