-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michael Greenburg
committed
Oct 30, 2023
1 parent
b7e7221
commit 818c6d9
Showing
5 changed files
with
28 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Distributed Programming and MPI | ||
|
||
This is a continuation of [lesson 9](9.md) | ||
|
||
## Study guide | ||
|
||
- Understand what differentiates shared memory and distributed memory parallel programming | ||
- Know how to send data between MPI processes | ||
- Know how to read from and write to files with MPI I/O | ||
- Know what ghost/halo cells are and understand how to use them to split data between processes | ||
|
||
## Readings and Assignments | ||
|
||
Continue working on [phase 7](../project/phase7.md) | ||
|
||
[Quiz: Distributed Programming and MPI](https://byu.instructure.com/courses/21221/quizzes) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters