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

Annotation of /MITgcm/tools/build_options/linux_alpha_g77

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


Revision 1.4 - (hide annotations) (download)
Sun Mar 21 22:22:52 2010 UTC (14 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62p
Changes since 1.3: +2 -2 lines
add cvs Name and Header (if missing)

1 edhill 1.1 #!/bin/bash
2     #
3 jmc 1.4 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_alpha_g77,v 1.3 2004/08/29 15:38:32 edhill Exp $
4     # $Name: $
5 edhill 1.1
6     FC='g77'
7     FFLAGS=' '
8     DEFINES='-DWORDLENGTH=4'
9     CPP='cpp -traditional -P'
10    
11 edhill 1.3 # For IEEE, use the "-ffloat-store" option
12     if test "x$IEEE" = x ; then
13     FOPTIM='-ffast-math -fexpensive-optimizations -fomit-frame-pointer -O3'
14     FOPTIM='-O3 -funroll-loops'
15     else
16     FFLAGS='-Wimplicit -Wunused -ffloat-store'
17     FOPTIM='-O0'
18     fi
19    

  ViewVC Help
Powered by ViewVC 1.1.22