CFP last date
22 April 2024
Reseach Article

Perspective Study and Analysis of Parallel Architecture

by Varsha Thakur, Sanjay Kumar
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 148 - Number 14
Year of Publication: 2016
Authors: Varsha Thakur, Sanjay Kumar
10.5120/ijca2016911285

Varsha Thakur, Sanjay Kumar . Perspective Study and Analysis of Parallel Architecture. International Journal of Computer Applications. 148, 14 ( Aug 2016), 22-25. DOI=10.5120/ijca2016911285

@article{ 10.5120/ijca2016911285,
author = { Varsha Thakur, Sanjay Kumar },
title = { Perspective Study and Analysis of Parallel Architecture },
journal = { International Journal of Computer Applications },
issue_date = { Aug 2016 },
volume = { 148 },
number = { 14 },
month = { Aug },
year = { 2016 },
issn = { 0975-8887 },
pages = { 22-25 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume148/number14/25841-2016911285/ },
doi = { 10.5120/ijca2016911285 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-06T23:53:22.511985+05:30
%A Varsha Thakur
%A Sanjay Kumar
%T Perspective Study and Analysis of Parallel Architecture
%J International Journal of Computer Applications
%@ 0975-8887
%V 148
%N 14
%P 22-25
%D 2016
%I Foundation of Computer Science (FCS), NY, USA
Abstract

As technology has advanced, Parallel Computing and Architecture has emerged as a research area with the potential of providing satisfactory and faster result for real time applications. Parallel architecture is those that emphasize on parallel and concurrent computation among different processors. This paper presents a thorough survey of the parallel architecture and performane is analysed on the basis of the execution time of few parallel sorting algorithms in multicore processors .To implement these algorithms we have used C programming language with OpenMp Libraries under Linux environment.

References
  1. Cheng, John, Max Grossman, and Ty McKercher. Professional Cuda C Programming. John Wiley & Sons, 2014.
  2. http://www.springer.com/cda/content/document/cda_downloaddocument/9781852335991-c1.pdf?SGWID=0-0-45-80044-p2275868
  3. Cameron, H., Tracy, H., Professional Multicore programming, Wiley publication,2008.
  4. Quin M “parallel programming in Cwith MPI and OpenMP” Tata McGraw Hills edition 2000.pp338
  5. http://www.cs.princeton.edu/courses/archive/spring09/cos226/handouts/Algs3Ch10.pdf
  6. K. E. Batcher. Sorting networks and their applications. In AFIPS Springer Joing Computer Conference, pages 307–314, Arlington,VA, April 1968
  7. G. Morton. A Computer Oriented Geodetic Data Base and ANew Technique In File Sequencing. International BusinessMachines Co., 1966.
  8. Venkatesan P., Harish B., S. Sarholz, Proceedings of the 3rd international workshop on OpenMP "A Practical Programming Model for the Multi-core Era", 2008.
  9. Davidson A, David T, Michael G, John D. Owens,” Efficient Parallel Merge Sort for Fixed and Variable Length Keys”.
  10. http://www.cs.princeton.edu/courses/archive/spring09/cos226/handouts/Algs3Ch10.pdf
  11. Kai hwang, Naresh Motwani, Advanced computer Architecture, pp 108 chapter 3
Index Terms

Computer Science
Information Sciences

Keywords

Parallel Architecture Openmp Sorting Bitonic Sorting