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

Diff of /MITgcm/tools/build_options/sunos_sun4u_g77

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

revision 1.3 by mlosch, Thu Dec 16 08:30:11 2004 UTC revision 1.6 by mlosch, Sat Feb 26 07:25:21 2005 UTC
# Line 4  Line 4 
4  #  $Name$  #  $Name$
5  #  #
6  # tested without NetCDF support on  # tested without NetCDF support on
7  # SunOS model 5.9 Generic_112233-11 sun4u sparc SUNW,Sun-Fire-15000  # SunOS model.awi-bremerhaven.de 5.9 Generic_112233-11 sun4u sparc SUNW,Sun-Fire-15000
8  # with f90: Forte Developer 7 Fortran 95 7.0 Patch 111714-03 2002/11/19  # SunOS tphs14.awi-bremerhaven.de 5.8 Generic_117350-08 sun4u sparc SUNW,Sun-Blade-1000
9    # with g77 version 2.95.3 20010315 (release) (from FSF-g77 version 0.5.25 20010315 (release))
10    
11    FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X ## _"
12  DEFINES='-DWORDLENGTH=4'  DEFINES='-DWORDLENGTH=4'
13  AWK='gawk'  AWK='gawk'
14  MAKEDEPEND='$(TOOLSDIR)/xmakedepend'  MAKEDEPEND='$(TOOLSDIR)/xmakedepend'
15  MAKE='gmake'  #MAKE='gmake'
16  CPP='/usr/ccs/lib/cpp -P'  CPP='/usr/ccs/lib/cpp -P'
17    # this one works, too
18    #CPP='/opt/sfw/bin/cpp -traditional -P'
19  FC=g77  FC=g77
20    CC=gcc
21  # This is an example of how to specify where your  # This is an example of how to specify where your
22  # netcdf libraries and include files are;  # netcdf libraries and include files are;
23  # in this particular example, they are in  # in this particular example, they are in
24  # /usr/local/libs and /usr/local/include.  # /usr/local/libs and /usr/local/include.
25  # For g77, it is  probably necessary to use libraries  # For g77, it is  probably necessary to use libraries
26  # that have been compiled with g77 as well.  # that have been compiled with g77 as well.
27  INCLUDES='-I/usr/local/include'  #INCLUDES='-I/usr/local/include'
28  LIBS='-L/usr/local/lib -lnetcdf'  #LIBS='-L/usr/local/lib -lnetcdf'
29    
30  NOOPTFLAGS='-O0'  NOOPTFLAGS='-O0'
31  #  For IEEE, use the "-ffloat-store" option  #  For IEEE, use the "-ffloat-store" option

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

  ViewVC Help
Powered by ViewVC 1.1.22