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

📄 make.t3e

📁 SuperLU 2.2版本。对大型、稀疏、非对称的线性系统的直接求解
💻 T3E
字号:
##############################################################################  Program:         SuperLU_DIST##  Module:          make.inc##  Purpose:         Top-level Definitions##  Creation date:   February 4, 1997  version alpha##  Modified:	    September 1, 1999  version 1.0#		    November 1, 2007   version 2.1###############################################################################  The machine (platform) identifier to append to the library names#PLAT		= _t3e##  The name of the libraries to be created/linked to#DSuperLUroot 	= $(HOME)/SuperLU_DIST_2.2DSUPERLULIB   	= $(DSuperLUroot)/lib/libsuperlu_dist_2.2.a#BLASDEF	     	= -DUSE_VENDOR_BLAS##PERFLIB	= -l pat pat.cld#PERFLIB	= -lappMETISLIB	=PARMETISLIB	=LIBS            = $(DSUPERLULIB) $(BLASLIB) $(PARMETISLIB) $(METISLIB)##  The archiver and the flag(s) to use when building archive (library)#  If your system has no ranlib, set RANLIB = echo.#ARCH         	= arARCHFLAGS    	= crRANLIB       	= ranlib############################################################################# C compiler setupCC           	= cc# CFLAGS should be set to be the C flags that include optimization#CFLAGS       	= -D_CRAY -DPRNTlevel=1 -O3 -h aggress,split,unrollCFLAGS       	= -O3 -D_CRAY -DPRNTlevel=0 -DDEBUGlevel=0 -DPROFlevel=0#		  -happrentice,inline0PTROPT	     	= -h restrict=a## NOOPTS should be set to be the C flags that turn off any optimization# This must be enforced to compile the two routines: slamch.c and dlamch.c.NOOPTS		=############################################################################# FORTRAN compiler setupFORTRAN		= f90FFLAGS		= -O3 -dp -i 32############################################################################LOADER       	= ccLOADOPTS   = ##############################################################################  C preprocessor defs for compilation (-DNoChange, -DAdd_, or -DUpCase)##  Need follow the convention of how C calls a Fortran routine.#CDEFS        = -DUpCase

⌨️ 快捷键说明

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