Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ALP4-Tutorials
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mactavish96
ALP4-Tutorials
Commits
2f1289a7
Commit
2f1289a7
authored
2 years ago
by
Mactavish
Browse files
Options
Downloads
Patches
Plain Diff
update slides
parent
3789c217
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
slides/images/fork-join-model.png
+0
-0
0 additions, 0 deletions
slides/images/fork-join-model.png
slides/pages/recap.md
+15
-0
15 additions, 0 deletions
slides/pages/recap.md
with
15 additions
and
0 deletions
slides/images/fork-join-model.png
0 → 100644
+
0
−
0
View file @
2f1289a7
54.8 KiB
This diff is collapsed.
Click to expand it.
slides/pages/recap.md
+
15
−
0
View file @
2f1289a7
...
@@ -10,6 +10,7 @@ layout: center
...
@@ -10,6 +10,7 @@ layout: center
-
Concurrency vs Parallelism
-
Concurrency vs Parallelism
-
Concurrent programming vs parallel programming
-
Concurrent programming vs parallel programming
-
Programming with shared memory vs message passing
-
Programming with shared memory vs message passing
-
Shared Memory Computer: UMA vs NUMA
---
---
title: Recap II
title: Recap II
...
@@ -58,6 +59,20 @@ Details about OpenMP support in compilers can be found with the following links:
...
@@ -58,6 +59,20 @@ Details about OpenMP support in compilers can be found with the following links:
You can also take a look at
[
OpenMP reference cards
](
https://www.openmp.org/resources/refguides/
)
.
You can also take a look at
[
OpenMP reference cards
](
https://www.openmp.org/resources/refguides/
)
.
---
title
:
OpenMP Model
---
## Fork-Join Model
<div
class=
"container flex justify-center mt-10 mb-10"
>
<img
src=
"/images/fork-join-model.png"
class=
"block w-lg"
/>
</div>
-
Master thread spawns a team of threads as needed.
-
Parallelism added incrementally until performance goals are met: i.e. the sequential program evolves into a parallel program.
---
---
title: OpenMP II
title: OpenMP II
---
---
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment