makefile.sm

来自「fortran并行计算包」· SM 代码 · 共 27 行

SM
27
字号
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 + =
减小字号Ctrl + -
显示快捷键?