Christian Kehl
Christian Kehl
Locally as well as on cluster, user may have - next to the original storage location of the fieldset files - another storage location for cached, high-speed file access (e.g....
Integrate the benchmark scripts for artificial (perlin, bickley, doublegyre, stommel) and realistic (palaeoplankton, galapagos, biofouling) case studies in the main branch for all types of particle sets.
Please process / integrate this list of follow-up issues of particle-particle interaction in-order. 1. [ ] Fix smalldt - longruntime issue (#1055 ) 2. [ ] Handle State, Operation and...
Expand tests to cases for interaction kernels that are also expected to fail. The tests that are currently implemented mainly test scenarios that are expected to succeed (and not so...
Create a good, illustrative example Jupyter notebook (in collaboration with @fedeguerr @pdnooteboom and @mikaelk ) demonstrating the interaction kernel usage, as well as including the following things: - execution order...
Particle-particle interaction does currently not work with MPI. That is mainly because particles interacting with one another potentially or probably occupy different processors. Hence, they would find each other as...
After having implemented Interaction kernels for JIT, implement this interaction in SciPy and JIT for AoS particle sets. (subtasks still to-be-determined)
After having implemented Interaction kernels for JIT, implement this interaction in SciPy and JIT for Nodes particle sets. (subtasks still to-be-determined)
extend InteractionKernel functionality by making it work in a Kernel-generated, C-jit environment. Benchmark first changes where only the kernel execution is integrated in JIT. If benchmark says neighbourhood parsing is...
The execute loop of InteractionKernels currently does not handle State/Operation codes that signify an error or edge case. It only reports a warning. It does not use the State-/OperationCode system...