/[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.6 - (hide annotations) (download)
Sat Sep 25 00:42:14 2004 UTC (19 years, 7 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint55d_pre, checkpoint57b_post, checkpoint57c_pre, checkpoint55j_post, checkpoint56b_post, checkpoint55h_post, checkpoint56c_post, checkpoint57a_post, checkpoint55g_post, checkpoint55f_post, checkpoint57a_pre, checkpoint55i_post, checkpoint57, checkpoint56, checkpoint57c_post, checkpoint55e_post, checkpoint56a_post, checkpoint55d_post
Changes since 1.5: +5 -3 lines
Commented some compiler optim flags

1 edhill 1.1 #!/bin/bash
2     #
3 heimbach 1.6 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_pgf77,v 1.5 2004/09/21 19:51:10 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 heimbach 1.6 FOPTIM='-tp p6 -v -O2 -Munroll'
15     # -Mvect=cachesize:512000,transform
16 edhill 1.4 else
17     # Try to follow IEEE-754
18     FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
19 heimbach 1.6 FOPTIM='-tp p6 -v -O2 -Munroll -Kieee'
20     # -Mvect=cachesize:512000,transform
21 edhill 1.4 fi
22 edhill 1.1

  ViewVC Help
Powered by ViewVC 1.1.22