[Commits] [svn:einsteintoolkit] www/info/documentation/ (Rev. 87)

gallen at cct.lsu.edu gallen at cct.lsu.edu
Sat Mar 20 10:06:22 CDT 2010


User: gallen
Date: 2010/03/20 10:06 AM

Modified:
 /info/documentation/
  index.php

Log:
 simplifying instructions

File Changes:

Directory: /info/documentation/
===============================

File [modified]: index.php
Delta lines: +16 -23
===================================================================
--- info/documentation/index.php	2010-03-20 15:05:56 UTC (rev 86)
+++ info/documentation/index.php	2010-03-20 15:06:22 UTC (rev 87)
@@ -5,40 +5,35 @@
 
 <h3>For Cactus Experts</h3>
 
-<p>The Einstein Toolkit can be checked out using GetCactus using the 
-<a href="https://svn.einsteintoolkit.org/cactus/thornlists/einsteintoolkit.th">Einstein Toolkit</a> thornlist. This thornlist should compile and
-run on platforms supported by the Cactus team using the usual Cactus <a href="http://www.cactuscode.org/download/configfiles/">configuration files</a> available on the Cactus web page or with the <a href="http://www.cct.lsu.edu/~eschnett/SimFactory/">Simulation Factory</a>.
-</p>
-<p>
+<p>Use  <a href="http://cactuscode.org/download/GetCactus">GetCactus</a> with the 
+Einstein Toolkit <a href="https://svn.einsteintoolkit.org/cactus/thornlists/einsteintoolkit.th">thornlist</a>. This thornlist should work on platforms supported by the Cactus team using the usual  <a href="http://www.cactuscode.org/download/configfiles/">configuration files</a> available on the Cactus web page or with the <a href="http://www.cct.lsu.edu/~eschnett/SimFactory/">Simulation Factory</a>.
 Example parameter files are provided in the Einstein Toolkit SVN repository.</p>
 <p><tt>svn checkout https://svn.einsteintoolkit.org/EinsteinExamples/</tt></p>
 <p>
-Problems with compiling or running should be directed to <a href="mailto:users at einsteintoolkit.org">users at einsteintoolkit.org</a>.
+ Problems should be directed to <a href="mailto:users at einsteintoolkit.org">users at einsteintoolkit.org</a>.
 </p>
 
 <h3>For Cactus Beginners</h3>
 
 <p>This section provides a simple guide for compiling and running an example parameter file for the Einstein Toolkit.</p> 
 
-<p>One of the complexities of high performance computing, particularly for new users, is the heterogeneous environments presented by different resources with different core software installations and local setups. For example, Einstein Toolkit codes necessitate compiling with MPI and then running the resulting application in a batch queue. As much as possible of this complexity is hidden in Cactus and accompanying tools such as the Simulation Factory.</p>
+<p>One complexities of high performance computing is the heterogeneous environments presented by different resources with different core software installations and local setups. For example, Einstein Toolkit codes necessitate compiling with MPI and then running the resulting application in a batch queue. As much as possible of this complexity is hidden in Cactus and accompanying tools such as the Simulation Factory.</p>
 
-<p>This example assumes that the NSF TeraGrid resource Queen Bee at the LONI/LSU site is being used.</p>
+<p>This worked example assumes the use of the NSF TeraGrid resource Queen Bee.</p>
 
-
 <p><b>Preparations:</b></p>
 
-  <p>On Queen Bee (qb.loni.org), the <tt>git</tt> client will not be in your path by default. To add this type
+<!--  <p>On Queen Bee (qb.loni.org), the <tt>git</tt> client will not be in your path by default. To add this type
 </p>
-<p><tt>soft add +git-1.6.1.3-intel-11.1</tt></p>
+<p><tt>soft add +git-1.6.1.3-intel-11.1</tt></p>-->
 
-<p>Download the <a href="http://cactuscode.org/download/GetCactus">GetCactus</a> script for assembling thorns from a thornlist:</p>
+<p>Download the <a href="http://cactuscode.org/download/GetCactus">GetCactus</a> script for assembling thorns and ensure it is executable:</p>
 
-<p><tt>wget http://cactuscode.org/download/GetCactus</tt></p>
+<p><tt>wget http://cactuscode.org/download/GetCactus</tt>
+<br>
+<tt>chmod 755 GetCactus</tt></p>
 
- <p>You will need to make sure that GetCactus is executable</p>
 
-<p><tt>chmod 755 GetCactus</tt></p>
-
 <p>Download the <a href="https://svn.einsteintoolkit.org/cactus/thornlists/einsteintoolkit.th">thornlist</a> for the Einstein Toolkit:</p>
 							   
 <p><tt>wget https://svn.einsteintoolkit.org/cactus/thornlists/einsteintoolkit.th</tt></p>
@@ -46,19 +41,17 @@
 
 <p><b>Download Software:</b></p>
 
-<p>In the location where you want to compile Cactus checkout the flesh and Einstein Toolkit thorns:
-</p>
+<p>Checkout the Cactus flesh and Einstein Toolkit thorns:</p>
 
-<p><tt>GetCactus -repository=development -defaults einsteintoolkit.th </tt></p>
+<p><tt>./GetCactus -repository=development -defaults einsteintoolkit.th </tt></p>													 
+<p>NOTE: It may be necessary to temporarily accept certificates as the thorns are checked out, we are working on resolving this issue.</p>
 
-																						   <p>NOTE: It may be necessary to temporarily accept certificates as the thorns are checked out, we are working on resolving this issue.</p>
-
-<p>Move into the Cactus directory and download the <a href="http://www.cct.lsu.edu/~eschnett/SimFactory/">Simulation Factory</a> (tool for configuring and running Cactus on particular machines.)<p>
+<p>Move into the Cactus directory and download the <a href="http://www.cct.lsu.edu/~eschnett/SimFactory/"   class="nostyle">Simulation Factory</a> to simplify compiling and running on different machines.<p>
 	
 
 <p><tt> cd Cactus<br>svn checkout https://svn.cct.lsu.edu/repos/numrel/simfactory</tt></p>
 
-<p>You now need to configure the Simulation Factory (XXXX just the global email address?)</p>	
+<p>Configure the Simulation Factory (XXXX just the global email address?)</p>	
 
 <p><b>Download Einstein Toolkit Examples:</b></p>
 



More information about the Commits mailing list