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

Annotation 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 - (hide annotations) (download)
Sun Mar 21 16:08:28 2010 UTC (14 years, 2 months 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 edhill 1.1 #!/bin/bash
2     #
3 jmc 1.2 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_pgf77+authors_fc2,v 1.1 2005/04/26 20:15:38 edhill Exp $
4 edhill 1.1 #
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
20    

  ViewVC Help
Powered by ViewVC 1.1.22