<html>#2458: correct date in in "Simfactory Done" message
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td>Roland Haas</td></tr>
<tr><td style='text-align:right'>   Status:</td><td>open</td></tr>
<tr><td style='text-align:right'>Milestone:</td><td></td></tr>
<tr><td style='text-align:right'>  Version:</td><td></td></tr>
<tr><td style='text-align:right'>     Type:</td><td>bug</td></tr>
<tr><td style='text-align:right'> Priority:</td><td>minor</td></tr>
<tr><td style='text-align:right'>Component:</td><td></td></tr>
</table>

<p>Comment (by Bill Gabella):</p>
<p>Testing on my laptop, with Pull Request changes and with the gcc 10 patches.  I see the done timestamp when…</p>
<ul>
<li>
<p>sim create-run helloworld gives the right timestamp.  </p>
<p>```restructuredtext
 INFO (HelloWorld): Hello World!</p>
<hr />
<p>Done.
+ echo Stopping:
+ date
Stopping:
Fri 11 Sep 2020 10:29:07 AM CDT
+ echo Done.
Done.
Simfactory Done at date: Fri 11 Sep 2020 10:29:07 AM CDT
```</p>
</li>
<li>
<p>sim create-submit the poisson gallery example, which fails (unable to allocate some memory) BUT prints  out the date-time correctly.</p>
<p>```restructuredtext
  -&gt; Refusing to allocate <a href="https://bitbucket.org/einsteintoolkit/tickets/commits/60840728" rel="nofollow" class="ap-connect-link">60840728</a> bytes (60.841 MB) of memory for type CCTK_REAL8.  <a href="https://bitbucket.org/einsteintoolkit/tickets/commits/12230150056" rel="nofollow" class="ap-connect-link">12230150056</a> bytes (12230.150 MB) are currently allocated in 1311 objects.  The parameter file specifies a maximum of 12288 MB
Simfactory Done at date: Fri 11 Sep 2020 11:06:25 AM CDT</p>
<p>```</p>
</li>
</ul>
<p>‌</p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2458/correct-date-in-in-simfactory-done-message'>https://bitbucket.org/einsteintoolkit/tickets/issues/2458/correct-date-in-in-simfactory-done-message</a></p>
</html>