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

schnetter at cct.lsu.edu schnetter at cct.lsu.edu
Sun Apr 3 14:09:01 CDT 2011


User: eschnett
Date: 2011/04/03 02:09 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-03 19:06:46 UTC (rev 483)
+++ release-info/parse_testsuite_results.cgi	2011-04-03 19:09:01 UTC (rev 484)
@@ -122,7 +122,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 .= "<th$color>$nprocs;$nthreads</th>";
+      $table_entries .= "<th$color>${nprocs}p, ${nthreads}t</th>";
     }
   }
 }



More information about the Commits mailing list