📄 #make.i386_linux#
字号:
############################################################################## 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## January 18, 2006 Sam Adams# General Dynamics - Network Systems# works for i386 Linux, with LAM-MPI 7.1.1 and GCC 4.############################################################################### The machine (platform) identifier to append to the library names#PLAT = _i386## The name of the libraries to be created/linked to#DSuperLUroot = /opt/SuperLU_DIST_2.0DSUPERLULIB = $(DSuperLUroot)/lib/libsuperlu_dist_2.0.a#BLASDEF = -DUSE_VENDOR_BLASBLASLIB = /usr/lib/libblas.so.3METISLIB =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 = mpicc# CFLAGS should be set to be the C flags that include optimizationCFLAGS = -pipe -O2## NOOPTS should be set to be the C flags that turn off any optimizationNOOPTS = ############################################################################# FORTRAN compiler setupFORTRAN = mpif77FFLAGS = ############################################################################LOADER = mpif77LOADOPTS = ############################################################################# C preprocessor defs for compilation (-DNoChange, -DAdd_, or -DUpCase)## Need follow the convention of how C calls a Fortran routine.#CDEFS = -DAdd__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -