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

barry.wardell at gmail.com barry.wardell at gmail.com
Sun Jun 5 17:04:28 CDT 2016


User: barry.wardell
Date: 2016/06/05 05:04 PM

Modified:
 /about/gallery/
  index.php

Log:
 gw150914: Use statistics in page

File Changes:

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

File [modified]: index.php
Delta lines: +8 -2
===================================================================
--- about/gallery/index.php	2016-06-05 22:04:19 UTC (rev 1521)
+++ about/gallery/index.php	2016-06-05 22:04:27 UTC (rev 1522)
@@ -111,14 +111,20 @@
   </table>
 
   <h5>Computational details</h5>
+  <?php
+     $sim_stats = json_decode(file_get_contents("gw150914/stats.json"), true);
+  ?></p>
   <table>
    <tr><th>Parameter file</th><td><a href="GW150914/GW150914.rpar">GW150914.rpar</a></td></tr>
    <tr><th>Thornlist</th><td><a href="GW150914/GW150914.th">GW150914.th</a> (Llama multi-block code added to ET release version)</td></tr>
    <tr><th>Submission command</th><td>simfactory/bin/sim create-submit GW150914_28 --define N 28 --parfile repos/GW150914/ParameterFiles/GW150914.rpar --procs 128 --walltime 24:00:00</td></tr>
-   <tr><th>Approx. memory (N=28 resolution)</th><td>64 GB</td></tr>
-   <tr><th>Approx. runtime (N=28 resolution)</th><td>XX days on 128 cores (Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz)</td></tr>
+   <tr><th>Total memory</th><td><?php echo $sim_stats['TotalMemory']?> GB</td></tr>
+   <tr><th>Run time</th><td><?php echo $sim_stats['Runtime']?> days on <?php echo $sim_stats['Cores']?> cores (Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz)</td></tr>
+   <tr><th>Cost</th><td><?php echo $sim_stats['CostInCoreHours']?> core hours</td></tr>
   </table>
 
+<p>
+  
   <h5>Horizon centroid coordinate trajectories</h5>
   <a href="gw150914/h22.asc"><img src="gw150914/trajectories.png" alt="BH trajectories" width="242" height="237"></a>
 



More information about the Commits mailing list