--- MITgcm/tools/build_options/darwin_absoft_f77 2003/11/13 22:03:39 1.2 +++ MITgcm/tools/build_options/darwin_absoft_f77 2010/03/21 22:22:52 1.3 @@ -1,13 +1,14 @@ #!/bin/bash - -# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/build_options/darwin_absoft_f77,v 1.2 2003/11/13 22:03:39 edhill Exp $ # +# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/build_options/darwin_absoft_f77,v 1.3 2010/03/21 22:22:52 jmc Exp $ +# $Name: $ + # tested on G4-PowerBook, 1GHz -# uname -mrsvp: +# uname -mrsvp: # Darwin 6.6 Darwin Kernel Version 6.6: Thu May 1 21:48:54 PDT 2003; # root:xnu/xnu-344.34.obj~1/RELEASE_PPC Power Macintosh powerpc -# cc-compiler is available only with the Apple Developer Tools, -# so make sure that those are installed +# cc-compiler is available only with the Apple Developer Tools, +# so make sure that those are installed # CPP='/usr/bin/cpp -traditional -P' @@ -15,7 +16,7 @@ LINK='/Applications/Absoft/bin/f77' # -w: allow long source lines (up to 132 columns) # -W: suppress all warning messages -# -N113: promotes real to 64bit, and complex to 128bit +# -N113: promotes real to 64bit, and complex to 128bit # -N109: folds everything into UPPER case # -f: folds everything into lower case # -N3: inlcude record length information for squential unformatted files