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

📄 make-solaris.include

📁 C++编写的高性能矩阵乘法的Stranssen算法
💻 INCLUDE
字号:
# Make include file for ARCH=sun4U_ARCH         = _$(ARCH)  # debug flags for C compiler  OPTFLAGS_D     = -g# optimized flags for C compilerOPTFLAGS_O     = -O# default flags for C compiler (usually optimized)OPTFLAGS       = $(OPTFLAGS_O)# C compilerCC             = gcc# C linkerCLINKER        = $(CC)# debug flags for Fortran compilerFOPTFLAGS_D    = -g# optimized flags for Fortran compilerFOPTFLAGS_O    = -O3# default flags for Fortran compiler (usually optimized)FOPTFLAGS      = $(FOPTFLAGS_O)# Fortran compilerF77            = f77# Fortran LinkerFLINKER        = $(F77)# C/Fortran linkerCFLINKER       = $(F77)# debug linker flagsLFLAGS_D	= -g# optimized linker flagsLFLAGS_O	= # default linker flags (usually optimized)LFLAGS		= $(LFLAGS_O)# where to get cppCPP            = /usr/ccs/lib/cpp# CPP flagsCPP_FLAGS      = -DPRISM_SUN# archiver to create librariesAR             = ar cr# how to do ranlib on librariesRANLIB         = ranlib# CPP options for codePRISM_DEFINES  = -DPRISM_SUN -DSTRAS_FORTRAN_ADD -DSTRAS_FORTRAN_SUB#PRISM_DEFINES = -DPRISM_SUN -DSTRAS_BLAS_ADD    -DSTRAS_BLAS_SUB # default uses STRAS_POINTER_ADD and STRAS_POINTER_SUB#PRISM_DEFINES = -DPRISM_SUN  # how to link in BLAS libraryBLAS_LIB       = $(PRISM_BLAS_LIB)# how to link in LAPACK libraryLAPACK_LIB     = $(PRISM_LAPACK_LIB)# path for librariesLIB_PATH       = # what libraries to link inLIB_LIST       = -lm# what clock to useOBJS_CLOCK     = prism_time.o_$(ARCH)# machine specific objects that are neededOBJS_MACHINE   = 

⌨️ 快捷键说明

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