[Commits] [svn:einsteintoolkit] www/about/gallery/gw150914/ (Rev. 1627)
barry.wardell at gmail.com
barry.wardell at gmail.com
Mon Aug 15 09:16:55 CDT 2016
User: barry.wardell
Date: 2016/08/15 09:16 AM
Modified:
/about/gallery/gw150914/
index.php, stats.json, stats.m
Log:
gw150914: update stats to match simulation used for the example data
File Changes:
Directory: /about/gallery/gw150914/
===================================
File [modified]: index.php
Delta lines: +5 -5
===================================================================
--- about/gallery/gw150914/index.php 2016-08-15 14:16:38 UTC (rev 1626)
+++ about/gallery/gw150914/index.php 2016-08-15 14:16:55 UTC (rev 1627)
@@ -4,11 +4,11 @@
<?php
// $sim_stats = json_decode(file_get_contents("stats.json"), true);
$sim_stats = array(
- "CostInCoreHours" => 6995,
- "Runtime" => "2.3",
- "Cores" => 128,
- "TotalMemory" => 82,
- "MergerTime" => 900,
+ "CostInCoreHours" => 16108,
+ "Runtime" => "5.6",
+ "Cores" => 120,
+ "TotalMemory" => 98,
+ "MergerTime" => 899,
"FinalMass" => "0.95",
"FinalSpin" => "0.69"
);
File [modified]: stats.json
Delta lines: +7 -7
===================================================================
--- about/gallery/gw150914/stats.json 2016-08-15 14:16:38 UTC (rev 1626)
+++ about/gallery/gw150914/stats.json 2016-08-15 14:16:55 UTC (rev 1627)
@@ -1,9 +1,9 @@
{
- "CostInCoreHours": 6995,
- "Runtime": "2.3",
- "Cores": 128,
- "TotalMemory": 82,
- "MergerTime": 899,
- "FinalMass": "0.95",
- "FinalSpin": "0.69"
+ "CostInCoreHours" : 16108,
+ "Runtime" : "5.6",
+ "Cores" : 120,
+ "TotalMemory" : 98,
+ "MergerTime" : 899,
+ "FinalMass" : "0.95",
+ "FinalSpin" : "0.69"
}
\ No newline at end of file
File [modified]: stats.m
Delta lines: +2 -2
===================================================================
--- about/gallery/gw150914/stats.m 2016-08-15 14:16:38 UTC (rev 1626)
+++ about/gallery/gw150914/stats.m 2016-08-15 14:16:55 UTC (rev 1627)
@@ -11,10 +11,10 @@
sim = "GW150914_28";
walltimeHours = ReadWalltimeHours[sim];
-cores = 128;
+cores = ReadSimulationCoreCount[sim];
walltimeDays = walltimeHours/24;
cost = cores walltimeHours;
-processes = cores/8;
+processes = cores/6;
totalMemory = processes*Max[ReadSimulationAverageMemoryUsage[sim]];
finalMass = Last[ReadBlackHoleMass[sim, 3]];
finalSpin = Last[ReadBlackHoleSpin[sim, 3][[3]]] / finalMass^2;
More information about the Commits
mailing list