| 本文已被:浏览 4878次 下载 7388次 |
 码上扫一扫! |
|
|
| 基因序列分析软件Hmmpfam的可扩展并行性能优化 |
|
陈军1,2, 赵文辉2, 莫则尧1, 李晓梅3
|
|
1.应用物理与计算数学研究所,高性能计算中心,北京,100088;2.国防科学技术大学,计算机学院,湖南,长沙,410073;3.总装备部指挥技术学院,北京,101416
|
|
| 摘要: |
| 基于MPI(message passing interface)平台实现了HMMER软件包核心程序之一Hmmpfam的大规模并行计算.该版本针对原PVM(parallel virtual machine)并行版本在并行规模扩大后,master易成为通信瓶颈的问题,对通信结构进行了优化,提出了一种新的三层通信结构,在序列和HMM模型的两个层次上实现了并行化,并分别提供了有效的负载平衡策略,同时优化了I/O性能,在700多台处理机上达到95%的效率. |
| 关键词: 并行计算 基因序列分析 HMMER |
| DOI: |
| 分类号: |
| 基金项目:Supported by the National Grand Fundamental Research 973 Program of China under Grant No.G199508032805(国家重点基础研究发展规划(973));the National High-Tech Research and Development Plan of China under Grant No.863-2002AA104570(国家高技术研究发展计划(863)) |
|
| Scalable Parallel Performance Optimization of the Gene Sequence Analyzing Software Hmmpfam |
|
CHEN Jun,ZHAO Wen-Hui,MO Ze-Yao,LI Xiao-Mei
|
| Abstract: |
| A scalable parallel MPI (message passing interface) version of the popular protein structure prediction tool Hmmpfam is presented, which is one of the kernel programs in the HMMER package. The master process in the previous PVM (parallel virtual machine) version is a communication bottleneck, and the speedup will decrease rapidly when running on large scale parallel systems. A novel three-level communication structure is presented, by which the parallel processing at sequence level and HMM model level is obtained in both. Meanwhile, the load-balance strategies to sequence level and HMM model level distribution are provided separately. Since disk access for getting HMM model costs very much, a so-called once load strategy is provided to reduce the cost. By all these optimization methods, 95% in parallel efficiency is achieved when running on a parallel computer containing more than 700 processors. |
| Key words: parallel computing gene sequence analysis HMMER |