[Commits] [svn:einsteintoolkit] www/about/gallery/gw150914/ (Rev. 1562)
www-push at einsteintoolkit.org
www-push at einsteintoolkit.org
Mon Jun 13 10:01:27 CDT 2016
User: www-push
Date: 2016/06/13 10:01 AM
Modified:
/about/gallery/gw150914/
compile_and_run.php
Log:
compile_and_run.php: Add more details and fix some bits
File Changes:
Directory: /about/gallery/gw150914/
===================================
File [modified]: compile_and_run.php
Delta lines: +12 -9
===================================================================
--- about/gallery/gw150914/compile_and_run.php 2016-06-13 15:01:08 UTC (rev 1561)
+++ about/gallery/gw150914/compile_and_run.php 2016-06-13 15:01:26 UTC (rev 1562)
@@ -29,19 +29,22 @@
<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">This doesn't work on a cluster; it complains that the machine's default sourcebasedir doesn't exist, so you need to run GetComponents in sourcebasedir for your machine, but how can the user find this? </p>
-<p>
-When the simulation starts running, it will write output data into
-GW150914_28 in your simulations directory (you can find the
-simulations directory from the "Job directory" output of the
-create-submit command).
-</p>
+ <p style="background-color: yellow">
+ This doesn't work on a cluster; it complains that the machine's
+ default sourcebasedir doesn't exist, so you need to run
+ GetComponents in sourcebasedir for your machine, but how can the
+ user find this?</p>
+<p>When the simulation starts running, it will write its output data
+into GW150914_28 in your simulations directory. You can find the
+directory containing the output with:</p>
-<p style="background-color: yellow">Is there a better way of finding
-this?</p>
+<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>
+<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>
<p style="background-color: yellow">This doesn't work for me on datura, even though list-simulations says RUNNING; I get</p>
More information about the Commits
mailing list