⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 make.altix

📁 SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems
💻 ALTIX
字号:
##############################################################################  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 = _Altix##  The name of the libraries to be created/linked to#SuperLUroot	= $(HOME)/Release_Codes/SuperLU_3.1SUPERLULIB   	= $(SuperLUroot)/lib/libsuperlu_3.1.aBLASDEF	     = -DUSE_VENDOR_BLAS#BLASLIB      = -L/usr/common/intel/mkl/8.1.014/lib/64 \#		-lmkl_solver -lmkl_lapack -lmkl_ipf -lguide -lmBLASLIB	     = $(MKL)TMGLIB       = tmglib$(PLAT).aLIBS	= $(SUPERLULIB) $(BLASLIB)##  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           = iccISA	     = -ftz -mpCFLAGS       = $(ISA) -O3NOOPTS	     = $(ISA) -O0FORTRAN	     = ifortFFLAGS       = -ftz -mp -O3LOADER       = iccLOADOPTS     = $(ISA)##  C preprocessor defs for compilation (-DNoChange, -DAdd_, or -DUpCase)#CDEFS        = -DAdd_## The directory in which Matlab is installed#MATLAB	= /usr/common/usg/matlab/7.1.0.R14

⌨️ 快捷键说明

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