Skip to content

Commit bbd3c90

Browse files
committed
Update to 7.0.0 release
1 parent 0c5731e commit bbd3c90

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

content/download.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<h1>Downloads</h1>
1414
<h2 id='charm_source'>Charm++</h2>
1515

16-
<p>Latest release version: <a href="http://charm.cs.illinois.edu/distrib/charm-6.10.2.tar.gz">Charm++ v6.10.2 (tar.gz)</a></p>
16+
<p>Latest release version: <a href="http://charm.cs.illinois.edu/distrib/charm-7.0.0.tar.gz">Charm++ v7.0.0 (tar.gz)</a></p>
1717
<p>Latest dev version: <a href="http://charm.cs.illinois.edu/autobuild/cur/charm_src.tar.gz">Nightly Snapshot (tar.gz)</a></p>
1818

1919
<p>The latest development version of Charm++ can be downloaded directly from our
@@ -33,7 +33,7 @@ <h2 id='projections'>Projections</h2>
3333

3434
<p>Projections is Charm++'s performance analysis tool.</p>
3535

36-
<p>Latest release binaries: <a href="http://charm.cs.illinois.edu/distrib/binaries/projections/projections_6.10.0.tar.gz">Projections (tar.gz)</a></p>
36+
<p>Latest release binaries: <a href="http://charm.cs.illinois.edu/distrib/binaries/projections/projections_7.0.0.tar.gz">Projections (tar.gz)</a></p>
3737

3838
<p>To get the latest Projections source code:</p>
3939
<pre>git clone https://github.com/UIUC-PPL/projections</pre>
@@ -45,7 +45,7 @@ <h2 id='liveviz_and_charmdebug'>LiveViz and Charm Debug</h2>
4545

4646
<p>LiveViz is Charm++'s live program visualization tool. Charm Debug is Charm++'s parallel debugger.</p>
4747

48-
<p>Latest Charm Debug release binaries: <a href="http://charm.cs.illinois.edu/distrib/binaries/charmdebug/ccs_tools_6.10.0.tar.gz">Charm Debug (tar.gz)</a></p>
48+
<p>Latest Charm Debug release binaries: <a href="http://charm.cs.illinois.edu/distrib/binaries/charmdebug/ccs_tools_7.0.0.tar.gz">Charm Debug (tar.gz)</a></p>
4949

5050
<p>To get the latest ccs_tools (includes both LiveViz and Charm Debug source code):</p>
5151
<pre>git clone https://github.com/UIUC-PPL/ccs_tools</pre>

content/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<div id="newsfeed">
1414
<h6>News</h6>
1515
<ul>
16+
<li><a class="newsitem" href="/news#charm700">Charm++ Release 7.0.0</a></li>
1617
<li><a class="newsitem" href="/news#workshop2021">The 19th Annual Workshop on Charm++ and its Applications</a></li>
1718
<li><a class="newsitem" href="/news#charm6102">Charm++ Release 6.10.2</a></li>
1819
<li><a class="newsitem" href="/news#charm6101">Charm++ Release 6.10.1</a></li>

content/news.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
newsc: news selected newsSelected
1111
---
1212

13+
<h3><a name="charm700"></a>Charm++ Release 7.0.0</h3>
14+
10/25/2021
15+
<ul>
16+
<li>The Parallel Programming Laboratory is pleased to announce the next stable version of Charm++, 7.0.0, has been released!</li>
17+
<li>This release contains many new features, bug fixes, and performance improvements.</li>
18+
</ul>
19+
<p>You can view the release notes and find the source code and binaries for download <a href="https://charm.cs.illinois.edu/software">here</a>.
20+
1321
<h3><a name="workshop2021"></a>The 19th Annual Workshop on Charm++ and its Applications (2021)</h3>
1422
10/18/2021
1523
<p>

0 commit comments

Comments
 (0)