⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 MPICH是MPI的重要研究,提供了一系列的接口函数,为并行计算的实现提供了编程环境.
💻 AM
字号:
# -*- makefile -*-AUTOMAKE_OPTIONS	= foreign dist-tarZ no-dependenciesCXX			= $(bindir)/balkyINCLUDES		= $(TEST_OPTFLAGS)bin_PROGRAMS		= mpi2c++_testmpi2c___test_SOURCES	= \			mpi2c++_test.cc \			mpi2c++_test.h \			messages.cc \			stack.cc \			signal.cc \			allgather.cc \			allreduce.cc \			alltoall.cc \			attr.cc \			badbuf.cc \			bcast.cc \			bcast_struct.cc \			bottom.cc \			bsend.cc \			buffer.cc \			cancel.cc \			cartcomm.cc \			commdup.cc \			commfree.cc \			compare.cc \			dims.cc \			dup_test.cc \			errhandler.cc \			gather.cc \			getcount.cc \			getel.cc \			graphcomm.cc \			group.cc \			groupfree.cc \			initialized1.cc \			initialized2.cc \			intercomm.cc \			interf.cc \			iprobe.cc \			isend.cc \			op_test.cc \			pack_test.cc \			pcontrol.cc \			probe.cc \			procname.cc \			rank_size.cc \			reduce.cc \			reduce_scatter.cc \			request1.cc \			rsend.cc \			scan.cc \			scatter.cc \			send.cc \			sendrecv.cc \			sendrecv_rep.cc \			split.cc \			ssend.cc \			start.cc \			startall.cc \			status_test.cc \			struct_gatherv.cc \			test1.cc \			test3.cc \			testall.cc \			testany.cc \			testsome.cc \			topo.cc \			waitall.cc \			waitany.cc \			waitsome.cc \			wtime.cc

⌨️ 快捷键说明

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