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

📄 make-sun4.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            = acc#CC             = 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       = $(CLINKER)# -Bstatic added so you don't get link error when using # acc with C mixed with Fortran# use these with acc# debug linker flagsLFLAGS_D      = -g -Bstatic# optimized linker flagsLFLAGS_O      = -Bstatic# use these with gcc# debug linker flags#LFLAGS_D       = -g -static# optimized linker flags#LFLAGS_O       = -static# default linker flags (usually optimized)LFLAGS         = $(LFLAGS_O)# where to get cppCPP            = /lib/cpp# CPP flagsCPP_FLAGS      = -DPRISM_SUN# archiver to create librariesAR             = ar clr# 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 + -