The Parallel Computing of a Subgraph Isomorphism Algorithm

来源 :第8届全国并行计算大会 | 被引量 : 0次 | 上传用户:ly6624
下载到本地 , 更方便阅读
声明 : 本文档内容版权归属内容提供方 , 如果您对本文有版权争议 , 可与客服联系进行内容授权或下架
论文部分内容阅读
Given two graphs G1 and G2, the goal of subgraph isomorphism problem is to find a subgraph of G2 isomorphic to G1. This problem is known to be NP-complete. An effective way to cope with the problem is backtracking which can avoid visiting all the states by applying some heuristic rules and necessary conditions. An asynchronous computing strategy of the problem and its implementation on a Tianchao Dawning 3000 are discussed. The main idea of the parallel algorithm is that the whole backtracking procedure is decomposed into many parts. Each part only needs to finish its own backtracking procedure. Experimental results show that the parallel algorithm gives high speedup and efficiency.
其他文献
在遥感图像快速并行处理系统中,传统算法的并行化模式是直接影响计算性能的关键。本文以遥感图像的旋转算法为例,系统地研究了各种并行化方法,讨论了局部反演、斜条带算法、全局
本文介绍了η模式的历史沿革情况,论述了区域分裂并行算法在η模式的数值模拟中的应用试验情况。文章介绍了区域分割算法、边界数据的通信、数据通信与数据计算的重叠技术以及
区域分解是设计并行PDE方法的一个有力工具,目前已有很多关于区域分解方法的论文。参考文献通过在内边界点使用大空间步长H=mh的显式格式发展了有限差分区域分解算法。这种算
近年来,大图像扭曲处理成为了重点研究对象,但是目前的并行图像扭曲算法还没有同时能解决数据局部化问题和负载平衡。本文提出一种并行图像扭曲算法PIWA-LIC,该算法在考虑数据
在基因测序和粗略的序列相似性比对中,广泛采用以BLAST为代表的启示性算法,但该算法损失了敏感性,以Smith-Waterman为代表的动态规划算法是提高序列相似性的有效途径,其时间复
Task scheduling is of great significance to shorten performing time and minimize the cost for computational grid. A grid task schedule algorithm is presented in
Message-passing is an important and widely used parallel programming model for high performance computing. However, it is difficult to transfer complex data str
字符串的模式匹配性能的提高会给众多相关领域带来巨大的影响。本文选取最常应用的字符串模式匹配算法--朴素串匹配算法进行基于SSE2的优化。结果表明,基于SSE2的模式匹配算
本文对复杂形状飞行器CFD并行计算的静态负载平衡问题进行了研究。首先,从图论的角度讨论了静态负载平衡问題,给出三个优化目标,即点集等分,最短通路和通信量最小,对于以边缘通
本文对网式搜索素数及因子分解的并行计算进行了研究。网式搜索素数、因子分解程序,主要是通过把大于1的自然数分类,再根据每一类中合数因数对的网式排列规律编成的运行程序,把