makefile.sm
来自「fortran并行计算包」· SM 代码 · 共 22 行
SM
22 行
INCLUDES = -I../../include -I${srcdir}/../../includeLDADD = ../../util/mtest.othreaded_sr_LDADD = -lpthread DEPADD = @MPILIBLOC@ ../../util/mtest.osmvar_do_sharedlibs = 0# Use extra programs to list programs that should not be built by default.EXTRA_PROGRAMS = threaded_sr_SOURCES = threaded_sr.calltoall_SOURCES = alltoall.csendselfth_SOURCES = sendselfth.c../../util/mtest.o: (cd ../../util && $(MAKE) mtest.o)# A special testing target to simplify running just the thread pt2pt teststesting: ../runtests -srcdir=$(srcdir) -tests=testlist \ -mpiexec=$(bindir)/mpiexec \ -xmlfile=summary.xml
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?