- 30 Nov, 2017 2 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 27 Nov, 2017 2 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 24 Nov, 2017 4 commits
-
-
Matthieu Schaller authored
Use a different criterion for gravity or hydro to construct the proxies corresponding to a given cell.
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 23 Nov, 2017 7 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
Fixed a moronic bug. Unskipping MPI sends and recvs for gravity should not be done *only* for local pairs. Obviously....
-
- 20 Nov, 2017 3 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 16 Nov, 2017 2 commits
-
-
Peter W. Draper authored
-
Peter W. Draper authored
Real problem was a 28 * k, instead of k < 26 *, but clear up the logic and fix some edge cases where the range could over/underflow a bit, also add a debugging check to spot this issue next time
-
- 15 Nov, 2017 8 commits
-
-
Matthieu Schaller authored
Removed unnecessary dependency between the out-going gravity ghost and the self-grav and pair-grav tasks.
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
Add time based edge repartitioning See merge request !458
-
Peter W. Draper authored
Task graph Closes #92 See merge request !459
-
Matthieu Schaller authored
-
Peter W. Draper authored
-
Matthieu Schaller authored
Use non-buffered MPI sends for small messages See merge request !457
-
- 14 Nov, 2017 12 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Peter W. Draper authored
-
Peter W. Draper authored
-
Peter W. Draper authored
Conflicts: examples/process_cells examples/process_cells_helper src/debug.c src/debug.h src/partition.c
-
Peter W. Draper authored
-
Peter W. Draper authored
-
Peter W. Draper authored
-
Peter W. Draper authored
-
Peter W. Draper authored
Sort out naming of output cell dumps to be based on the step, so they can be compared to other dumps
-
Peter W. Draper authored
The time weights where overflowing int (1<<32), so use double precision, which has the nice side effects mentioned above. We now also attempt to balance the weights bweteen vertices and edges, since they can have very different units
-