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

Contents of /MITgcm/tools/build_options/linux_ia32_pgf77

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


Revision 1.8 - (show annotations) (download)
Sun Mar 21 21:34:01 2010 UTC (14 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62p
Changes since 1.7: +8 -4 lines
- remove "-r8" option (more similar to other compiler optfile).
- does not set FFLAGS (done in genmake2) but append to it
- set EXTENDED_SRC_FLAG

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

  ViewVC Help
Powered by ViewVC 1.1.22