/[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.2 by edhill, Mon Mar 1 18:29:54 2004 UTC revision 1.3 by mlosch, Thu Dec 16 08:30:11 2004 UTC
# Line 3  Line 3 
3  #  $Header$  #  $Header$
4  #  $Name$  #  $Name$
5  #  #
6    # tested without NetCDF support on
7    # SunOS model 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
9    
10    
 FC=g77  
 #DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4'  
11  DEFINES='-DWORDLENGTH=4'  DEFINES='-DWORDLENGTH=4'
 CPP='cpp  -traditional -P'  
 NOOPTFLAGS='-O0'  
12  AWK='gawk'  AWK='gawk'
13    MAKEDEPEND='$(TOOLSDIR)/xmakedepend'
14  MAKE='gmake'  MAKE='gmake'
15    CPP='/usr/ccs/lib/cpp -P'
16    FC=g77
17    # This is an example of how to specify where your
18    # netcdf libraries and include files are;
19    # in this particular example, they are in
20    # /usr/local/libs and /usr/local/include.
21    # For g77, it is  probably necessary to use libraries
22    # that have been compiled with g77 as well.
23    INCLUDES='-I/usr/local/include'
24    LIBS='-L/usr/local/lib -lnetcdf'
25    
26  # netcdf  NOOPTFLAGS='-O0'
 # LIBS="-lnetcdf"  
   
27  #  For IEEE, use the "-ffloat-store" option  #  For IEEE, use the "-ffloat-store" option
28  if test "x$IEEE" = x ; then  if test "x$IEEE" = x ; then
29      FFLAGS='-Wimplicit -Wunused -Wuninitialized'      FFLAGS='-Wimplicit -Wunused -Wuninitialized'

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

  ViewVC Help
Powered by ViewVC 1.1.22