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

Annotation of /MITgcm/tools/build_options/osf1_halem

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


Revision 1.1 - (hide annotations) (download)
Wed Sep 3 19:34:57 2003 UTC (20 years, 8 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint51k_post, checkpoint51l_post, checkpoint51j_post, checkpoint51o_pre, checkpoint51n_pre, branchpoint-genmake2, checkpoint51q_post, checkpoint51r_post, checkpoint51i_post, checkpoint51l_pre, checkpoint51o_post, checkpoint51p_post, checkpoint52, checkpoint51f_post, checkpoint51h_pre, checkpoint51g_post, ecco_c52_e35, checkpoint52a_pre, checkpoint51m_post, checkpoint51t_post, checkpoint51n_post, checkpoint51i_pre, checkpoint51u_post, checkpoint51s_post
Branch point for: branch-nonh, branch-genmake2, tg2-branch, checkpoint51n_branch
initial version

1 edhill 1.1 #!/bin/bash
2     #
3     # $Header: /u/u3/gcmpack/MITgcm/tools/build_options/osf1,v 1.2 2003/08/27 22:12:31 edhill Exp $
4     #
5    
6     # confirmed on Halem by eh3, 2003-09-03
7    
8     LN='ln -s'
9     S64='$(TOOLSDIR)/set64bitConst.sh'
10     MAKEDEPEND='mkdep -f depend.out'
11     DEFINES='-DTARGET_DEC -DWORDLENGTH=1'
12    
13    
14     CPP='/usr/bin/cpp -P'
15     #ph: makedepend not available on some/many DEC Alpha's; use mkdep instead
16     FC='f77'
17     LINK='f77'
18     FFLAGS='-convert big_endian -r8 -extend_source -automatic -call_shared -notransform_loops -align dcommons'
19     FOPTIM='-O5 -fast -tune host -inline all'
20     #ph: -O5 probably too aggressive in conjunction with adjoint code
21     NOOPTFILES='barrier.F different_multiple.F external_fields_load.F'
22     NOOPTFLAGS='-O0'
23     RMFILES='*.p.out'

  ViewVC Help
Powered by ViewVC 1.1.22