/[MITgcm]/MITgcm/lsopt/Makefile
ViewVC logotype

Diff of /MITgcm/lsopt/Makefile

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

revision 1.3 by heimbach, Thu Mar 4 17:59:18 2004 UTC revision 1.6 by heimbach, Wed Sep 7 14:55:32 2005 UTC
# Line 7  Line 7 
7  # prebuilt Fortran77 reference implementation BLAS libraries at  # prebuilt Fortran77 reference implementation BLAS libraries at
8  # http://www.netlib.org/blas/archives/  # http://www.netlib.org/blas/archives/
9  #  #
10    # Further high-performance BLAS libraries by Kazushige Goto at
11    # http://www.cs.utexas.edu/users/kgoto/
12    #
13  #***********************************************************************  #***********************************************************************
14    
15  # The optimization routines.  # The optimization routines.
# Line 30  CPP             = cat $< | /lib/cpp -P - Line 33  CPP             = cat $< | /lib/cpp -P -
33  ARFLAGS     = rv  ARFLAGS     = rv
34  ECCOOPTLIB  = liblsopt_ecco.a  ECCOOPTLIB  = liblsopt_ecco.a
35    
36    # Altix
37    #---------
38    #CPPFLAGS      = -DIS_DOUBLE
39    #FC              = ifort
40    #FFLAGS          = -mp -132 -r8 -i4 -w95 -W0 -WB -CB -fpe0 -traceback -convert big_endian -assume byterecl
41    
42  # O3K  # O3K
43  #---------  #---------
44  #CPPFLAGS       = -DIS_DOUBLE  #CPPFLAGS       = -DIS_DOUBLE

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

  ViewVC Help
Powered by ViewVC 1.1.22