Inti Pelupessy
Inti Pelupessy
just copying the necessary bits is always an option...
(ie just putting the late and memoization bits also in units) with a comment and view of replacing them with standard constructs...
keep open
it is possible right now to continue on build failures by setting environment: AMUSE_ALLOW_BUILD_FAILURES=all you get no report on the number of successful codes though...
I think removing codes that give problems from the amuse package (mainly simplex) should be enough.. setting the AMUSE_ALLOW_BUILD_FAILURES should be in the documentation maybe, but not as default (since...
I find this tricky, since you can also use the installed amuse framework as a basis to develop.... (though some libraries might be dropped)
yes, I like the idea. I would retain amuse-framework as high level package with these two. Maybe a better name for amuse-libraries?? (don't have a picture of the exact split..)
ok, be careful though..I think the config is required in unexpected places...
We should remove the plotting from tests asap, its not a good way to test AMUSE. I also agree with the other remarks: in addition, and maybe more importantly: tests...
I have done some work to speed up the compile tests (the tests generated a new identical executable for each test, now its reused (its still possible to generate new...