首页> 美国卫生研究院文献>AMIA Annual Symposium Proceedings >A Parallel Computing Approach to Genetic Sequence Comparison: The Master-Worker Paradigm
【2h】

A Parallel Computing Approach to Genetic Sequence Comparison: The Master-Worker Paradigm

机译:遗传序列比较的并行计算方法:主-工人范式

代理获取
本网站仅为用户提供外文OA文献查询和代理获取服务,本网站没有原文。下单后我们将采用程序或人工为您竭诚获取高质量的原文,但由于OA文献来源多样且变更频繁,仍可能出现获取不到、文献不完整或与标题不符等情况,如果获取不到我们将提供退款服务。请知悉。

摘要

We have implemented a parallel computer version of a dynamic programming biological sequence comparison algorithm to study the potential applicability of using parallel computers for genetic sequence comparisons. Our parallel program is built using C-Linda ®, a machine-independent parallel programming language, and currently runs on a Sequent Symmetry ® parallel computer. C-Linda implements a shared associative memory model, “tuple space”, through which multiple processes can communicate and coordinate control. In our master-worker (MW) parallel implementation, a master process creates several worker processes, extracts a target sequence and multiple test sequences from a database and stores them in tuple space. Each worker reads the target and then repeatedly extracts test strings from tuple space, performs pairwise sequence comparisons using a local comparison algorithm to generate a similarity score, and returns the similarity scores to tuple space. The master collects the scores from tuple space and identifies the best match over all test sequences. The entire program is constructed so that alternative sequence comparison algorithms can be substituted quite easily. Comparisons of the total run-time, speedup, and efficiency were made for the MW parallel implementation and a sequential version.
机译:我们已经实现了动态编程生物序列比较算法的并行计算机版本,以研究使用并行计算机进行基因序列比较的潜在适用性。我们的并行程序是使用C-Linda®(一种与机器无关的并行编程语言)构建的,当前在Sequent Symmetry®并行计算机上运行。 C-Linda实现了共享的关联内存模型“元组空间”,多个进程可以通过该模型进行通信和协调控制。在我们的主工作程序(MW)并行实现中,主程序创建多个工作程序进程,从数据库中提取目标序列和多个测试序列,并将它们存储在元组空间中。每个工作人员读取目标,然后从元组空间中重复提取测试字符串,使用局部比较算法执行成对序列比较,以生成相似度评分,并将相似度评分返回至元组空间。主机从元组空间收集分数,并确定所有测试序列中的最佳匹配。整个程序的构建使得可以很容易地替换其他序列比较算法。对于MW并行实施和顺序版本进行了总运行时间,加速和效率的比较。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
代理获取

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号