-
- Downloads
Merge branch 'subset_sorting' into 'master'
Subset sorting Massive change in the way we treat sub-cell tasks and sorts in general, i.e.: * Sorts and drifts now unlock *all* sorts and drifts above them, this ensures they are executed bottom-up even if intermediate tasks are not active, * Sub-cell task hierarchies are traversed consistently during density/ghost/force computations, * Sub-cell tasks no longer do the drifting and sorting themselves, * Sorts are only re-computed once the oldest sorted index goes stale. * Ghosts exist at a lower level in the tree. See merge request !343
No related branches found
No related tags found
Showing
- examples/EAGLE_12/eagle_12.yml 1 addition, 1 deletionexamples/EAGLE_12/eagle_12.yml
- examples/parameter_example.yml 3 additions, 3 deletionsexamples/parameter_example.yml
- src/cell.c 406 additions, 64 deletionssrc/cell.c
- src/cell.h 118 additions, 6 deletionssrc/cell.h
- src/dimension.h 28 additions, 0 deletionssrc/dimension.h
- src/engine.c 113 additions, 99 deletionssrc/engine.c
- src/engine.h 1 addition, 0 deletionssrc/engine.h
- src/hydro/Gadget2/hydro.h 8 additions, 5 deletionssrc/hydro/Gadget2/hydro.h
- src/hydro/Gadget2/hydro_iact.h 54 additions, 46 deletionssrc/hydro/Gadget2/hydro_iact.h
- src/hydro/Gizmo/hydro.h 5 additions, 4 deletionssrc/hydro/Gizmo/hydro.h
- src/hydro/Gizmo/hydro_iact.h 3 additions, 3 deletionssrc/hydro/Gizmo/hydro_iact.h
- src/hydro/Minimal/hydro.h 23 additions, 1 deletionsrc/hydro/Minimal/hydro.h
- src/hydro/Minimal/hydro_iact.h 12 additions, 12 deletionssrc/hydro/Minimal/hydro_iact.h
- src/hydro/PressureEntropy/hydro.h 2 additions, 2 deletionssrc/hydro/PressureEntropy/hydro.h
- src/hydro_properties.c 18 additions, 5 deletionssrc/hydro_properties.c
- src/hydro_properties.h 18 additions, 5 deletionssrc/hydro_properties.h
- src/runner.c 117 additions, 69 deletionssrc/runner.c
- src/runner.h 2 additions, 1 deletionsrc/runner.h
- src/runner_doiact.h 77 additions, 89 deletionssrc/runner_doiact.h
- src/runner_doiact_vec.c 14 additions, 4 deletionssrc/runner_doiact_vec.c
Loading
Please register or sign in to comment