/[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.1 - (show annotations) (download)
Mon Sep 29 16:15:24 2003 UTC (20 years, 6 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint51f_post, checkpoint51k_post, checkpoint51o_post, checkpoint51g_post, checkpoint51q_post, checkpoint51o_pre, checkpoint52a_pre, checkpoint51r_post, checkpoint52, ecco_c52_e35, checkpoint51t_post, checkpoint51i_post, checkpoint51l_pre, checkpoint51n_pre, branchpoint-genmake2, checkpoint51p_post, checkpoint51n_post, checkpoint51h_pre, checkpoint51i_pre, checkpoint51l_post, checkpoint51u_post, checkpoint51m_post, checkpoint51s_post, checkpoint51j_post
Branch point for: tg2-branch, branch-genmake2, branch-nonh, checkpoint51n_branch
 o added a platform-detection mechanism to guess at the optfile to use
     when none are specified
 o changed some optfile names to reflect the new platform naming
     convention--more work still needed in this area
 o added parsing of MITGCM_* environment variables

1 #!/bin/bash
2 #
3 # $Header$
4 #
5 # tested on cg01 and confirmed to work, eh3 2003-09-08
6
7 FC=g77
8 DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4'
9 LN='/bin/ln -s'
10 CPP='/lib/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 -Wuninitialized -ffloat-store'
19 FOPTIM='-O0 -malign-double'
20 fi

  ViewVC Help
Powered by ViewVC 1.1.22