makefile.sm
来自「fortran并行计算包」· SM 代码 · 共 38 行
SM
38 行
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 + =
减小字号Ctrl + -
显示快捷键?