- 14 Jul, 2017 8 commits
-
-
Matthieu Schaller authored
Subsize Use separate parameters to determine when a pair or self interaction should be made a sub-cell task. See merge request !365
-
Matthieu Schaller authored
-
Peter W. Draper authored
-
Peter W. Draper authored
Check if snapshot directory exists and add a digit to the output Fix issue #321 See merge request !368
-
Peter W. Draper authored
This is a requirement of fopen()
-
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 4 commits
-
-
Matthieu Schaller authored
Removed the now unused space_maxcount global variable. Documented the new YAML parameters in the example parameter file.
-
Matthieu Schaller authored
Remove 8-cell limit in gravity + non periodic case Fix issue #323 See merge request !367
-
Matthieu Schaller authored
-
Peter W. Draper authored
Also use errno to get the detailed error about the failure
-
- 12 Jul, 2017 2 commits
- 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
-