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

📄 makefile.am

📁 MPICH是MPI的重要研究,提供了一系列的接口函数,为并行计算的实现提供了编程环境.
💻 AM
字号:
# -*- makefile -*-AUTOMAKE_OPTIONS	= foreign dist-tarZ no-dependenciescommon_h		= \			mpi2c++_config.h \			mpi++.h \			mpi2c++_map.h \			mpi2c++_list.h \			constants.h \			functions.h \			datatype.h \			exception.h \			op.h \			status.h \			request.h \			group.h \			comm.h \			errhandler.h \			intracomm.h \			topology.h \			intercomm.h \			datatype_inln.h \			functions_inln.h \			request_inln.h \			comm_inln.h \			intracomm_inln.h \			topology_inln.h \			intercomm_inln.h \			group_inln.h \			op_inln.h \			errhandler_inln.h \			status_inln.hprofile_h		= \			pmpi++.h \			pcomm.h \			pdatatype.h \			perrhandler.h \			pexception.h \			pgroup.h \			pgroup_inln.h \			pintercomm.h \			pintracomm.h \			pop.h \			pop_inln.h \			prequest.h \			prequest_inln.h \			pstatus.h \			pstatus_inln.h \			ptopology.hif WANT_PROFILINGpro_headers		= $(profile_h)elsepro_headers		=endifpkginclude_HEADERS	= $(common_h) $(pro_headers)EXTRA_HEADERS		= $(common_h) $(profile_h)EXTRA_DIST		= $(profile_h)install-exec-hook:	(rm -f $(includedir)/mpi++.h ; \	 if test ! -d $(pkgincludedir); then mkdir -p $(pkgincludedir); fi ; \	 $(LN_S) $(pkgincludedir)/mpi++.h $(includedir)/mpi++.h)uninstall-local:	(rm -f $(includedir)/mpi++.h)

⌨️ 快捷键说明

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