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

Contents of /MITgcm/tools/build_options/linux_ia32_g77+cg01

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


Revision 1.2 - (show annotations) (download)
Thu Nov 13 22:03:39 2003 UTC (20 years, 6 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint52i_pre, checkpoint53f_post, checkpoint54a_pre, checkpoint53b_pre, checkpoint52e_post, checkpoint52j_post, checkpoint52j_pre, checkpoint54a_post, checkpoint52l_post, checkpoint52k_post, checkpoint52l_pre, checkpoint52b_post, branch-netcdf, checkpoint52e_pre, hrcube4, checkpoint54, checkpoint53b_post, checkpoint53, checkpoint52b_pre, checkpoint52n_post, checkpoint54b_post, checkpoint52d_post, checkpoint53d_pre, checkpoint52a_post, checkpoint54c_post, checkpoint54d_post, checkpoint52i_post, checkpoint53g_post, checkpoint52f_post, hrcube_3, checkpoint52c_post, checkpoint52d_pre, checkpoint53c_post, checkpoint53d_post, checkpoint52m_post, checkpoint52h_pre, checkpoint53a_post, checkpoint52f_pre, hrcube_1, hrcube_2, hrcube5
Branch point for: netcdf-sm0
Changes since 1.1: +1 -2 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+cg01,v 1.1 2003/09/29 16:15:24 edhill Exp $
4 #
5 # tested on cg01 and confirmed to work, eh3 2003-09-08
6
7 FC=g77
8 DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4'
9 CPP='/lib/cpp -traditional -P'
10 NOOPTFLAGS='-O0'
11
12 # For IEEE, use the "-ffloat-store" option
13 if test "x$IEEE" = x ; then
14 FFLAGS='-Wimplicit -Wunused -Wuninitialized'
15 FOPTIM='-O3 -malign-double -funroll-loops'
16 else
17 FFLAGS='-Wimplicit -Wunused -Wuninitialized -ffloat-store'
18 FOPTIM='-O0 -malign-double'
19 fi

  ViewVC Help
Powered by ViewVC 1.1.22