Example #1
0
<?php

include 'common/page.php';
$page = new Page();
$page->setPathToWebRoot('');
$page->setPageTitle('HPCG - Download');
$page->setNavIdentifier('download');
$y = <<<END
    th { text-align: left; padding-right: 1em; vertical-align: top; 
      padding-bottom: 1em; }
    td { vertical-align: top; padding-bottom: 1em; }
END;
$page->setInlineStyles($y);
?>

<?php 
include 'common/header.html';
?>

<div class="breadcrumb">Download</div>

<h3>HPCG Benchmark Release Version 2.4</h3>

<p>The current HPCG Suite Release version is 2.4. </p>


  HPCG: <a href="downloads/hpcg-2.4.tar.gz">Reference Version 2.4 (3-Jun-2014)</a>

    <ul>
        <li><b>Previous versions of HPCG:</b></li>
    <ul>
Example #2
0
<?php

include 'common/page.php';
$page = new Page();
$page->setPathToWebRoot('');
$page->setPageTitle('HPCG - Packages');
$page->setNavIdentifier('packages');
?>

<?php 
include 'common/header.html';
?>

<div class="breadcrumb">Packages</div>

    <ul>
	<li><b>Versions of HPCG:</b></li>
    <ul>
     <li><b>Reference:</b> <a href="downloads/hpcg-2.4.tar.gz">HPCG 2.4 Reference code (June 3, 2014)</a>
     <li><b>Reference:</b> <a href="downloads/hpcg-2.3.tar.gz">HPCG 2.3 Reference code (June 2, 2014)</a>
     <li><b>Reference:</b> <a href="downloads/hpcg-2.2.tar.gz">HPCG 2.2 Reference code (May 27, 2014)</a>
     <li><b>Reference:</b> <a href="downloads/hpcg-2.1.tar.gz">HPCG 2.1 Reference code (January 31, 2014)</a>
     <li><b>Reference:</b> <a href="downloads/hpcg-2.0.tar.gz">HPCG 2.0 Reference code (January 28, 2014)</a>
     <li><b>Reference:</b> <a href="downloads/hpcg-1.1.tar.gz">HPCG 1.1 Reference code (November 26, 2013)</a>
     <li><b>Reference:</b> <a href="downloads/hpcg-1.0.tar.gz">HPCG 1.0 Reference code (November 19, 2013)</a>
     <li><b>Reference:</b> <a href="downloads/hpcg-0.5.tar.gz">HPCG 0.5 Reference code (October 25, 2013)</a>
     <li><b>Reference:</b> <a href="downloads/hpcg-0.4.tar.gz">HPCG 0.4 Reference code (October 21, 2013)</a>
     <li><b>Reference:</b> <a href="downloads/hpcg-0.3.tar.gz">HPCG 0.3 Reference code (September 25, 2013)</a>
      </ul>
    </ul>
Example #3
0
<?php

include 'common/page.php';
$page = new Page();
$page->setPathToWebRoot('');
$page->setPageTitle('SC14 BOF');
$page->setNavIdentifier('events');
?>

<?php 
include 'common/header.html';
?>

<div class="breadcrumb"><a href="events.php">Events</a> - SC14 Birds-of-a-Feather</div>

<p> SC'14 New Orleans, LA, USA, Location and Time TBD</p>

<?php 
include 'common/footer.html';
Example #4
0
<?php

include 'common/page.php';
$page = new Page();
$page->setPathToWebRoot('');
$page->setPageTitle('HPCG - FAQ');
$page->setNavIdentifier('faq');
?>

<?php 
include 'common/header.html';
?>

<div class="breadcrumb">FAQ</div>

<ol>
<li><b>Will HPCG replace High Performance Linpack (HPL)?</b>
  <p>
  We do not intend to eliminate HPL.  HPCG will provide
  an alternative ranking of the TOP500 machines. We
  expect that HPCG will take several years to both mature
  and emerge as a widely-visible metric.
  </p>

<li><b>Isn't HPCG just another version of the STREAM benchmark?</b>
  <p>
  If the reference version of HPCG is used for performance
  analysis, the fraction of time spent in the (unoptimized)
  sparse kernels (in particular ComputeSPMV and ComputeSYMGS)
  will be very high, and HPCG performance will be dominated by
  memory system performance.  In this case, for computer systems
Example #5
0
<?php

include 'common/page.php';
$page = new Page();
$page->setPathToWebRoot('');
$page->setPageTitle('HPCG - Mail Lists');
$page->setNavIdentifier('resources');
$x = <<<END
    table.lists th { text-align: left; padding: .5em 2em .5em 0; 
      border-bottom: 1px solid #999; }
    table.lists td { padding: .5em 2em .5em 0; border-bottom: 1px solid #999; }
END;
$page->setInlineStyles($x);
?>

<?php 
include 'common/header.html';
?>

<div class="breadcrumb"><a href="resources.php">Resources</a> - Mail Lists</div>

<p>HPCG maintains two main lists that are open to the public. The
hpcg-announce list provides a convenient mechanism for distributing
announcements from the development team to the user community. The hpcg-users
list provides a discussion forum for users.
<!--  Both lists are public lists in
that email traffic on the lists is archived here on the open web.-->
</p>

<table class="lists" cellspacing="0" cellpadding="0">
<tr><th>Announce list:</th>
Example #6
0
<?php

include 'common/page.php';
$page = new Page();
$page->setPathToWebRoot('');
$page->setPageTitle('HPCG - Software Design');
$page->setNavIdentifier('about');
?>

<?php 
include 'common/header.html';
?>

<div class="breadcrumb"><a href="about.php">About</a> - Software Design</div>

<p> HPCG is a self-contained C++ program with MPI and OpenMP support.</p>

<br/>


<?php 
include 'common/footer.html';
Example #7
0
<?php

include 'common/page.php';
$page = new Page();
$page->setPathToWebRoot('');
$page->setPageTitle('HPCG - Contact');
$page->setNavIdentifier('home');
$y = <<<END
    th { text-align: left; padding-right: 1em; vertical-align: top; 
      padding-bottom: 1em; }
    td { vertical-align: top; padding-bottom: 1em; }
END;
$page->setInlineStyles($y);
?>

<?php 
include 'common/header.html';
?>

<div class="breadcrumb"><a href="default.php">Home</a> - Contact</div>

<table cellspacing="0" cellpadding="0">

<tr><th>Primary Contacts:</th>
<td><a href="http://www.netlib.org/utk/people/JackDongarra/">Jack Dongarra</a></td></tr>
<td><a href="http://www.cs.sandia.gov/~maherou">Michael Heroux,</a></td>
<td><a href="http://web.eecs.utk.edu/~luszczek/">Piotr Luszczek</a></td></tr>

</table>

<?php 
Example #8
0
<?php

include 'common/page.php';
$page = new Page();
$page->setPathToWebRoot('');
$page->setPageTitle('HPCG - Results');
$page->setNavIdentifier('results');
?>

<?php 
include 'common/header.html';
?>

<div class="breadcrumb">Results</div>

<h3>HPCG Benchmark Results</h3>


<p><a href=2014-06-hpcg-list.pdf> HPCG Performance Rankings, ISC'14, Leipzig, Germany, 26 June 2014</a></p>

      
<br/>


<?php 
include 'common/footer.html';