/[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.9 - (show 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 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_pgf77,v 1.8 2010/03/21 21:34:01 jmc Exp $
4 # $Name: $
5
6 FC='pgf77'
7 CC='pgcc'
8
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"

  ViewVC Help
Powered by ViewVC 1.1.22