/[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.4 - (show annotations) (download)
Thu Nov 13 22:03:39 2003 UTC (20 years, 6 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint52e_pre, checkpoint52e_post, hrcube_1, branch-netcdf, checkpoint52d_pre, checkpoint52b_pre, checkpoint52d_post, checkpoint52a_post, checkpoint52b_post, checkpoint52f_post, checkpoint52c_post, checkpoint52f_pre
Branch point for: netcdf-sm0
Changes since 1.3: +2 -3 lines
 o make "ln -s" handling smarter and remove it from the options files

1 #!/bin/bash
2 #
3 # $Header: /u/u3/gcmpack/MITgcm/tools/build_options/linux_ia32_g77,v 1.3 2003/10/09 04:19:20 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 # For IEEE, use the "-ffloat-store" option
14 if test "x$IEEE" = x ; then
15 FFLAGS='-Wimplicit -Wunused -Wuninitialized'
16 FOPTIM='-O3 -malign-double -funroll-loops'
17 else
18 FFLAGS='-Wimplicit -Wunused -ffloat-store'
19 FOPTIM='-O0 -malign-double'
20 fi

  ViewVC Help
Powered by ViewVC 1.1.22