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

Annotation of /MITgcm/tools/build_options/linux_ia32_pgf77

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


Revision 1.5 - (hide annotations) (download)
Tue Sep 21 19:51:10 2004 UTC (19 years, 7 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint55c_post, checkpoint55b_post
Changes since 1.4: +1 -2 lines
 o fixes for systems that do not have NetCDF libs
   - thank you to Patrick for pointing this out!

1 edhill 1.1 #!/bin/bash
2     #
3 edhill 1.5 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_pgf77,v 1.4 2004/09/18 16:09:44 edhill Exp $
4 edhill 1.1 #
5    
6     FC='pgf77'
7 molod 1.3 CC='gcc'
8 edhill 1.4 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='-tp p6 -v -O2 -Munroll -Mvect=cachesize:512000,transform'
15     else
16     # Try to follow IEEE-754
17     FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
18     FOPTIM='-tp p6 -v -O2 -Munroll -Mvect=cachesize:512000,transform -Kieee'
19     fi
20 edhill 1.1

  ViewVC Help
Powered by ViewVC 1.1.22