/[MITgcm]/MITgcm/tools/build_options/osf1_alpha_g77
ViewVC logotype

Contents of /MITgcm/tools/build_options/osf1_alpha_g77

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


Revision 1.5 - (show annotations) (download)
Fri Mar 4 00:12:23 2005 UTC (19 years ago) by edhill
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint57t_post, checkpoint57o_post, checkpoint58e_post, mitgcm_mapl_00, checkpoint58u_post, checkpoint58w_post, checkpoint57f_post, checkpoint57s_post, checkpoint57k_post, checkpoint57g_post, checkpoint60, checkpoint61, checkpoint62, checkpoint58r_post, checkpoint57i_post, checkpoint57y_post, checkpoint57m_post, checkpoint58n_post, checkpoint58x_post, checkpoint57g_pre, checkpoint58t_post, checkpoint58h_post, checkpoint57y_pre, checkpoint57f_pre, checkpoint58q_post, checkpoint57v_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint58j_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint57r_post, checkpoint59, checkpoint58, checkpoint57h_done, checkpoint58f_post, checkpoint57x_post, checkpoint57n_post, checkpoint58d_post, checkpoint58c_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint58a_post, checkpoint58i_post, checkpoint57q_post, checkpoint58g_post, checkpoint58o_post, checkpoint57z_post, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62p, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint58p_post, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint57j_post, checkpoint61z, checkpoint61x, checkpoint61y, checkpoint58b_post, checkpoint57h_pre, checkpoint58m_post, checkpoint57l_post, checkpoint57h_post
Changes since 1.4: +2 -2 lines
 o use GNU cpp since it can handle the Fortran '//' syntax

1 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/osf1_alpha_g77,v 1.4 2005/03/03 22:53:03 edhill Exp $
4 # $Name: $
5 #
6
7
8 FC=g77
9 DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4'
10 CPP='/usr/local/bin/cpp -traditional -P'
11 NOOPTFLAGS='-O0'
12 #EH3 Remove the buggy mkdep since the newly included cyrus version
13 #EH3 works much better on machines such as "halem"
14 #EH3 MAKEDEPEND='mkdep -f depend.out'
15
16 FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X ## _"
17
18 # netcdf
19 # DOES NOT (YET) WORK because the netcdf library installed on Halem
20 # was compiled with the "f77" compiler and the library is not
21 # compatible with g77 -- so we need to either build our own lib for
22 # g77 or ask the admins to do so.
23 # INCLUDES="$INCLUDES -I/usr/ulocal/stow/netcdf-3.5.1/include"
24 # LIBS="-L/usr/ulocal/stow/netcdf-3.5.1/lib -lnetcdf"
25
26 # For IEEE, use the "-ffloat-store" option
27 if test "x$IEEE" = x ; then
28 FFLAGS='-Wimplicit -Wunused -Wuninitialized'
29 FOPTIM='-O3 -funroll-loops'
30 else
31 FFLAGS='-Wimplicit -Wunused -ffloat-store'
32 FOPTIM='-O0'
33 fi

  ViewVC Help
Powered by ViewVC 1.1.22