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

knarf at cct.lsu.edu knarf at cct.lsu.edu
Mon Dec 17 22:33:09 CST 2012


User: knarf
Date: 2012/12/17 10:33 PM

Removed:
 /about/resources/

Modified:
 /download/
  index.php
 /global/
  navigation.php

Log:
 merge resources page into download page (since it only really contained requirements)

File Changes:

Directory: /download/
=====================

File [modified]: index.php
Delta lines: +19 -0
===================================================================
--- download/index.php	2012-12-11 16:58:43 UTC (rev 920)
+++ download/index.php	2012-12-18 04:33:09 UTC (rev 921)
@@ -43,4 +43,23 @@
 ./GetComponents --parallel https://svn.einsteintoolkit.org/manifest/trunk/einsteintoolkit.th
 </pre>
 
+<h3>Requirements</h3>
+<p>
+The Einstein Toolkit has been tested on many different large-scale production resources and can be compiled and run on just about any laptop, workstation, cluster or supercomputer with standard HPC software installed. The main requirements are:
+</p>
+
+<ul>
+
+<li> <b>Client tools for Source Code Repositories:</b> CVS, SVN and git (used by GetComponents)</li>
+
+<li> <b>Compilers:</b> C, C++ and Fortran 90</li>
+
+<li> <b>MPI implementation:</b> This is needed for the Carpet driver (the PUGH driver can be used for single core development on machines without MPI)</li>
+
+<li><b>Standard development tools:</b>  Perl, etc.</li>
+
+<li> <b>Operating System:</b> Cactus and the Einstein Toolkit is supported on all commonly used variants of Unix (e.g. linux, MacOSX, AIX). On Microsoft Windows machines the Einstein Toolkit can be used with the cygwin environment, although this is not so regularly tested.</li>
+
+</ul>
+
 <?php include_once($_SERVER['DOCUMENT_ROOT'].'/global/footer.php');?>

Directory: /global/
===================

File [modified]: navigation.php
Delta lines: +1 -2
===================================================================
--- global/navigation.php	2012-12-11 16:58:43 UTC (rev 920)
+++ global/navigation.php	2012-12-18 04:33:09 UTC (rev 921)
@@ -10,8 +10,7 @@
 	<li><a href="/about/governance/">Governance</a></li>
         <ul><li></li></ul>
 	<li><a href="/about/capabilities/">Capabilities</a></li>
-	<li><a href="/about/resources/">Resources</a></li>
-        <li><a href="/about/releases">Releases</a></li>
+  <li><a href="/about/releases">Releases</a></li>
 	<li><a href="/about/tools/">Tools</a></li>
 </ul></li>
 



More information about the Commits mailing list