makefile.sm

来自「fortran并行计算包」· SM 代码 · 共 18 行

SM
18
字号
mpi_sources = group_compare.c group_difference.c group_excl.c \ group_free.c group_incl.c group_intersection.c group_range_excl.c \ group_range_incl.c group_rank.c group_size.c group_translate_ranks.c \ group_union.c HEADERS = group.h#  groupdebug.c contains routines that were used for debugging the #  group routines, but are not needed or used in the current code.lib${MPILIBNAME}_a_SOURCES = ${mpi_sources} grouputil.cINCLUDES = -I../../include -I${top_srcdir}/src/includeprofilelib_${MPILIBNAME} = ${PMPILIBNAME}profilelib_${MPILIBNAME}_SOURCES = ${mpi_sources}#doc_HTML_SOURCES = ${mpi_sources}doc_MAN_SOURCES = ${mpi_sources}doc_LATEX_SOURCES = ${mpi_sources}

⌨️ 快捷键说明

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