📄 makefile.sm
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -