Difference between revisions of "OpenMP in Small Bites/Overview"

From HPC Wiki
OpenMP in Small Bites/Overview
Jump to navigation Jump to search
Line 43: Line 43:
 
|type="()"}
 
|type="()"}
 
+ Click and submit to see the answer
 
+ Click and submit to see the answer
|| a. Set environment variable OMP_NUM_THREADS.
+
|| a. Set environment variable OMP_NUM_THREADS. <br>
 
b. Use num_threads clause on a parallel construct.
 
b. Use num_threads clause on a parallel construct.
 
</quiz>
 
</quiz>
 
{{hidden end}}
 
{{hidden end}}

Revision as of 16:50, 30 October 2020



HPC.NRW
HPC.NRW
Other HPC Courses
1. Gprof Tutorial
2. Introduction to Linux in HPC
OpenMP in Small Bites
1. Overview
2. Worksharing
3. Data Scoping
4. Non-Uniform Memory Access







Video


Quiz

Out of which three components the OpenMP interface consists?

Click and submit to see the answer

What is one of the key concepts of the OpenMP execution model?

Click and submit to see the answer

How can you control the number of threads?

Click and submit to see the answer