makefile.sm
来自「fortran并行计算包」· SM 代码 · 共 29 行
SM
29 行
INCLUDES = -I../include -I${srcdir}/../includeLDADD = ../util/mtest.o DEPADD = @MPILIBLOC@ ../util/mtest.osmvar_do_sharedlibs = 0EXTRA_PROGRAMS = rdwrord_SOURCES = rdwrord.crdwrzero_SOURCES = rdwrzero.cgetextent_SOURCES = getextent.csetinfo_SOURCES = setinfo.csetviewcur_SOURCES = setviewcur.ci_noncontig_SOURCES = i_noncontig.casync_SOURCES = async.casync_any_SOURCES = async_any.cuserioerr_SOURCES = userioerr.c../util/mtest.o: (cd ../util && $(MAKE) mtest.o)# Add the temporary files that might be left behind by the test programsclean-local: -@rm -f testfile testfile.?# A special testing target to simplify running just the io teststesting: ../runtests -srcdir=$(srcdir) -tests=testlist \ -mpiexec=$(bindir)/mpiexec \ -xmlfile=summary.xml
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?