From: Raimar S. <rai...@ui...> - 2013-08-21 12:36:11
|
Dear András, finally I found some time to try to catch up with the latest C++QED development. In the end I would like to make the necessary changes to pycppqed and my own scripts, so that I can use the new infrastructure. Then I would also try to adapt the work on the Python interface, and package the new development version of C++QED. I checked out the development branch and could compile it with gcc-4.6, only the script PumpedLossyModeRegression failed to compile (maybe this is expected?) It seems to use trajectory::readViaSStream with a wrong interface. However, there is something strange going on at runtime, most of the scripts throw structure::InfiniteDetectedException. For example I tried 1particle1mode without any arguments. Running this in the debugger shows that the exception is thrown in LiouvilleanAveragedCommonRanked::average. Before I dive any deeper into this, do you know what the cause could be? Which configuration are you currently using for development and testing, i.e. boost version, compiler, build system? I tried with boost-1.49, g++-4.6.3 and cmake. What happened to the testsuite_physics, or what is the preferred way at the moment to test the framework? Thank you and best regards Raimar |