makefile.sm

来自「mpi并行计算的c++代码 可用vc或gcc编译通过 可以用来搭建并行计算试验环」· SM 代码 · 共 32 行

SM
32
字号
lib${MPILIBNAME}_a_SOURCES = \	mpid_type_debug.c \	mpid_segment.c \	mpid_ext32_segment.c \	mpid_ext32_datatype.c \	mpid_type_dup.c \	mpir_type_get_contig_blocks.c \	mpir_type_flatten.c \	mpid_type_commit.c \	mpid_type_vector.c \	mpid_type_contiguous.c \	mpid_type_create_resized.c \	mpid_type_blockindexed.c \	mpid_type_indexed.c \	mpid_type_struct.c \	mpid_type_get_envelope.c \	mpid_datatype_free.c \	mpid_datatype_contents.c \	mpid_type_get_contents.c \	mpid_type_create_pairtype.c \	gen_segment.c \	gen_dataloop.c \	gen_type_contiguous.c \	gen_type_vector.c \	gen_type_blockindexed.c \	gen_type_indexed.c \	gen_type_struct.cHEADERS = gen_dataloop.h mpid_dataloop.h mpid_datatype.h \	mpid_ext32_segment.h segment_states.hINCLUDES = -I${srcdir} -I../../../include -I${master_top_srcdir}/src/include

⌨️ 快捷键说明

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