<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font face="serif">It looks like several of you, based on gitlab
      check-ins, now have code that is consistent across your
      languages.  I would encourage you to start your "no optimization"
      timings using the batch scheduler as soon as possible - some of
      these things will take over an hour to run.<br>
      <br>
      My recommendation is that you modify your pbs job script so that the
      line that looks like<br>
    </font><br>
    <font face="serif">#PBS -l nodes=1:zeus:ppn=1<br>
      <br>
        is modified to <br>
    </font><br>
    <font face="serif">#PBS -l nodes=1:zeus:ppn=1,walltime=8:00:00<br>
      <br>
      This will then give you eight hours of run time.  Adjust the time
      as you see fit.<br>
      <br>
      I also recommend that you do at least three timings per code.   I
      have seen the runtimes for very long running calculations vary by
      minutes.   You will want to average to get good results.<br>
    </font><br>
    In other words, in your job submission do something like..<br>
    <br>
    #.end of PBS commands<br>
    #<br>
    cd ./mytimingdirectory<br>
    echo "*** F77 ***"<br>
    dusty_deck_77<br>
    dusty_deck_77<br>
    dusty_deck_77<br>
    <br>
    I'll see you in the queue!<br>
    <pre class="moz-signature" cols="72">
-- 
Andrew J. Pounds, Ph.D.  (<a class="moz-txt-link-abbreviated" href="mailto:pounds_aj@mercer.edu">pounds_aj@mercer.edu</a>)
Professor of Chemistry and Computer Science
Mercer University,  Macon, GA 31207   (478) 301-5627
<a class="moz-txt-link-freetext" href="http://faculty.mercer.edu/pounds_aj">http://faculty.mercer.edu/pounds_aj</a>
</pre>
  </body>
</html>