/[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.6 - (show annotations) (download)
Fri Jan 16 17:52:55 2004 UTC (20 years, 4 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint52l_pre, hrcube4, checkpoint52n_post, checkpoint52j_post, checkpoint53d_post, checkpoint54a_pre, checkpoint54a_post, checkpoint53c_post, checkpoint52l_post, checkpoint53b_post, checkpoint52k_post, checkpoint54b_post, checkpoint53b_pre, checkpoint54d_post, checkpoint52m_post, checkpoint53a_post, checkpoint54, checkpoint53, checkpoint53g_post, hrcube5, checkpoint52i_post, checkpoint52j_pre, checkpoint53f_post, checkpoint53d_pre, checkpoint54c_post, checkpoint52i_pre, checkpoint52h_pre, hrcube_2, hrcube_3
Changes since 1.5: +2 -2 lines
 o remove NetCDF library -- we need to add a check in genmake first

1 #!/bin/bash
2 #
3 # $Header: /u/u3/gcmpack/MITgcm/tools/build_options/linux_ia32_g77,v 1.5 2004/01/15 19:19:59 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