/[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.5 - (show annotations) (download)
Thu Jan 15 19:19:59 2004 UTC (20 years, 4 months ago) by edhill
Branch: MAIN
Changes since 1.4: +4 -1 lines
 o build the templates for type conversion in MNC
 o small fixes to error handling

1 #!/bin/bash
2 #
3 # $Header: /u/u3/gcmpack/MITgcm/tools/build_options/linux_ia32_g77,v 1.4 2003/11/13 22:03:39 edhill Exp $
4 # $Name: $
5 #
6
7
8 FC=g77
9 DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4'
10 CPP='cpp -traditional -P'
11 NOOPTFLAGS='-O0'
12
13 # netcdf
14 LIBS="-lnetcdf"
15
16 # For IEEE, use the "-ffloat-store" option
17 if test "x$IEEE" = x ; then
18 FFLAGS='-Wimplicit -Wunused -Wuninitialized'
19 FOPTIM='-O3 -malign-double -funroll-loops'
20 else
21 FFLAGS='-Wimplicit -Wunused -ffloat-store'
22 FOPTIM='-O0 -malign-double'
23 fi

  ViewVC Help
Powered by ViewVC 1.1.22