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

Contents of /MITgcm/tools/build_options/linux_ia32_pgf77+authors_fc2

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


Revision 1.2 - (show annotations) (download)
Sun Mar 21 16:08:28 2010 UTC (14 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
FILE REMOVED
move to "unsupported" (no longer any author platform with fc2 & fc3 OS)

1 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_pgf77+authors_fc2,v 1.1 2005/04/26 20:15:38 edhill Exp $
4 #
5
6 FC='/usr/local/pkg/pgi/pgi-5.2/linux86/5.2/bin/pgf77'
7 CC='/usr/local/pkg/pgi/pgi-5.2/linux86/5.2/bin/pgcc'
8 DEFINES='-DWORDLENGTH=4'
9 CPP='cpp -traditional -P'
10
11 if test "x$IEEE" = x ; then
12 # No need for IEEE-754
13 FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
14 FOPTIM='-fastsse -Mvect=cachesize:524288,transform'
15 else
16 # Try to follow IEEE-754
17 FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
18 FOPTIM='-O0 -Mvect=sse -Mscalarsse -Mcache_align -Mnoflushz -Kieee'
19 fi

  ViewVC Help
Powered by ViewVC 1.1.22