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

Annotation of /MITgcm/tools/build_options/linux_ia32_g77

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


Revision 1.10 - (hide annotations) (download)
Tue Sep 21 19:51:10 2004 UTC (19 years, 7 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint55c_post, checkpoint55d_pre, checkpoint55b_post, checkpoint55e_post, checkpoint55d_post
Changes since 1.9: +2 -3 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.10 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_g77,v 1.9 2004/09/18 16:09:44 edhill Exp $
4 edhill 1.4 # $Name: $
5 edhill 1.1 #
6    
7    
8     FC=g77
9 edhill 1.7 CC=gcc
10 edhill 1.1 DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4'
11     CPP='cpp -traditional -P'
12     NOOPTFLAGS='-O0'
13 edhill 1.5
14 edhill 1.1 if test "x$IEEE" = x ; then
15 edhill 1.7 # No need for IEEE-754
16 edhill 1.1 FFLAGS='-Wimplicit -Wunused -Wuninitialized'
17     FOPTIM='-O3 -malign-double -funroll-loops'
18     else
19 edhill 1.7 # Try to follow IEEE-754
20 edhill 1.8 FFLAGS='-Wimplicit -Wunused -ffloat-store'
21 edhill 1.1 FOPTIM='-O0 -malign-double'
22     fi
23    
24 edhill 1.10
25 edhill 1.1

  ViewVC Help
Powered by ViewVC 1.1.22