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

📄 makefile.sm

📁 mpi并行计算的c++代码 可用vc或gcc编译通过 可以用来搭建并行计算试验环境
💻 SM
字号:
mpi_sources = address.c get_address.c get_count.c \ get_elements.c pack.c unpack.c pack_size.c status_set_elements.c \ type_get_name.c \ type_set_name.c type_size.c type_extent.c type_vector.c type_commit.c \ type_indexed.c type_hindexed.c type_struct.c \ type_contiguous.c type_free.c type_hvector.c type_dup.c \ type_get_envelope.c type_get_contents.c \ type_ub.c type_lb.c type_get_extent.c type_get_true_extent.c \ type_match_size.c \ type_create_struct.c type_create_hindexed.c type_create_hvector.c \ pack_external.c pack_external_size.c unpack_external.c \ type_create_indexed_block.c type_create_resized.c \ type_create_darray.c type_create_subarray.cwin_sources = register_datarep.cHEADERS = datatype.hlib${MPILIBNAME}_a_SOURCES = $(mpi_sources) typeutil.cprofilelib_${MPILIBNAME} = ${PMPILIBNAME}profilelib_${MPILIBNAME}_SOURCES = ${mpi_sources}INCLUDES = -I../../include -I${top_srcdir}/src/include#doc_HTML_SOURCES = ${mpi_sources}doc_MAN_SOURCES = ${mpi_sources}doc_LATEX_SOURCES = ${mpi_sources}

⌨️ 快捷键说明

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