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

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

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


Revision 1.3 - (show annotations) (download)
Fri Jun 15 16:28:58 2007 UTC (16 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59q, checkpoint59p, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j
Changes since 1.2: +2 -2 lines
put back "-Mscalarsse" for compiling with -ieee : does not change results
 with pgf77 v6.1 (could be the default ?) but needed with pgf77 5.2

1 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_pgf77+authors_fc5,v 1.2 2007/06/13 01:21:09 jmc Exp $
4 #
5
6 FC='/usr/local/pkg/pgi/pgi-6.1-5/linux86/6.1/bin/pgf77'
7 CC='/usr/local/pkg/pgi/pgi-6.1-5/linux86/6.1/bin/pgcc'
8 DEFINES='-DWORDLENGTH=4'
9 CPP='cpp -traditional -P'
10 # INCLUDES="-I/scratch/edhill/netcdf_for_pgi/pgi_fc3/include"
11 # LIBS="-L/scratch/edhill/netcdf_for_pgi/pgi_fc3/lib"
12
13 if test "x$IEEE" = x ; then
14 # No need for IEEE-754
15 FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
16 FOPTIM='-fastsse -Mvect=cachesize:524288,transform'
17 else
18 # Try to follow IEEE-754
19 FFLAGS='-byteswapio -r8'
20 FOPTIM='-O0 -Mscalarsse -Mcache_align -Mnoflushz -Kieee'
21 fi

  ViewVC Help
Powered by ViewVC 1.1.22