📄 makefile.sm
字号:
mpiexec_SOURCES = mpiexec.c mpiexec_LDADD = -L../util -lmpiexec -L../../../lib -L${master_top_srcdir}/lib -lmpichINCLUDES = -I../../include -I${master_top_srcdir}/src/include \ -I../../pmi/simple -I${master_top_srcdir}/src/pmi/simple \ -I${master_top_srcdir}/src/pm/util install_BIN = mpiexecclean-local: @-(cd ../util && $(MAKE) clean)distclean-local: @-rm -f remshellconf.h# Use the mpich2-build-install target to include mpiexec in the build bin# directory (all pm's require these targets)mpich2-build-install: installmpich2-build-uninstall: uninstall# A special alternate installation target when using multiple process managersinstall-alt: mpiexec $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) mpiexec $(DESTDIR)${bindir}/mpiexec.remshelldoc_sources = mpiexec.txtDOCDESTDIRS = html:www/www1,man:man/man1,latex:doc/refmandocargs_ADD = ${master_top_srcdir}/doc/mansrc/cmdnotesdoc_HTML_SOURCES = ${doc_sources}doc_MAN_SOURCES = ${doc_sources}doc_LATEX_SOURCES = ${doc_sources}# We use a dummy dependency to ensure that we always go to the util# directory to see if anything needs to be done ../util/libmpiexec.a: dummydummy: cd ../util && $(MAKE)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -