[Commits] [svn:einsteintoolkit] www/release-info/ (Rev. 479)

schnetter at cct.lsu.edu schnetter at cct.lsu.edu
Sun Apr 3 13:16:36 CDT 2011


User: eschnett
Date: 2011/04/03 01:16 PM

Modified:
 /release-info/
  parse_testsuite_results.cgi

Log:
 Identify the number of processors and threads more clearly

File Changes:

Directory: /release-info/
=========================

File [modified]: parse_testsuite_results.cgi
Delta lines: +1 -1
===================================================================
--- release-info/parse_testsuite_results.cgi	2011-04-02 22:51:29 UTC (rev 478)
+++ release-info/parse_testsuite_results.cgi	2011-04-03 18:16:34 UTC (rev 479)
@@ -187,7 +187,7 @@
    foreach my $nthreads (sort(keys(%{$allhosts{$host}{$nprocs}}))) {
     my $color = " style=\"background-color:#d0d0d0;\"";
     if ($nprocs != "1") { $color = " style=\"background-color:#e0e0e0;\""; }
-    $table_entries_h .= "<th$color>$nprocs;$nthreads</th>";
+    $table_entries_h .= "<th$color>${nprocs}p, ${nthreads}t</th>";
    }
   }
 }



More information about the Commits mailing list