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

📄 make.inc

📁 LU分解求解矩阵方程组的解
💻 INC
字号:
##############################################################################  Program:         SuperLU_DIST##  Module:          make.inc##  Purpose:         Top-level Definitions##  Creation date:   February 4, 1999   version alpha##  Modified:	    September 1, 1999  version 1.0#                   March 15, 2003     version 2.0###############################################################################  The machine (platform) identifier to append to the library names#PLAT		= _sp##  The name of the libraries to be created/linked to#DSuperLUroot 	= $(HOME)/SuperLU_DIST_2.0DSUPERLULIB   	= $(DSuperLUroot)/libsuperlu_dist_2.0.a#BLASDEF	     	= -DUSE_VENDOR_BLASBLASLIB      	= -lessl#MPILIB		= -L/usr/lpp/ppe.poe/lib -lmpi_r#PERFLIB     	= -L/vol1/VAMPIR/lib -lVTLIBS	     	= $(DSUPERLULIB) $(BLASLIB) $(PERFLIB) $(MPILIB)##  The archiver and the flag(s) to use when building archive (library)#  If your system has no ranlib, set RANLIB = echo.#ARCH         	= ar# 64-bit:#ARCHFLAGS    	= -X64 crARCHFLAGS    	= crRANLIB       	= ranlib############################################################################# C compiler setup# 64-bit#CC           	= mpcc_rCC           	= mpcc# CFLAGS should be set to be the C flags that include optimizationCFLAGS          = -D_SP -qarch=PWR3 -qalias=allptrs \		  -DDEBUGlevel=0 -DPRNTlevel=1 -O3#-q64 #-qwarn64 -D_LONGINT## NOOPTS should be set to be the C flags that turn off any optimization# 64-bit#NOOPTS		= -q64NOOPTS		= ############################################################################# FORTRAN compiler setup# 64-bit#FORTRAN         = mpxlf90_rFORTRAN         = mpxlf90FFLAGS 		= -WF,-Dsp -O3 -Q -qstrict -qfixed -qinit=f90ptr -qarch=pwr3  #-q64 #-qintsize=8############################################################################# 64-bit#LOADER	= mpxlf90_rLOADER	        = mpxlf90# 32-bit:LOADOPTS	= -bmaxdata:0x70000000# 64-bit:#LOADOPTS	= -q64#############################################################################  C preprocessor defs for compilation (-DNoChange, -DAdd_, or -DUpCase)##  Need follow the convention of how C calls a Fortran routine.#CDEFS        = -DNoChange

⌨️ 快捷键说明

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