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

Contents of /MITgcm/tools/build_options/linux_ia32_g77

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


Revision 1.11 - (show annotations) (download)
Wed Oct 13 03:59:02 2004 UTC (19 years, 7 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint55j_post, checkpoint56b_post, checkpoint55h_post, checkpoint56c_post, checkpoint55g_post, checkpoint55f_post, checkpoint55i_post, checkpoint56, checkpoint56a_post
Changes since 1.10: +2 -2 lines
 o add include for NetCDF

1 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_g77,v 1.10 2004/09/21 19:51:10 edhill Exp $
4 # $Name: $
5 #
6
7
8 FC=g77
9 CC=gcc
10 DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4'
11 CPP='cpp -traditional -P'
12 NOOPTFLAGS='-O0'
13
14 if test "x$IEEE" = x ; then
15 # No need for IEEE-754
16 FFLAGS='-Wimplicit -Wunused -Wuninitialized'
17 FOPTIM='-O3 -malign-double -funroll-loops'
18 else
19 # Try to follow IEEE-754
20 FFLAGS='-Wimplicit -Wunused -ffloat-store'
21 FOPTIM='-O0 -malign-double'
22 fi
23
24 INCLUDES='-I/usr/include/netcdf'

  ViewVC Help
Powered by ViewVC 1.1.22