A Case Study of Parallel I/O for Biological Sequence Analysis on Linux Clusters. Yifeng Zhu, Hong Jiang, Xiao Qin, and David R. Swanson. In Proceedings of the 5th IEEE International Conference on Cluster Computing (Cluster 2003), Hong Kong, Dec. 1-4, 2003.

Abstract
In this paper we analyze the I/O access patterns of a widely-used biological sequence search tool and implement two variations that employ parallel-I/O for data access based on PVFS (Parallel Virtual File System) and CEFT-PVFS (Cost-Effective Fault-Tolerant PVFS). Experiments show that the two variations outperform the original tool when equal or even fewer storage devices are used in the former. It is also found that although the performance of the two variations improves consistently when initially increasing the number of servers, this performance gain from parallel I/O becomes insignificant with further increase in server number.

We examine the effectiveness of two read performance optimization techniques in CEFT-PVFS by using this tool as a benchmark. Performance results indicate: (1) Doubling the degree of parallelism boosts the read performance to approach that of PVFS; (2) Skipping hot-spots can substantially improve the I/O performance when the load on data servers is highly imbalanced. The I/O resource contention due to the sharing of server nodes by multiple applications in a cluster has been shown to degrade the performance of the original tool and the variation based on PVFS by up to 10 and 21 folds, respectively; whereas, the variation based on CEFT-PVFS only suffered a two-fold performance degradation.


BibTeX Entry
  @inproceedings{yzhu:cluster03a,
author = {Yifeng Zhu and Hong Jiang and Xiao Qin and David Swanson},
title = {A Case Study of Parallel {I/O} for Biological Sequence Analysis on Linux Clusters},
booktitle = {Proceedings of {IEEE} International Conference on Cluster Computing},
month = dec,
year = {2003},
address = {Hong Kong}
}

Full Paper
 
Last modified on October 16, 2003