Attachment 'make.inc'

Download

   1 ############################################################################
   2 #
   3 #  Program:         SuperLU
   4 #
   5 #  Module:          make.inc
   6 #
   7 #  Purpose:         Top-level Definitions
   8 #
   9 #  Creation date:   October 2, 1995
  10 #
  11 #  Modified:        February 4, 1997  Version 1.0
  12 #                   November 15, 1997 Version 1.1
  13 #                   September 1, 1999 Version 2.0
  14 #                   February 12, 2002 Philipp Frauenfelder, Debian 3.0
  15 #
  16 ############################################################################
  17 #
  18 #  The machine (platform) identifier to append to the library names
  19 #
  20 PLAT = _linux
  21 
  22 #
  23 #  The name of the libraries to be created/linked to
  24 #
  25 TMGLIB       = libtmg.a
  26 SUPERLULIB   = libsuperlu.a
  27 BLASDEF      = -DUSE_VENDOR_BLAS
  28 BLASLIB      = -lblas -lg2c
  29 
  30 #
  31 #  The archiver and the flag(s) to use when building archive (library)
  32 #  If your system has no ranlib, set RANLIB = echo.
  33 #
  34 ARCH         = ar
  35 ARCHFLAGS    = cr
  36 RANLIB       = ranlib
  37 # 
  38 # Compiler and optimization
  39 #
  40 CC           = gcc
  41 CFLAGS       = -O3
  42 FORTRAN      = g77
  43 FFLAGS       = -O
  44 LOADER       = gcc
  45 LOADOPTS     = -O3
  46 #
  47 #  C preprocessor defs for compilation (-DNoChange, -DAdd_, or -DUpCase)
  48 #
  49 CDEFS        = -DAdd_
  50 #
  51 # The directory in which Matlab is installed
  52 #
  53 #MATLAB      = /usr/sww/matlab

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2020-07-06 14:13:39, 1.3 KB) [[attachment:make.inc]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.