-
- Downloads
Merge branch 'parallel_gpart_sort' into 'master'
Parallel gpart sort That's essentially a copy-paste of the part version. Indices are still of type `size_t` to be compatible with the rest of the code. We can move to `int` later on. See merge request !128
No related branches found
No related tags found
Showing
- examples/plot_tasks.py 3 additions, 2 deletionsexamples/plot_tasks.py
- examples/plot_tasks_MPI.py 3 additions, 2 deletionsexamples/plot_tasks_MPI.py
- src/engine.c 12 additions, 5 deletionssrc/engine.c
- src/runner.c 4 additions, 1 deletionsrc/runner.c
- src/scheduler.c 3 additions, 1 deletionsrc/scheduler.c
- src/space.c 119 additions, 86 deletionssrc/space.c
- src/space.h 4 additions, 2 deletionssrc/space.h
- src/task.c 8 additions, 6 deletionssrc/task.c
- src/task.h 2 additions, 1 deletionsrc/task.h
Loading
Please register or sign in to comment