Difference between revisions of "OpenMP in Small Bites/Overview"
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. <br /> b. Use num_threads clause on a parallel construct. | + | || a. Set environment variable <code>OMP_NUM_THREADS</code>. <br /> b. Use <code>num_threads</code> clause on a parallel construct. |
</quiz> | </quiz> | ||
{{hidden end}} | {{hidden end}} |
Revision as of 19:20, 30 October 2020
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