English

Hybrid Parallel Bidirectional Sieve based on SMP Cluster

Distributed, Parallel, and Cluster Computing 2012-05-23 v1

Abstract

In this article, hybrid parallel bidirectional sieve method is implemented by SMP Cluster, the individual computational units joined together by the communication network, are usually shared-memory systems with one or more multicore processor. To high-efficiency optimization, we propose average divide data into nodes, generating double-ended queues (deque) for sieve method that are able to exploit dual-cores simultaneously start sifting out primes from the head and tail.And each node create a FIFO queue as dynamic data buffer to ache temporary data from another nodes send to. The approach obtains huge speedup and efficiency on SMP Cluster.

Keywords

Cite

@article{arxiv.1205.4883,
  title  = {Hybrid Parallel Bidirectional Sieve based on SMP Cluster},
  author = {Gang Liao and Lian Luo and Lei Liu},
  journal= {arXiv preprint arXiv:1205.4883},
  year   = {2012}
}

Comments

11 pages,7 figures

R2 v1 2026-06-21T21:07:51.768Z