Skip to content

Commit d80aaf2

Browse files
committed
tweaks/renaming
1 parent af14b59 commit d80aaf2

17 files changed

+7
-6
lines changed

04_topic.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
layout: page
33
title: Topic #4
4-
description: Understanding the performance impact of communications
4+
description: Understanding performance
55
top_level: true
66
topic: topic04
77
---
88

9-
{% include_relative topic_mitigating_communication/index.md %}
9+
{% include_relative topic_understanding_performance/index.md %}
1010

topic_mitigating_communication/index.md renamed to topic_understanding_performance/index.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
<h3 class="ui header">Overview</h3>
66

77
<p class="ui">This topic focuses on performance and scalability analysis
8-
of ridigid distributed memory programs, and on simple techniques to
9-
reduce the negative impact of communication overhead. The focus is mostly on
10-
perforamnce, and modules from Topic #3 are often used as starting points.
8+
of rigid distributed memory programs, and on simple techniques to
9+
improve performance. The focus is mostly on
10+
performance, and programs written in modules from Topic #3 are used as
11+
starting points.
1112
</p>
1213
</div>
1314

@@ -18,7 +19,7 @@
1819
<div class="ui list bulleted">
1920

2021
<div class="ui item">
21-
<h4 class="ui header"><a href="{{site.baseurl}}topic_mitigating_communication/matrixmultiplication/">Matrix Multiplication</a>
22+
<h4 class="ui header"><a href="{{site.baseurl}}topic_understanding_performance/matrixmultiplication/">Matrix Multiplication</a>
2223
(uses module from Topic #3 as a starting point)</h4>
2324
</div>
2425

0 commit comments

Comments
 (0)