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

Annotation of /MITgcm/tools/build_options/linux_ia64_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:53 2010 UTC (14 years, 1 month 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 -3 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_ia64_g77,v 1.3 2004/08/29 15:38:33 edhill Exp $
4     # $Name: $
5 edhill 1.1
6     FC=g77
7     DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4'
8     CPP='cpp -traditional -P'
9     NOOPTFLAGS='-O0'
10    
11     # For IEEE, use the "-ffloat-store" option
12     if test "x$IEEE" = x ; then
13     FFLAGS='-Wimplicit -Wunused -Wuninitialized'
14     FOPTIM='-O3 -funroll-loops'
15     else
16 edhill 1.3 FFLAGS='-Wimplicit -Wunused -ffloat-store'
17 edhill 1.1 FOPTIM='-O0'
18     fi
19    
20    
21    

  ViewVC Help
Powered by ViewVC 1.1.22