- 19 Feb, 2020 7 commits
-
-
Loic Hausammann authored
-
Loic Hausammann authored
-
Loic Hausammann authored
-
Loic Hausammann authored
-
Loic Hausammann authored
-
Loic Hausammann authored
-
Loic Hausammann authored
-
- 18 Feb, 2020 1 commit
-
-
Store h_max values as floats in the `struct cell`, as the h values themselves are also just `float`s.
-
- 14 Feb, 2020 1 commit
-
-
Matthieu Schaller authored
-
- 13 Feb, 2020 2 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 11 Feb, 2020 8 commits
-
-
Matthieu Schaller authored
-
Pedro Gonnet authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Yannick Bahé authored
-
- 10 Feb, 2020 6 commits
-
-
Matthieu Schaller authored
-
Peter W. Draper authored
Useful to see these as well
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 07 Feb, 2020 1 commit
-
-
Peter W. Draper authored
Turns out that having blocking MPI calls in the dumper code is bad as that can be blocked by other MPI calls in other threads, so we need to avoid any MPI calls here and create a file per rank instead
-
- 05 Feb, 2020 2 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 29 Jan, 2020 1 commit
-
-
Peter W. Draper authored
-
- 27 Jan, 2020 2 commits
-
-
Peter W. Draper authored
-
Peter W. Draper authored
Use a single global value for the current runtime, this should avoid issues with the exact timing of when the limit is exceeded
-
- 25 Jan, 2020 1 commit
-
-
Matthieu Schaller authored
-
- 24 Jan, 2020 1 commit
-
-
- 23 Jan, 2020 6 commits
-
-
Matthieu Schaller authored
Add an explicit cat to uint32_t in inl_erand48() to silence a runtime error from the undefined behaviour sanitizer
-
Peter W. Draper authored
-
Peter W. Draper authored
Was missing gravity tasks that are deeper than this
-
Peter W. Draper authored
Attempts to protect against overweight as deep cells are more efficiently processed leading to imbalance in the initial partitions
-
-
Matthieu Schaller authored
Add a synchronization point at the end of engine_dump_restarts() to make sure everything has been written before proceeding and risking a crash
-
- 22 Jan, 2020 1 commit
-
-