📄 makefile.sm
字号:
INCLUDES = -I../include -I${srcdir}/../includeLDADD = ../util/mtest.oDEPADD = @MPILIBLOC@ ../util/mtest.osmvar_do_sharedlibs = 0# isendirecv contains features that not all systems support (e.g., the# sincos call, not available on IRIX).EXTRA_PROGRAMS = exitst1_SOURCES = exitst1.cexitst2_SOURCES = exitst2.cexitst3_SOURCES = exitst3.cinitstat_SOURCES = initstat.c version_SOURCES = version.ctimeout_SOURCES = timeout.cfinalized_SOURCES = finalized.c../util/mtest.o: (cd ../util && $(MAKE) mtest.o)# A special testing target to simplify running just the init teststesting: ../runtests -srcdir=$(srcdir) -tests=testlist \ -mpiexec=$(bindir)/mpiexec \ -xmlfile=summary.xmlclean-local: -rm -f summary.xml
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -