/[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.9 - (hide annotations) (download)
Sun Dec 19 22:42:23 2010 UTC (13 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63a, checkpoint63b, checkpoint63, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x
Changes since 1.8: +3 -2 lines
add "-DNML_EXTENDED_F77" to the DEFINES list for pgf77 and g77 optfiles

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

  ViewVC Help
Powered by ViewVC 1.1.22