make.cray

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

CRAY
54
字号
##############################################################################  Program:         SuperLU##  Module:          make.inc##  Purpose:         Top-level Definitions##  Creation date:   November 15, 1997  Version 1.1##  Modified:	    September 1, 1999 Version 2.0###############################################################################  The machine (platform) identifier to append to the library names#PLAT = _cray##  The name of the libraries to be created/linked to#TMGLIB       = libtmglib.aSUPERLULIB   = libsuperlu_3.0.a# #BLASDEF	     = -DUSE_VENDOR_BLASBLASLIB      =##  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       = -D_CRAY -O3 -h aggress #CFLAGS       = -O3 -h scalar3,aggress,split,unroll,inline3 -D_CRAYPTROPT	     = -h restrict=aFORTRAN	     = f77FFLAGS       = -OLOADER       = ccLOADOPTS     =##  C preprocessor defs for compilation for the Fortran interface#  (-DNoChange, -DAdd_, -DUpCase, or -DAdd__)#CDEFS        = -DUpCase## The directory in which Matlab is installed#MATLAB	     = /usr/local/matlab

⌨️ 快捷键说明

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