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

Contents of /MITgcm/tools/build_options/osf1_alpha_f77

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


Revision 1.2 - (show annotations) (download)
Sat Jul 17 02:05:34 2004 UTC (19 years, 10 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint54c_post
Changes since 1.1: +6 -2 lines
 o prefer the included ("cyrus") genmake since its superior to mkdep
   - tested on halem

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

  ViewVC Help
Powered by ViewVC 1.1.22