Learn OpenMP in C++ (parallel programming)

how to write parallel programs using OpenMP in C / C++

4.45 (12 reviews)
Udemy
platform
English
language
Programming Languages
category
instructor
Learn OpenMP in C++ (parallel programming)
47
students
2.5 hours
content
Dec 2022
last update
$22.99
regular price

What you will learn

The student will learn how to implement the different types of openMP construct like worksharing, environment variables, FOR construct,data variables, task etc.

The student will learn how to translate a serial C and C++ program to a parallel program

The learner would learn what is OpenMP, and its application in parallel processing.

The student would be able to write parallel programs in C and C++

Why take this course?

Welcome.

This  is  a practical course on C and C++ high level language which teaches parallel programming using openMP. We start by explaining what a parallel program is, its applications and different examples of it. Then we introduced the two main API used for parallel programming which are openMP and MPi . We also learn the difference between concurrency and parallelism.

We also discussed shared memory model, distributed memory model and hybrid model etc relative to their implementation in parallel programming.

We discussed what a task region is, and how to declare one.

Then we dived in to writing parallel programs using openMP APi.

Some of the programs demonstrated each of the openMP work sharing constructs including;

1. Parallel Regions –

e.g #pragma omp parallel

2. Runtime functions/environment variables –e.g

int my_thread_id = omp_get_num_threads(); – omp_set_num_threads(8);

3. Synchronization –

e.g #pragma omp barrier

4. Work sharing –

e.g #pragma omp for, #pragma omp sections

5. Data Environment –

e.g #pragma omp parallel shared/private (…)

6. tasks. etc.

A lot of practical examples are also included in most lectures to enable the reader get a good grasp of the concept being discussed.

At the end of the course the student would be able to efficiently implement parallel programming to improve the speed and standard of programs written in C and C++.

Thank you .

Reviews

Edelmira
January 21, 2023
I would like subtitles in Spanish and a file with the translation to be included, since my English is not enough to follow the verbal explanation. If possible, include downloadable files with the sample code. The examples that are seen in each section seem to me to be few. I think the spaces where code is being generated can be reduced at presentation time.

Charts

Price

Learn OpenMP in C++ (parallel programming) - Price chart

Rating

Learn OpenMP in C++ (parallel programming) - Ratings chart

Enrollment distribution

Learn OpenMP in C++ (parallel programming) - Distribution chart
5029630
udemy ID
12/17/2022
course created date
12/23/2022
course indexed date
Bot
course submited by