/[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.1 by edhill, Mon Sep 29 16:15:24 2003 UTC revision 1.9 by jmc, Sun Dec 19 22:42:23 2010 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2  #  #
3  #  $Header$  # $Header$
4  #  # $Name$
5    
 DEFINES='-DWORDLENGTH=4'  
 LN='/bin/ln -s'  
 CPP='/lib/cpp -traditional -P'  
6  FC='pgf77'  FC='pgf77'
7  FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'  CC='pgcc'
8  FOPTIM='-tp p6 -v -O2 -Munroll -Mvect=cachesize:512000,transform -Kieee'  
9    DEFINES='-DWORDLENGTH=4 -DNML_EXTENDED_F77'
10    CPP='cpp -traditional -P'
11    EXTENDED_SRC_FLAG='-Mextend'
12    GET_FC_VERSION="-V"
13    
14    if test "x$IEEE" = x ; then
15        #  No need for IEEE-754
16        FFLAGS="$FFLAGS -byteswapio -Mnodclchk"
17        FOPTIM='-fastsse -Mvect=cachesize:524288,transform'
18    else
19        #  Try to follow IEEE-754
20        FFLAGS="$FFLAGS -byteswapio"
21        FOPTIM='-O0 -Mvect=sse -Mscalarsse -Mcache_align -Mnoflushz -Kieee'
22    fi
23    #- might want to use '-r8' for fizhi pkg:
24    #FFLAGS="$FFLAGS -r8"
25    

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

  ViewVC Help
Powered by ViewVC 1.1.22