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

schnetter at cct.lsu.edu schnetter at cct.lsu.edu
Tue Mar 23 15:07:51 CDT 2010


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

Modified:
 /info/documentation/
  index.php

Log:
 Add more structure to page

File Changes:

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

File [modified]: index.php
Delta lines: +11 -4
===================================================================
--- info/documentation/index.php	2010-03-23 15:31:45 UTC (rev 98)
+++ info/documentation/index.php	2010-03-23 20:07:51 UTC (rev 99)
@@ -21,6 +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>
+
 <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
@@ -38,6 +40,7 @@
 							   
 <p><tt>wget https://svn.einsteintoolkit.org/cactus/thornlists/einsteintoolkit.th</tt></p>
 	
+<h4>Download and Build</h4>
 
 <p><b>Download Software:</b></p>
 
@@ -62,16 +65,18 @@
 
 <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><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>Compile Executable:</b></p>
 
-<p><tt>./simfactory/sim  build --thornlist=../einsteintoolkit.th</tt></p>
-
 <p><b>Submit a Simulation:</b>
 
 <p>Create a batch queue script and submit it to queue the simulation:</p>
@@ -82,6 +87,8 @@
 
 <p><tt>./simfactory/sim list-simulations</tt></p>
 
+<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>



More information about the Commits mailing list