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

Contents of /MITgcm/tools/build_options/osf1_halem

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


Revision 1.4 - (show annotations) (download)
Thu Feb 18 17:03:58 2010 UTC (14 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +1 -1 lines
FILE REMOVED
move (some) old optfiles from tools/build_options/ to tools/build_options/unsupported/

1 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/osf1_halem,v 1.3 2005/02/14 22:13:45 molod 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/local/bin/cpp -P -traditional'
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