[Commits] [svn:einsteintoolkit] www/toolkit/ (Rev. 112)

gallen at cct.lsu.edu gallen at cct.lsu.edu
Tue Mar 23 19:43:42 CDT 2010


User: gallen
Date: 2010/03/23 07:43 PM

Modified:
 /toolkit/
  index.php
 /toolkit/repositories/
  index.php

Log:
 trying to improve the repository page

File Changes:

Directory: /toolkit/repositories/
=================================

File [modified]: index.php
Delta lines: +10 -3
===================================================================
--- toolkit/repositories/index.php	2010-03-23 21:31:14 UTC (rev 111)
+++ toolkit/repositories/index.php	2010-03-24 00:43:42 UTC (rev 112)
@@ -4,10 +4,17 @@
 <p>This page describes the software and tools available for download from our central SVN repository.  Everything in the repository is open and can be freely downloaded.
 The SVN repository can be browsed directly at <a href="https://svn.einsteintoolkit.org">https://svn.einsteintoolkit.org</a>.</p>
 
-<dl>
+<table border="1">
 
-  <dt><b>Cactus Thorns and Utilities</b> (<a href="https://svn.einsteintoolkit.org">https://svn.einsteintoolkit.org/cactus/</a>)</dt>
-				   <dd>Includes all the centrally developed Cactus thorns in the Einstein Toolkit thornlist as well as a set of example parameter files.</dd>
+<tr>
+<td>Thorns</b><br> (<a href="https://svn.einsteintoolkit.org/cactus">https://svn.einsteintoolkit.org/cactus/</a>)</td>
+				   <td>Centrally support Cactus thorns</td>
+</tr>
+<tr>
+<td>Parameter Files</b><br>(<a href="https://svn.einsteintoolkit.org/cactus/EinsteinExamples">https://svn.einsteintoolkit.org/cactus/Einstein Examples</a>)</td>
+				   <td>Centrally support Cactus thorns</td>
+</tr>
+</table>
 
 <p></p>
 

Directory: /toolkit/
====================

File [modified]: index.php
Delta lines: +36 -6
===================================================================
--- toolkit/index.php	2010-03-23 21:31:14 UTC (rev 111)
+++ toolkit/index.php	2010-03-24 00:43:42 UTC (rev 112)
@@ -3,13 +3,43 @@
 
 
 
-<p>The pre-release of the Einstein Toolkit consists of the Cactus thorns contained on this thornlist:</p>
+<p>The Einstein Toolkit consists of an open set of over 100 <a href="http://www.cactuscode.org">Cactus</a> thorns for computational relativity, and includes a vacuum spacetime solver (MacLachlan), a relativistic hydrodynamics solver (Avanti), along with thorns for initial data, analysis and computational infrastructure. These thorns have been developed and improved over many years by <a href="../credits">many different researchers</a>.
+</p>
 
-<ul>
-	<li><a href="https://svn.einsteintoolkit.org/cactus/thornlists/einsteintoolkit.th">Einstein Toolkit Thornlist</a>. </li>
-</ul>
+  <p>The Einstein Toolkit can be used with your own thorns for initial data, evolution, equation of state or analysis. Writing your own thorns to work with the Einstein Toolkit requires following the conventions specified in the ADMBase and HydroBase thorns which define the basic fields (e.g. 3-metric, extrinsic curvature, lapse, shift vector, density, etc).</p>
 
-<p>Verification procedures for the Einstein Toolkit are still being discussed. 
-For now, the toolkit thorns are used regularly for production work by the researchers in the Einstein Toolkit Maintainers group.</p>
+<!--  <p>The thorns comprising the Einstein Toolkit are provided in a standard Cactus thornlist: <a href="https://svn.einsteintoolkit.org/cactus/thornlists/einsteintoolkit.th">Einstein Toolkit Thornlist</a>. A <a href="../info/documentation/">worked example</a> describes how to download, compile and run the toolkit.</p>-->
 
+<table border="1">
+
+<tr>
+<td valign="top">Thorn List</b></td>
+  <td><a href="https://svn.einsteintoolkit.org/cactus/thornlists">svn.einsteintoolkit.org/cactus/thornlists</a><br>This thornlist contains all the Cactus thorns supported by the Einstein Toolkit, it can be checked out anonymously with the GetCactus tool. See the documentation for more information.</td>
+</tr>
+<tr>
+<td valign="top">Thorns</b></td>
+				   <td><a href="https://svn.einsteintoolkit.org/cactus">svn.einsteintoolkit.org/cactus/</a><br>Code for the centrally supported Cactus thorns in the Einstein Toolkit. Additional thorns are maintained in external repositories with open access.</td>
+</tr>
+<tr>
+<td valign="top">Parameter Files</b></td>
+  <td><a href="https://svn.einsteintoolkit.org/cactus/EinsteinExamples/par">svn.einsteintoolkit.org/cactus/EinsteinExamples/par</a><br>Example parameter files for Einstein Toolkit beginners. Simple examples are provided for a Kerr-Schild black hole, a binary black hole coalescence, and a static TOV star. See the documentation for information on how to run these on the Queen Bee machine.</td>
+</tr>
+<tr>
+<td valign="top">Simulation Factory</b></td>
+  <td>The simulation factory includes configuration and batch script files for compiling and running Cactus on many different architectures. Additional capabilities provide for management of simulations, simplifying checkpoint & restart, and remote use of machines. The Einstein Consortium have selected the simulation factory as the default mechanism for supporting the easy use of Cactus on heterogeneous resources.</td>
+</tr>
+<tr>
+<td valign="top">Cactus Framework</b></td>
+  <td>The Cactus Framework and Computational Toolkit provides the underlying parallel, collaborative, component framework for the Einstein Toolkit. Cactus was developed by the numerical relativity community but now supports scientific applications in different disciplines. The Cactus Computational Toolkit is a set of thorns that provide general capabilities used by the Einstein Toolkit such as I/O, coordinates and boundary conditions.</td>
+</tr>
+<tr>
+<td valign="top">Carpet</b></td>
+  <td>The Carpet XXXX.</td>
+</tr>
+</table>
+
+
+
+
+
 <?php include_once($_SERVER['DOCUMENT_ROOT'].'/global/footer.php');?>



More information about the Commits mailing list