make.hppa

来自「LU矩阵分解单机版最新版本」· HPPA 代码 · 共 55 行

HPPA
55
字号
##############################################################################  Program:         SuperLU##  Module:          make.inc##  Purpose:         Top-level Definitions##  Creation date:   October 2, 1995##  Modified:        February 4, 1997  Version 1.0#		    November 15, 1997 Version 1.1#		    September 1, 1999 Version 2.0###############################################################################  The machine (platform) identifier to append to the library names#PLAT = _hppa##  The name of the libraries to be created/linked to#TMGLIB       = libtmglib.aSUPERLULIB   = libsuperlu_3.0.aBLASDEF      = -DUSE_VENDOR_BLASBLASLIB      = -lblas -lcl##  The archiver and the flag(s) to use when building archive (library)#  If your system has no ranlib, set RANLIB = echo.#ARCH         = arARCHFLAGS    = crRANLIB       = echo# # Compiler and optimization#CC           = gccCFLAGS       = -O3FORTRAN	     = f77FFLAGS       = -OLOADER       = gccLOADOPTS     = -O3##  C preprocessor defs for compilation for the Fortran interface#  (-DNoChange, -DAdd_, -DUpCase, or -DAdd__)#CDEFS        = -DNoChange## The directory in which Matlab is installed#MATLAB	     = /usr/sww/matlab

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?