[Commits] [svn:einsteintoolkit] www/ (Rev. 1609)
knarf at cct.lsu.edu
knarf at cct.lsu.edu
Thu Jun 16 01:14:15 CDT 2016
User: knarf
Date: 2016/06/16 01:14 AM
Modified:
/
index.php
/about/
index.php
/about/releases/
ET_2016_05_announcement.txt, index.php
/download/
index.php
Log:
web changes for release
File Changes:
Directory: /
============
File [modified]: index.php
Delta lines: +4 -4
===================================================================
--- index.php 2016-06-15 21:09:18 UTC (rev 1608)
+++ index.php 2016-06-16 06:14:13 UTC (rev 1609)
@@ -13,10 +13,10 @@
<p class="downloadnotice"><a class = "downloadbutton" href = "download/">Download</a></p>
<p>
-<b>November 2015</b>: We are pleased to
-<a href="about/releases/ET_2015_11_announcement.php">announce the
-twelfth release</a> (code name
-"<a href="https://en.wikipedia.org/wiki/Mary_Somerville">Somerville</a>")
+<b>June 2016</b>: We are pleased to
+<a href="about/releases/ET_2016_05_announcement.php">announce the
+thirteenth release</a> (code name
+"<a href="https://en.wikipedia.org/wiki/Tycho_Brahe">Brahe</a>")
of the Einstein Toolkit, an open, community developed software
infrastructure for relativistic astrophysics.
</p>
Directory: /about/
==================
File [modified]: index.php
Delta lines: +5 -5
===================================================================
--- about/index.php 2016-06-15 21:09:18 UTC (rev 1608)
+++ about/index.php 2016-06-16 06:14:13 UTC (rev 1609)
@@ -31,7 +31,7 @@
<p>The tools and thorns comprising the Einstein Toolkit are provided
in a standard Cactus
- thornlist: <a href="https://bitbucket.org/einsteintoolkit/manifest/raw/ET_2015_11/einsteintoolkit.th">Einstein
+ thornlist: <a href="https://bitbucket.org/einsteintoolkit/manifest/raw/ET_2016_05/einsteintoolkit.th">Einstein
Toolkit Thornlist</a>.
A <a href="http://docs.einsteintoolkit.org/et-docs/Tutorial_for_New_Users">tutorial</a>
describes in easy steps how to download, compile, and run the
@@ -63,9 +63,9 @@
the source code and associated tools for simulations, including
Cactus thorns. The component list is written using the Component
Retrieval Language and can be checked out using
- the <a href="https://github.com/gridaphobe/CRL/raw/ET_2015_11/GetComponents"
+ the <a href="https://github.com/gridaphobe/CRL/raw/ET_2016_05/GetComponents"
class="nostyle">GetComponents</a> tools.</p>
-<p>Distribution: <a href="https://github.com/gridaphobe/CRL/raw/ET_2015_11/GetComponents">https://github.com/gridaphobe/CRL/raw/ET_2015_11/GetComponents</a><br>
+<p>Distribution: <a href="https://github.com/gridaphobe/CRL/raw/ET_2016_05/GetComponents">https://github.com/gridaphobe/CRL/raw/ET_2016_05/GetComponents</a><br>
</p>
</td>
</tr>
@@ -83,7 +83,7 @@
resources.</p>
<p>Distribution: Bitbucket git
-repository: <a href="https://bitbucket.org/simfactory/simfactory2">https://bitbucket.org/simfactory/simfactory2</a> (ET_2015_11 branch)</p></td>
+repository: <a href="https://bitbucket.org/simfactory/simfactory2">https://bitbucket.org/simfactory/simfactory2</a> (ET_2016_05 branch)</p></td>
</tr>
<tr>
@@ -111,7 +111,7 @@
<p>Distribution: <a href="https://bitbucket.org/cactuscode/cactusexamples">Cactuscode</a> and
<a href="https://bitbucket.org/einsteintoolkit/einsteinexamples">EinsteinToolkit</a> (choose
-ET_2015_11 branch for both).</p>
+ET_2016_05 branch for both).</p>
</td>
</tr>
</table>
Directory: /download/
=====================
File [modified]: index.php
Delta lines: +4 -4
===================================================================
--- download/index.php 2016-06-15 21:09:18 UTC (rev 1608)
+++ download/index.php 2016-06-16 06:14:13 UTC (rev 1609)
@@ -16,21 +16,21 @@
commands listed below. This will create a directory called Cactus in
which the components of the Einstein Toolkit are downloaded. </p>
-<h4>Current release: Somerville (released on November 11th, 2015)</h4>
+<h4>Current release: Brahe (released on June 16th, 2016)</h4>
<p>This is the recommended version of the toolkit for most users. See
-the <a href = "../about/releases/ET_2015_11_announcement.php">release
+the <a href = "../about/releases/ET_2016_05_announcement.php">release
notes</a> for more information.</p>
<p>Note: OSX users cannot use the 'subversion' client shipped by Apple. In that
case install subversion either from homebrew or macports.</p>
<pre>
-curl -kLO https://raw.githubusercontent.com/gridaphobe/CRL/ET_2015_11/GetComponents
+curl -kLO https://raw.githubusercontent.com/gridaphobe/CRL/ET_2016_05/GetComponents
chmod a+x GetComponents
-./GetComponents --parallel https://bitbucket.org/einsteintoolkit/manifest/raw/ET_2015_11/einsteintoolkit.th
+./GetComponents --parallel https://bitbucket.org/einsteintoolkit/manifest/raw/ET_2016_05/einsteintoolkit.th
</pre>
A tarball of the release is also available <a href="http://einsteintoolkit.org/tarballs/">here</a>,
Directory: /about/releases/
===========================
File [modified]: ET_2016_05_announcement.txt
Delta lines: +1 -2
===================================================================
--- about/releases/ET_2016_05_announcement.txt 2016-06-15 21:09:18 UTC (rev 1608)
+++ about/releases/ET_2016_05_announcement.txt 2016-06-16 06:14:13 UTC (rev 1609)
@@ -1,5 +1,4 @@
-We are pleased to announce the thirteenth release (code name
-"<a href="https://en.wikipedia.org/wiki/Tycho_Brahe">Brahe</a>") of the
+We are pleased to announce the thirteenth release (code name "Brahe") of the
Einstein Toolkit, an open, community developed software infrastructure for
relativistic astrophysics. This release includes, among other things, updates
to the IllinoisGRMHD code, updated requirements concerning C++, and updates
File [modified]: index.php
Delta lines: +4 -2
===================================================================
--- about/releases/index.php 2016-06-15 21:09:18 UTC (rev 1608)
+++ about/releases/index.php 2016-06-16 06:14:13 UTC (rev 1609)
@@ -2,8 +2,8 @@
include_once($_SERVER['DOCUMENT_ROOT'].'/global/header.php');?>
<p>The most recent release of the Einstein Toolkit
- is <tt>ET_2015_11</tt>, code named
- "<a href="https://en.wikipedia.org/wiki/Mary_Somerville">Somerville</a>".
+ is <tt>ET_2016_05</tt>, code named
+ "<a href="https://en.wikipedia.org/wiki/Tycho_Brahe">Brahe</a>".
We expect this version to remain unchanged, save for correcting
serious problems that may be detected. This version should be your
first choice if you are new to the Einstein Toolkit, or if you want
@@ -18,6 +18,8 @@
<hrule />
<p>List of Einstein Toolkit releases:</p>
<ul>
+ <li><tt>ET_2016_05</tt> "Brahe",
+ <a href="ET_2016_05_announcement.php">released 2016-06-15</a></li>
<li><tt>ET_2015_11</tt> "Somerville",
<a href="ET_2015_11_announcement.php">released 2015-11-11</a></li>
<li><tt>ET_2015_05</tt> "Hilbert",
More information about the Commits
mailing list