The implementation of KMP algorithm based on MPI + OpenMP
暂无分享,去创建一个
KMP algorithm is a common method of string matching. In view of the characteristics of the string matching and cluster, this article uses MPI + OpenMP hybrid programming model; and KMP algorithm was improved to statistics the number of target words appearing in parallel. Experiments show that the parallel algorithm improves effectively the matching speed, and is higher utilization with memory and less communication time than pure MPI.
[1] Thomas Berry,et al. A Fast String Matching Algorithm and Experimental Results , 1999, Stringology.