-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
401fa66
commit e943373
Showing
14 changed files
with
123 additions
and
53 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 |
---|---|---|
@@ -1,42 +1,8 @@ | ||
--- | ||
layout: page | ||
title: Topic #1 | ||
description: Communication on distributed platforms | ||
description: Basics of distributed memory programming | ||
--- | ||
|
||
* Pipeline principle | ||
* Asynchronous comms ( + buffering) | ||
* impact of platform: topology, links (lat, bw) | ||
* collective comms (standard algorithms) | ||
* Comparison to theoretical bounds | ||
|
||
|
||
* Variations, Extensions... | ||
|
||
|
||
|
||
<div class="ui styled accordion"> | ||
<div class="title"> | ||
<i class="dropdown icon"></i> | ||
What is a dog? | ||
</div> | ||
<div class="content"> | ||
<p class="transition ">A dog is a type of domesticated animal. Known for its loyalty and faithfulness, it can be found as a welcome guest in many households across the world.</p> | ||
</div> | ||
<div class="title"> | ||
<i class="dropdown icon"></i> | ||
What kinds of dogs are there? | ||
</div> | ||
<div class="content"> | ||
<p>There are many breeds of dogs. Each breed varies in size and temperament. Owners often select a breed of dog that they find to be compatible with their own lifestyle and desires from a companion.</p> | ||
</div> | ||
<div class="title"> | ||
<i class="dropdown icon"></i> | ||
How do you acquire a dog? | ||
</div> | ||
<div class="content"> | ||
<p>Three common ways for a prospective owner to acquire a dog is from pet shops, private owners, or shelters.</p> | ||
<p>A pet shop may be the most convenient way to buy a dog. Buying a dog from a private owner allows you to assess the pedigree and upbringing of your dog before choosing to take it home. Lastly, finding your dog from a shelter, helps give a good home to a dog who may not find one so readily.</p> | ||
</div> | ||
</div> | ||
{% include_relative topic_basics_of_distributed_memory_programming/index.md %} | ||
|
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
--- | ||
layout: page | ||
title: Topic #2 | ||
description: Rigid distributed memory progams | ||
description: Communication on distributed platforms | ||
--- | ||
|
||
{% include_relative topic_communication/index.md %} | ||
|
||
TODO |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
--- | ||
layout: page | ||
title: Topic #3 | ||
description: Mitigating performance impact of communications | ||
title: Topic #2 | ||
description: Rigid distributed memory progams | ||
--- | ||
|
||
{% include_relative topic_rigid_programs/index.md %} | ||
|
||
TODO |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
--- | ||
layout: page | ||
title: Topic #4 | ||
description: Flexible distributed memory programs | ||
description: Mitigating performance impact of communications | ||
--- | ||
|
||
{% include_relative topic_mitigating_communication/index.md %} | ||
|
||
TODO |
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,9 @@ | ||
--- | ||
layout: page | ||
title: Topic #5 | ||
description: Flexible distributed memory programs | ||
--- | ||
|
||
{% include_relative topic_flexible_programs/index.md %} | ||
|
||
|
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,31 @@ | ||
|
||
|
||
TBD | ||
|
||
|
||
|
||
<div class="ui styled accordion"> | ||
<div class="title"> | ||
<i class="dropdown icon"></i> | ||
What is a dog? | ||
</div> | ||
<div class="content"> | ||
<p class="transition ">A dog is a type of domesticated animal. Known for its loyalty and faithfulness, it can be found as a welcome guest in many households across the world.</p> | ||
</div> | ||
<div class="title"> | ||
<i class="dropdown icon"></i> | ||
What kinds of dogs are there? | ||
</div> | ||
<div class="content"> | ||
<p>There are many breeds of dogs. Each breed varies in size and temperament. Owners often select a breed of dog that they find to be compatible with their own lifestyle and desires from a companion.</p> | ||
</div> | ||
<div class="title"> | ||
<i class="dropdown icon"></i> | ||
How do you acquire a dog? | ||
</div> | ||
<div class="content"> | ||
<p>Three common ways for a prospective owner to acquire a dog is from pet shops, private owners, or shelters.</p> | ||
<p>A pet shop may be the most convenient way to buy a dog. Buying a dog from a private owner allows you to assess the pedigree and upbringing of your dog before choosing to take it home. Lastly, finding your dog from a shelter, helps give a good home to a dog who may not find one so readily.</p> | ||
</div> | ||
</div> | ||
|
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,38 @@ | ||
|
||
|
||
* Pipeline principle | ||
* Asynchronous comms ( + buffering) | ||
* impact of platform: topology, links (lat, bw) | ||
* collective comms (standard algorithms) | ||
* Comparison to theoretical bounds | ||
|
||
|
||
* Variations, Extensions... | ||
|
||
|
||
|
||
<div class="ui styled accordion"> | ||
<div class="title"> | ||
<i class="dropdown icon"></i> | ||
What is a dog? | ||
</div> | ||
<div class="content"> | ||
<p class="transition ">A dog is a type of domesticated animal. Known for its loyalty and faithfulness, it can be found as a welcome guest in many households across the world.</p> | ||
</div> | ||
<div class="title"> | ||
<i class="dropdown icon"></i> | ||
What kinds of dogs are there? | ||
</div> | ||
<div class="content"> | ||
<p>There are many breeds of dogs. Each breed varies in size and temperament. Owners often select a breed of dog that they find to be compatible with their own lifestyle and desires from a companion.</p> | ||
</div> | ||
<div class="title"> | ||
<i class="dropdown icon"></i> | ||
How do you acquire a dog? | ||
</div> | ||
<div class="content"> | ||
<p>Three common ways for a prospective owner to acquire a dog is from pet shops, private owners, or shelters.</p> | ||
<p>A pet shop may be the most convenient way to buy a dog. Buying a dog from a private owner allows you to assess the pedigree and upbringing of your dog before choosing to take it home. Lastly, finding your dog from a shelter, helps give a good home to a dog who may not find one so readily.</p> | ||
</div> | ||
</div> | ||
|
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,2 @@ | ||
|
||
TBD |
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,7 @@ | ||
TBD: | ||
|
||
* Installing SimGrid | ||
* Platform XML | ||
* Hello World in MPI | ||
* Getting Help with SMPI/SimGrid | ||
|
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,2 @@ | ||
|
||
TBD |
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,2 @@ | ||
|
||
TBD |