Treffer: Parallel Programming with OPENMP

Title:
Parallel Programming with OPENMP
Contributors:
The Pennsylvania State University CiteSeerX Archives
Collection:
CiteSeerX
Document Type:
Fachzeitschrift text
File Description:
application/pdf
Language:
English
Rights:
Metadata may be used without restrictions as long as the oai identifier remains attached to it.
Accession Number:
edsbas.3AB5CFF3
Database:
BASE

Weitere Informationen

In this paper we will make an experimental description of the parallel programming using OpenMP. Using OpenMP, we achieve a high performance parallelizing the code into threads. We will see the difference when a simple code which calculates the average of a vector will be executed sequentially and in parallel. We will calculate the total execution time, and will monitor CPU loading while is running one or another. I chose this topic because I wanted to be more familiar with multi-threaded and programming in parallel. More and more, parallel programming is developing rapidly. So understanding of this programming would be good investment in my career.