International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
Volume 177 - Issue 47 |
Published: Mar 2020 |
Authors: Haraprasad Naik, Mousumi Mishra, Gayatri Routray, Megharani Behera |
![]() |
Haraprasad Naik, Mousumi Mishra, Gayatri Routray, Megharani Behera . Performance Optimization by Integrating Memoization and MPI_Info Object for Sieve of Prime Numbers. International Journal of Computer Applications. 177, 47 (Mar 2020), 34-38. DOI=10.5120/ijca2020919983
@article{ 10.5120/ijca2020919983, author = { Haraprasad Naik,Mousumi Mishra,Gayatri Routray,Megharani Behera }, title = { Performance Optimization by Integrating Memoization and MPI_Info Object for Sieve of Prime Numbers }, journal = { International Journal of Computer Applications }, year = { 2020 }, volume = { 177 }, number = { 47 }, pages = { 34-38 }, doi = { 10.5120/ijca2020919983 }, publisher = { Foundation of Computer Science (FCS), NY, USA } }
%0 Journal Article %D 2020 %A Haraprasad Naik %A Mousumi Mishra %A Gayatri Routray %A Megharani Behera %T Performance Optimization by Integrating Memoization and MPI_Info Object for Sieve of Prime Numbers%T %J International Journal of Computer Applications %V 177 %N 47 %P 34-38 %R 10.5120/ijca2020919983 %I Foundation of Computer Science (FCS), NY, USA
Sieving prime numbers is an idle example of linear time algorithm since the first sieve of this kind proposed by Eratosthenes. Afterward many sieving algorithm are proposed such as-: Sieve of Sundaram, Sieve of Atkin, Sieve of Sorenson and wheel factorization of prime number. In this paper we have proposed the integration of parallelism with these sieving algorithm. We have proposed MPI_Info object with memoization to avoid redundant steps during prime number processing and adding them into the sieve. Nevertheless this paper also demonstrates the MPI Binding with familiar/popular object oriented programming language such as-: C++ and Java. This binding done through the two different tools which includes OpenMPI and MPJ Express.