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

www-push at einsteintoolkit.org www-push at einsteintoolkit.org
Mon Jun 13 10:03:07 CDT 2016


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

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

Log:
 gw150914: Correct simfactory path

File Changes:

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

File [modified]: compile_and_run.php
Delta lines: +4 -4
===================================================================
--- about/gallery/gw150914/compile_and_run.php	2016-06-13 15:01:26 UTC (rev 1562)
+++ about/gallery/gw150914/compile_and_run.php	2016-06-13 15:03:07 UTC (rev 1563)
@@ -17,7 +17,7 @@
   <ul>
     <li>If you are on a cluster that
       SimFactory supports, run
-      <pre>./simfactory/bin/sim setup</pre>
+      <pre>simfactory/bin/sim setup</pre>
       Hit enter for each question if the default is OK.
     </li>
     <li>If you are not using a cluster supported by SimFactory, see
@@ -26,7 +26,7 @@
     </li>
   </ul>
   <p>Compile Cactus:</p>
-  <pre>./simfactory/bin/sim build --thornlist=thornlists/GW150914.th</pre>
+  <pre>simfactory/bin/sim build --thornlist=thornlists/GW150914.th</pre>
 <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">
@@ -41,12 +41,12 @@
 <pre>simfactory/bin/sim get-output-dir GW150914_28</pre>
 
 <p>You can see the status of the simulation with</p>
-<pre>sim list-simulations GW150914_28</pre>
+<pre>simfactory/bin/sim list-simulations GW150914_28</pre>
 <p>for example</p>
 <pre>GW150914_28             [ACTIVE (RUNNING), restart 0000, job id 363502]</pre>
 
 <p>It will say FINISHED when the simulation has finished.  You can see the output of the simulation with</p>
-<pre>sim show-output GW150914_28</pre>
+<pre>simfactory/bin/sim show-output GW150914_28</pre>
 <p style="background-color: yellow">This doesn't work for me on datura, even though list-simulations says RUNNING; I get</p>
 <pre>Warning: Job is not running, cannot retreive exechost
 ================================================================================



More information about the Commits mailing list