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

Annotation 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.2 - (hide annotations) (download)
Wed Jun 13 01:21:09 2007 UTC (16 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.1: +3 -3 lines
remove -Mvect=sse -Mscalarsse options in -ieee case (used for testing)

1 edhill 1.1 #!/bin/bash
2     #
3 jmc 1.2 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_pgf77+authors_fc5,v 1.1 2006/05/18 03:10:54 edhill Exp $
4 edhill 1.1 #
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 jmc 1.2 FFLAGS='-byteswapio -r8'
20     FOPTIM='-O0 -Mcache_align -Mnoflushz -Kieee'
21 edhill 1.1 fi
22    

  ViewVC Help
Powered by ViewVC 1.1.22