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

📄 makefile.sm

📁 mpi并行计算的c++代码 可用vc或gcc编译通过 可以用来搭建并行计算试验环境
💻 SM
字号:
# All of these routines are internalmpi_sources = lib${MPILIBNAME}_a_SOURCES = dbginit.cINCLUDES = -I../../include -I${top_srcdir}/src/includeprofilelib_${MPILIBNAME} = ${PMPILIBNAME}## We need to make sure that dbginit is compiled with -g, so# we use an explicit target.  Note that there are no PMPI functions in# this directory)dbginit.o: dbginit.c	$(C_COMPILE) -g -c @PROFILE_DEF_MPI@ $<## We may want to add some documentation on using the various debugger# interfaces by adding the appropriate files to the doc listsdoc_HTML_SOURCES = ${mpi_sources}doc_MAN_SOURCES = ${mpi_sources}doc_LATEX_SOURCES = ${mpi_sources}

⌨️ 快捷键说明

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