Skip to content

Commit

Permalink
Session 7
Browse files Browse the repository at this point in the history
  • Loading branch information
sithhell committed Sep 30, 2016
1 parent 50707bf commit 46a0ede
Showing 1 changed file with 25 additions and 7 deletions.
32 changes: 25 additions & 7 deletions cscs2016/session7/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,44 @@ class: center, middle
Previous: [Resource Management and Performance Issues](../session6)

---
## Revisiting the Stencil
### How good does it scale?
## Topics covered

---
## Revisiting the Stencil
### The importance of Oversubscription
* Debugging Compile Time Errors
* Debugging Runtime Errors
* Performance Problems

---
## Revisiting the Stencil
### Having more than one Partition per Locality
### How good does it scale?

* Weak Scaling: Using 30000x30000 grid points per locality

![2D Stencil - Weak Scaling](images/weak_scaling0.png)

* Strong Scaling: Using 30000x960000 total grid points

![2D Stencil - Strong Scaling](images/strong_scaling0.png)

---
## Revisiting the Stencil
### Futurization - Waiting is losing
### Improvements

* [The importance of Oversubscription]()
* [Having more than one Partition per Locality]()
* [Futurization - Waiting is losing]()

---
## Revisiting the Stencil
### How good does it scale now?

* Weak Scaling: Using 30000x30000 grid points per locality

![2D Stencil - Weak Scaling](images/weak_scaling1.png)

* Strong Scaling: Using 30000x960000 total grid points

![2D Stencil - Strong Scaling](images/strong_scaling1.png)

---
class: center, middle
## Next
Expand Down

0 comments on commit 46a0ede

Please sign in to comment.