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

Contents of /MITgcm/tools/build_options/osf1

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


Revision 1.3 - (show annotations) (download)
Thu Feb 18 17:03:57 2010 UTC (14 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +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,v 1.2 2003/08/27 22:12:31 edhill Exp $
4 #
5
6 S64='$(TOOLSDIR)/set64bitConst.sh'
7 MAKEDEPEND=makedepend
8 DEFINES='-DWORDLENGTH=4'
9
10
11 CPP='/usr/bin/cpp -P'
12 #ph: makedepend not available on some/many DEC Alpha's; use mkdep instead
13 FC='f77'
14 FFLAGS='-convert big_endian -r8 -extend_source -automatic -call_shared -notransform_loops -align dcommons'
15 FOPTIM='-O5 -fast -tune host -inline all'
16 #ph: -O5 probably too aggressive in conjunction with adjoint code
17 NOOPTFLAGS='-O0'
18 RMFILES='*.p.out'

  ViewVC Help
Powered by ViewVC 1.1.22