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

Diff of /MITgcm/tools/build_options/darwin_absoft_f77

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

revision 1.2 by edhill, Thu Nov 13 22:03:39 2003 UTC revision 1.3 by jmc, Sun Mar 21 22:22:52 2010 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
   
 # $Header$  
2  #  #
3    # $Header$
4    # $Name$
5    
6  # tested on G4-PowerBook, 1GHz  # tested on G4-PowerBook, 1GHz
7  # uname -mrsvp:  # uname -mrsvp:
8  # Darwin 6.6 Darwin Kernel Version 6.6: Thu May  1 21:48:54 PDT 2003;  # Darwin 6.6 Darwin Kernel Version 6.6: Thu May  1 21:48:54 PDT 2003;
9  # root:xnu/xnu-344.34.obj~1/RELEASE_PPC  Power Macintosh powerpc  # root:xnu/xnu-344.34.obj~1/RELEASE_PPC  Power Macintosh powerpc
10  # cc-compiler is available only with the Apple Developer Tools,  # cc-compiler is available only with the Apple Developer Tools,
11  # so make sure that those are installed  # so make sure that those are installed
12  #  #
13    
14  CPP='/usr/bin/cpp -traditional -P'  CPP='/usr/bin/cpp -traditional -P'
# Line 15  FC='/Applications/Absoft/bin/f77' Line 16  FC='/Applications/Absoft/bin/f77'
16  LINK='/Applications/Absoft/bin/f77'  LINK='/Applications/Absoft/bin/f77'
17  # -w: allow long source lines (up to 132 columns)  # -w: allow long source lines (up to 132 columns)
18  # -W: suppress all warning messages  # -W: suppress all warning messages
19  # -N113: promotes real to 64bit, and complex to 128bit  # -N113: promotes real to 64bit, and complex to 128bit
20  # -N109: folds everything into UPPER case  # -N109: folds everything into UPPER case
21  # -f: folds everything into lower case  # -f: folds everything into lower case
22  # -N3: inlcude record length information for squential unformatted files  # -N3: inlcude record length information for squential unformatted files

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22