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.8.2 .tar.gz "> Charm++ v6.8.2 (tar.gz)</ a > </ p >
16+ < p > Latest release version: < a href ="http://charm.cs.illinois.edu/distrib/charm-6.9.0 .tar.gz "> Charm++ v6.9.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
2020 < a href ='http://git-scm.org '> git</ a > source archive. To get the Charm++ source code:</ p >
21- < pre > git clone http ://charm.cs.illinois.edu/gerrit /charm.git </ pre >
21+ < pre > git clone https ://github.com/UIUC-PPL /charm</ pre >
2222 < p > This will create a directory named charm. Move to this directory:</ p >
2323 < pre > cd charm</ pre >
2424 < p > And now build Charm++ (netlrts-linux example):</ p >
@@ -33,10 +33,10 @@ <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.8 .0.tar.gz "> Projections (tar.gz)</ a > </ p >
36+ < p > Latest release binaries: < a href ="http://charm.cs.illinois.edu/distrib/binaries/projections/projections_6.9 .0.tar.gz "> Projections (tar.gz)</ a > </ p >
3737
3838 < p > To get the latest Projections source code:</ p >
39- < pre > git clone http ://charm.cs.uiuc.edu/gerrit /projections</ pre >
39+ < pre > git clone https ://github.com/UIUC-PPL /projections</ pre >
4040 < p > To build (requires < a href ="https://gradle.org/ "> gradle</ a > ):</ p >
4141 < pre > cd projections< br > make</ pre >
4242
@@ -45,10 +45,10 @@ <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.8 .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_6.9 .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 >
51- < pre > git clone http ://charm.cs.uiuc.edu/gerrit /ccs_tools</ pre >
51+ < pre > git clone https ://github.com/UIUC-PPL /ccs_tools</ pre >
5252 < p > To build:</ p >
5353 < pre > cd ccs_tools< br > ant</ pre >
5454
0 commit comments