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

schnetter at cct.lsu.edu schnetter at cct.lsu.edu
Tue Mar 23 15:09:52 CDT 2010


User: eschnett
Date: 2010/03/23 03:09 PM

Modified:
 /info/documentation/
  index.php

Log:
 Add more structure to page

File Changes:

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

File [modified]: index.php
Delta lines: +4 -14
===================================================================
--- info/documentation/index.php	2010-03-23 20:07:51 UTC (rev 99)
+++ info/documentation/index.php	2010-03-23 20:09:52 UTC (rev 100)
@@ -21,10 +21,8 @@
 
 <p>This worked example assumes that you are using the NSF TeraGrid resource <a href="http://www.loni.org/systems/system.php?system=QueenBee">Queen Bee</a>. If you don't have an existing account on Queen Bee you can <a href="request.php">request an account</a> to use for these examples.</p>
 
-<h4>Preparations some Tools</h4>
+<h4>Prepare some Tools</h4>
 
-<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>
 <p><tt>soft add +git-1.6.1.3-intel-11.1</tt></p>-->
@@ -40,10 +38,8 @@
 							   
 <p><tt>wget https://svn.einsteintoolkit.org/cactus/thornlists/einsteintoolkit.th</tt></p>
 	
-<h4>Download and Build</h4>
+<h4>Download, Configure, and Build</h4>
 
-<p><b>Download Software:</b></p>
-
 <p>Checkout the Cactus flesh and Einstein Toolkit thorns:</p>
 
 <p><tt>./GetCactus -repository=development -install=EinsteinToolkit -defaults einsteintoolkit.th</tt></p>													 
@@ -65,20 +61,16 @@
 
 <p>NOTE: At the moment you also need to replace the line in mdb.pm with sourcebasedir for Queen Bee with /home/<username> unless you have a directory in the /project space. We are working on improving this. </p>
 
-<p><b>Compile Executable:</b></p>
+<p>Compile Executable</p>
 
 <p><tt>./simfactory/sim  build --thornlist=../einsteintoolkit.th</tt></p>
 
 <h4>Run a Simulation</h4>
 
-<p><b>Download Einstein Toolkit Examples:</b></p>
-
 <p>From the Einstein Toolkit directory,</p>
 
 <p><tt>svn co https://svn.einsteintoolkit.org/cactus/EinsteinExamples/par/</tt></p>
 
-<p><b>Submit a Simulation:</b>
-
 <p>Create a batch queue script and submit it to queue the simulation:</p>
 	
 <p><tt>./simfactory/sim create-submit static_tov --parfile=par/static_tov.par --procs=32 --walltime=8:0:0</tt></p>
@@ -89,11 +81,9 @@
 
 <h4>Look at Results</h4>
 
-<p><b>Looking at Results:</b></p>
-
 <p>When the simulation is complete, move to the output directory (<tt>XXXX</tt>). You should see output files with the extension XXXX. These are 1D plots of the different grid variables. These can be plotted using e.g. gnuplot. An example plot of the XXXX is shown below.</p>
 
-<p><b>Any Problems?</b></p>
+<h4>Any Problems?</h4>
 
 This example should work smoothly on the TeraGrid machines Queen Bee, Ranger, Kraken and Abe. If you have any problems, please send details to <a href="mailto:users at einsteintoolkit.org">users at einsteintoolkit.org</a></tt>.</p>
 



More information about the Commits mailing list