--- MITgcm/tools/build_options/darwin_ppc_g77 2008/10/25 17:13:49 1.6 +++ MITgcm/tools/build_options/darwin_ppc_g77 2010/03/21 22:22:52 1.7 @@ -1,10 +1,11 @@ #!/bin/bash - -# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/build_options/darwin_ppc_g77,v 1.6 2008/10/25 17:13:49 mlosch Exp $ # +# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/build_options/darwin_ppc_g77,v 1.7 2010/03/21 22:22:52 jmc Exp $ +# $Name: $ + # tested on G4-PowerBook, 1GHz -# 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 # g77 can be optained from FINK: http://fink.sourceforge.net # @@ -28,7 +29,7 @@ FOPTIM='-O0' fi #ifndef REAL4_IS_SLOW -# _RS expands into real*4 and statements such as +# _RS expands into real*4 and statements such as # MAX(ABS(aV3d),myNorm) in ini_cg3d.F do not work with 'g77 -O3', # so we have to lower the optimization level here to -O1; # not clear why this is so, similar statements do work in ini_cg2d.F