[Commits] [svn:einsteintoolkit] www/about/gallery/gw150914/ (Rev. 1566)

www-push at einsteintoolkit.org www-push at einsteintoolkit.org
Mon Jun 13 10:40:16 CDT 2016


User: www-push
Date: 2016/06/13 10:40 AM

Modified:
 /about/gallery/gw150914/
  compile_and_run.php

Log:
 gw150914: Add headings to the compile-and-run tutorial

File Changes:

Directory: /about/gallery/gw150914/
===================================

File [modified]: compile_and_run.php
Delta lines: +6 -0
===================================================================
--- about/gallery/gw150914/compile_and_run.php	2016-06-13 15:11:21 UTC (rev 1565)
+++ about/gallery/gw150914/compile_and_run.php	2016-06-13 15:40:15 UTC (rev 1566)
@@ -1,6 +1,7 @@
 <?php $title="Compile and run binary black hole GW150914";
 include_once($_SERVER['DOCUMENT_ROOT'].'/global/header.php');?>
 
+<h3>Download</h3>
 <p>Download the Cactus tree using the GW150914 thornlist:</p>
 <pre>
 curl -O -L https://raw.githubusercontent.com/gridaphobe/CRL/ET_2015_11/GetComponents
@@ -13,6 +14,8 @@
 </pre>
 <p>Download the parameter file:</p>
 <pre>curl -Lf http://einsteintoolkit.org/about/gallery/gw150914/GW150914.rpar -o par/GW150914.rpar</pre>
+
+<h3>Compile</h3>
 <p>Configure SimFactory for your machine:
   <ul>
     <li>If you are on a cluster that
@@ -27,6 +30,9 @@
   </ul>
   <p>Compile Cactus:</p>
   <pre>simfactory/bin/sim build --thornlist=thornlists/GW150914.th</pre>
+
+<h3>Run</h3>
+
 <p>Submit the simulation:</p>
   <pre class="wrap">simfactory/bin/sim create-submit GW150914_28 --define N 28 --parfile par/GW150914.rpar --procs 128 --walltime 24:00:00</pre>
   <p style="background-color: yellow">



More information about the Commits mailing list