<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2013/7/25 Christian Engwer <span dir="ltr"><<a href="mailto:christian.engwer@uni-muenster.de" target="_blank">christian.engwer@uni-muenster.de</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Miha, thanks for the update... as I was occupied with family stuff<br>
over the weekend I was not able to answer earlier.<br></blockquote><div>No problem. I just passed my last exam today, so there isn't much new since last week. <br><br></div><div>Running programs and static HTML code generation now work, and I <br>
believe it's time to start work on a dynamic "web application" where <br></div><div>one can filter the results by program, machine or something else. <br><br></div><div>Of course, since the review week is upon us, if you wish I can wait with that <br>
and instead write the so-far missing documentation, and maybe add more<br>data to measurements. <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im"><br>
> results. The procedure is described in the README file, it is not<br>
> complicated but both Bootstrap and Dygraphs have to be in the correct<br>
> locations. I hope this will make it easier for you to review and provide<br>
> feedback.<br>
<br>
</div>On the long run it would be convinient to include some simple<br>
configure tests to check for the necessary python and third-party<br>
libraries. I'm not a license expert, but I would be very convinient to<br>
include as many libs in the repo as possible and add a short<br>
description or script to update them :-)<br></blockquote><div>Dygraphs and Bootstrap are licensed under MIT and Apache licenses, respectively. <br></div><div>I don't think there would be problem if we included them in the repo, <br>
but we should explicitely mention their licenses. <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Further more I'm currently not able to run the python code. I didn't<br>
manage to find the appropriate packages. I installed python-psutil,<br>
but now I get the following error:<br>
<br>
Traceback (most recent call last):<br>
  File "perftest.py", line 2, in <module><br>
    from database import *<br>
  File<br>
  "/home/christi/Uni/Dune/dune-perftest/dune/perftest/database/__init__.py", line 5, in <module><br>
    from .loadresults import *<br>
ImportError: No module named loadresults<br>
<br>
might it be that some files are missing in the repo? And for the<br>
script itself, I would prefer having a shebang and marking the script<br>
executable, similar to the way we did it for the other dune helper<br>
scripts.<br></blockquote><div>Yes, this was a file I forgot to add to the repo. I added the dependencies too, <br></div><div>if there are problem they can be removed and replaced with a script<br>that fetches them. <br></div>
<div><br></div><div>The problem with shebangs is that I'm on ArchLinux where python3 is the default,<br></div><div>while I believe some distros still ship with python2 as default. <br></div><div>I don't think we talked about this, but I make all my code python3-compliant,<br>
</div><div>and while it should run on python2 as well, there might be some incompatibilities. <br><br></div><div>I remember we has some issues with this in GSoC two years ago, when I<br>was the only one with Python3 and the rest were on Ubuntu or Mac with<br>
</div><div>the old version. <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Please let me know once you have updated the missing files :-)<br>
<span class="HOEnZb"><font color="#888888"><br>
Christian<br>
</font></span></blockquote></div><br></div></div>