📄 make.inc
字号:
############################################################################## 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 name of the libraries to be created/linked to#TMGLIB = libtmglib.aSUPERLULIB = libsuperlu_3.0.aBLASLIB = ../libblas.a## The archiver and the flag(s) to use when building archive (library)# If your system has no ranlib, set RANLIB = echo.#ARCH = arARCHFLAGS = crRANLIB = ranlibCC = ccCFLAGS = -xO3 -xcg92FORTRAN = f77FFLAGS = -OLOADER = ccLOADOPTS = -xO3## C preprocessor defs for compilation (-DNoChange, -DAdd_, or -DUpCase)#CDEFS = -DAdd_## The directory in which Matlab is installed#MATLAB = /usr/sww/pkg/matlab
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -