makefile.sm

来自「mpi并行计算的c++代码 可用vc或gcc编译通过 可以用来搭建并行计算试验环」· SM 代码 · 共 38 行

SM
38
字号
INCLUDES = -I../include -I${srcdir}/../includeLDADD = ../util/mtest.oDEPADD = @MPILIBLOC@smvar_do_sharedlibs = 0# Use extra programs to list programs that should not be built by default.EXTRA_PROGRAMS       = bottom_SOURCES       = bottom.cbsend1_SOURCES       = bsend1.cbsend2_SOURCES       = bsend2.cbsend3_SOURCES       = bsend3.cbsend4_SOURCES       = bsend4.cbsend5_SOURCES       = bsend5.cbsendalign_SOURCES   = bsendalign.cisendself_SOURCES    = isendself.cisendselfprobe_SOURCES    = isendselfprobe.cbsendfrag_SOURCES    = bsendfrag.cbsendpending_SOURCES = bsendpending.cerrinstatts_SOURCES  = errinstatts.cerrinstatta_SOURCES  = errinstatta.cerrinstatws_SOURCES  = errinstatws.cerrinstatwa_SOURCES  = errinstatwa.cicsend_SOURCES       = icsend.crqstatus_SOURCES     = rqstatus.cgreq1_SOURCES        = greq1.cscancel_SOURCES      = scancel.csendrecv1_SOURCES    = sendrecv1.csendrecv2_SOURCES    = sendrecv2.cwaitany-null_SOURCES = waitany-null.cpingping_SOURCES     = pingping.cprobe-unexp_SOURCES  = probe-unexp.cprobenull_SOURCES    = probenull.cinactivereq_SOURCES  = inactivereq.c../util/mtest.o:	(cd ../util && $(MAKE) mtest.o)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?