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

Annotation of /MITgcm/tools/build_options/osf1_alpha_f77

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


Revision 1.1 - (hide annotations) (download)
Wed Nov 19 04:16:55 2003 UTC (20 years, 5 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint52l_pre, checkpoint52e_pre, hrcube4, checkpoint52n_post, checkpoint52j_post, checkpoint53d_post, checkpoint54a_pre, checkpoint52e_post, checkpoint53c_post, hrcube_1, checkpoint52j_pre, checkpoint54a_post, branch-netcdf, checkpoint52d_pre, checkpoint52l_post, checkpoint53b_post, checkpoint52k_post, checkpoint52b_pre, checkpoint54b_post, checkpoint53b_pre, checkpoint52m_post, checkpoint53a_post, checkpoint54, checkpoint53, checkpoint52d_post, checkpoint52b_post, checkpoint53g_post, checkpoint52f_post, checkpoint52c_post, hrcube5, checkpoint52i_post, checkpoint53f_post, checkpoint53d_pre, checkpoint52i_pre, checkpoint52h_pre, checkpoint52f_pre, hrcube_2, hrcube_3
Branch point for: netcdf-sm0
 o initial check-in

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

  ViewVC Help
Powered by ViewVC 1.1.22