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

Annotation of /MITgcm/tools/build_options/darwin_absoft_f77

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


Revision 1.1 - (hide annotations) (download)
Wed Sep 24 12:03:36 2003 UTC (20 years, 7 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint51k_post, checkpoint51o_pre, checkpoint51n_pre, checkpoint51l_post, checkpoint51q_post, checkpoint51j_post, checkpoint51o_post, checkpoint51p_post, checkpoint52a_pre, checkpoint51i_post, checkpoint52, checkpoint51f_post, checkpoint51r_post, branchpoint-genmake2, checkpoint51h_pre, checkpoint51l_pre, checkpoint51g_post, ecco_c52_e35, checkpoint51t_post, checkpoint51n_post, checkpoint51i_pre, checkpoint51u_post, checkpoint51m_post, checkpoint51s_post
Branch point for: branch-nonh, branch-genmake2, tg2-branch, checkpoint51n_branch
initial checkin of Martin's Mac OSX optfiles

1 edhill 1.1 #!/bin/bash
2    
3     # $Header$
4     #
5     # tested on G4-PowerBook, 1GHz
6     # uname -mrsvp:
7     # Darwin 6.6 Darwin Kernel Version 6.6: Thu May 1 21:48:54 PDT 2003;
8     # root:xnu/xnu-344.34.obj~1/RELEASE_PPC Power Macintosh powerpc
9     # cc-compiler is available only with the Apple Developer Tools,
10     # so make sure that those are installed
11     #
12    
13     LN='/bin/ln -s'
14     CPP='/usr/bin/cpp -traditional -P'
15     FC='/Applications/Absoft/bin/f77'
16     LINK='/Applications/Absoft/bin/f77'
17     # -w: allow long source lines (up to 132 columns)
18     # -W: suppress all warning messages
19     # -N113: promotes real to 64bit, and complex to 128bit
20     # -N109: folds everything into UPPER case
21     # -f: folds everything into lower case
22     # -N3: inlcude record length information for squential unformatted files
23     # -N15: append trailing underscores to procedure names
24     # -q: quiet mode
25     # -O: standard set of optimizations
26     # -U: standard level of loop-unrolling (slows down compilation considerably)
27     FFLAGS='-w -W -f -N15 -N113 -q'
28     FOPTIM='-O -U'
29     NOOPTFLAGS=
30     LIBS='-L/Applications/Absoft/lib -lU77'
31    
32     S64='$(TOOLSDIR)/set64bitConst.sh'
33     #MAKEDEPEND='${TOOLSDIR}/xmakedepend'
34     MAKEDEPEND='makedepend'
35     DEFINES='-DWORDLENGTH=4'

  ViewVC Help
Powered by ViewVC 1.1.22