makefile.sm

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

SM
22
字号
mpi_sources = add_error_code.c add_error_class.c \ add_error_string.c \ comm_call_errhandler.c comm_create_errhandler.c \ comm_get_errhandler.c comm_set_errhandler.c \ errhandler_create.c errhandler_free.c \ errhandler_get.c errhandler_set.c error_class.c \ error_string.c \ file_create_errhandler.c \ file_get_errhandler.c file_set_errhandler.c \ file_call_errhandler.c \ win_create_errhandler.c win_call_errhandler.c \ win_get_errhandler.c win_set_errhandler.c HEADERS = defmsg.h errcodes.h lib${MPILIBNAME}_a_SOURCES =  ${mpi_sources} errutil.c dynerrutil.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 + -
显示快捷键?