Christian Kehl

Results 15 comments of Christian Kehl

no, because we did not actually implement that. For now, we said that 'IDs are forward running' and "IDs are not reused" - basically, nothing has changed. Also, those IDs...

Comment: while working on #1247 , I get errors that are related to the new _ParticleSet_ writing. ``` ____________________________________________________________________________ test_plotting[hist2d-aos] ____________________________________________________________________________ pset_mode = 'aos', mode = 'hist2d', tmpdir = local('/tmp/pytest-of-christian/pytest-8/test_plotting_hist2d_aos_0')...

Well, so, short answers as I am on vacations: a) There are already quite extensive plans how to improve parallelisation for the general case (algorithms, tree balance routines, theoretical CS...

Hi Jamie, again, on vacations, so I am looking foward to your code as soon as I am back - in a 6 weeks. You make all fair points, as...

@JamiePringle - also from me thank you for the nice summary. I still need to read this more carefully, and for reasons of finding back this entry in our knowledge...

After having a look on the website and the `documentation_MPI.ipynb`, I think that this notebook doesn't really reflect what it promises from the heading of the website. I suggest splitting...

the auto-testing probably won't work before a rebase (which is NOT to be done). If you want to check the test output, install flake8 locally to check the linter and...

About the report (i.e. the Numba README): looks good and descriptive to me; contains all significant insights on constraints and issues as well as performance numbers. The code indeed covers...

it's most likely in the 'Kernel', but those kind of loops exist in other classes too. Let me see where they are and collect them.

Following lines are relevant: 'for p in range(pset.size)' (kernel.py; l. 291 and 372) list comprehension 'for i in range(pset.size)': (example_peninsula.py; ;. 150 and l. 187) other examples that have list...