📄 makefile.sm
字号:
mpiexec_SOURCES = mpiexec.c # Some C compilers won't take ../libfoo.a as a library, so we use# -Ldir -llib for each of the libraries instead.# Force the use of the static, not shared library for mpich and for mpiexecmpiexec_LDADD = ../util/libmpiexec.a ../../../lib/libmpich.ampiexec_DEPADD = ../util/libmpiexec.a INCLUDES = -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 forkerconf.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.gforkerdoc_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 + -