<!DOCTYPE html>
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>So I've had some of you ask me about the size of the matrix you
      should use for your testing.  I would use 10000.</p>
    <p>However, for matrix multiplication and DLS the cache performance
      would be very interesting to look at, so for just those two I
      would do several different matrix sizes and compare their parallel
      speedup -- maybe 1000, 5000, 1000 (or some other range with 10000
      being the max).</p>
    <p>For the plot comparing to the OpenBLAS, just do 10000.</p>
    <div class="moz-signature">-- <br>
      <b><em>Andrew J. Pounds, Ph.D.</em></b><br>
      <em>Professor of Chemistry and Computer Science</em><br>
      <em>Director of the Computational Science Program</em><br>
      <em>Mercer University</em><br>
      <em>1501 Mercer University Drive, Macon, GA 31207 </em><br>
      <em>(478) 301-5627</em><br>
    </div>
  </body>
</html>