- 14 Jul, 2017 3 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
Conflicts: src/space.h
-
Matthieu Schaller authored
Updated the default values of space_subsize_pair space_subsize_self to the optimal values found in a parameter search using EAGLE_25 on 16 cosma-5 cores.
-
- 13 Jul, 2017 1 commit
-
-
Matthieu Schaller authored
Removed the now unused space_maxcount global variable. Documented the new YAML parameters in the example parameter file.
-
- 10 Jul, 2017 10 commits
-
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Peter W. Draper authored
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
-
Peter W. Draper authored
This would have revealed the last MPI bug a but quicker
-
Matthieu Schaller authored
-
- 07 Jul, 2017 4 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 06 Jul, 2017 7 commits
-
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
- 04 Jul, 2017 1 commit
-
-
Peter W. Draper authored
Correct number of links in engine_maketasks() Correctly count the number of cell->task links required and only create the necessary number given the engine policy. This fixes a bug reported by @lhausammann when testing a simple hydro + self-gravity box. It will also (very marginally) reduce the memory footprint in the purely hydro cases. See merge request !361
-
- 03 Jul, 2017 3 commits
-
-
Peter W. Draper authored
Better trigger Fixes #288 See merge request !362
-
Peter W. Draper authored
-
Peter W. Draper authored
repartitioning: make the trigger correctly with a value of 2, previously the minimum no. of steps was in fact 3 Also match sanity checks to same as documented allowed values for trigger
-
- 02 Jul, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 30 Jun, 2017 5 commits
-
-
Matthieu Schaller authored
Correctly count the number of cell->task links required and only create the necessary number given the engine policy.
-
Matthieu Schaller authored
Not need to clear sort flag on reception fo particles before density. This done in the cell_unskip_tasks() routine.
-
Peter W. Draper authored
Analyse script shows updates and sid The task plotting scripts have been updated as follows: - Output the number of active particles - Output the time spent in pair/sub-pair tasks split by sid - Implemented @d74ksy's suggestion to put the legend outside the plot area itself. See merge request !360
-
Peter W. Draper authored
-
Matthieu Schaller authored
-
- 29 Jun, 2017 5 commits
-
-
Matthieu Schaller authored
Applied @d74sky's suggestion to put the legend of the plots outside of the plotting area to avoid overlap
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
The task plot analysis scripts now also displays the number of particle updates done in that time-step. It also shows the time distribution for pairs sorted by SID.
-
Matthieu Schaller authored
plot-analysis: updates to breakdown deadtimes updates to the plot analysis scripts so that the deadtimes are broken down into reports about the time before the first task, time after the last task and time between tasks, as well as the current report for all time spent not processing tasks. See merge request !359
-