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

Annotation of /MITgcm/tools/build_options/linux_ia32_pgf77

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


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

  ViewVC Help
Powered by ViewVC 1.1.22