- 05 Jul, 2016 5 commits
-
-
Peter W. Draper authored
-
Peter W. Draper authored
-
Peter W. Draper authored
-
Peter W. Draper authored
Conflicts: src/engine.c
-
Matthieu Schaller authored
Autotools update Updates for issue #181. Still need to do some testing if tcmalloc is better. See merge request !190
-
- 04 Jul, 2016 3 commits
-
-
Peter W. Draper authored
Useful when profiling.
-
Peter W. Draper authored
Previously shared libraries were linked using the unwrapper compiler (so MPI special flags didn't work)
-
Peter W. Draper authored
-
- 01 Jul, 2016 2 commits
-
-
Peter W. Draper authored
-
Peter W. Draper authored
The entropy_in_IC flag is now set and read correctly. Restart from snapshot is possible. Fix to #178. This is a rather temporary fix but allows full compatibility with Gadget. We can now restart from a snapshot and also run for a while with Gadget, then with SWIFT, then with Gadget and so on. See merge request !189
-
- 30 Jun, 2016 3 commits
-
-
Peter W. Draper authored
One major change to replace all gpart id/parts with the new id_or_neg_offset. As discussed in #123, this merge request changes the `gpart.id` and `gpart.part` anonymous union into a single `long long int id_or_neg_offset`. If this number is positive, then it is the particle ID and the `gpart` has no hydro counterpart. If this number is negative, then it is the offset in the `parts` array of this particle's hydro counterpart. See merge request !118
-
Matthieu Schaller authored
-
Peter W. Draper authored
Tidy up so that both trees use the same library dependencies
-
- 29 Jun, 2016 7 commits
-
-
Peter W. Draper authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 27 Jun, 2016 1 commit
-
-
Matthieu Schaller authored
-
- 25 Jun, 2016 1 commit
-
-
Pedro Gonnet authored
-
- 24 Jun, 2016 1 commit
-
-
Peter W. Draper authored
Set the super-cell to the first cell with interactions. The super cell is either a non-empty leaf or the first cell for which an interaction task is defined. need to add a condition for gravit tasks once these have been settled. Separating this from the `mpi_skip` branch as it is not really related and should be tested separately. See merge request !186
-
- 22 Jun, 2016 1 commit
-
-
Pedro Gonnet authored
Conflicts: src/debug.c src/debug.h src/engine.c src/gravity/Default/gravity_debug.h src/gravity/Default/gravity_part.h src/hydro/Gadget2/hydro_debug.h src/part.h src/runner.c src/tools.c src/tools.h
-
- 21 Jun, 2016 3 commits
-
-
Pedro Gonnet authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 20 Jun, 2016 5 commits
-
-
Pedro Gonnet authored
-
Pedro Gonnet authored
the super cell is either a non-empty leaf or the first cell for which an interaction task is defined. need to add a condition for gravit tasks once these have been settled.
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
- 18 Jun, 2016 3 commits
-
-
Pedro Gonnet authored
-
Pedro Gonnet authored
add a third communication step which exchanges the particles after the kick, just to make sure we have the correct ti_end_min values for each foreign cell.
-
Pedro Gonnet authored
link the send/recv tasks to all their cells and sub-cells. first step in linking send/recv tasks to density/force tasks.
-
- 17 Jun, 2016 2 commits
-
-
Peter W. Draper authored
Remove the part<->gpart link checks. These can be un-commented back in when debugging. As discussed during the meeting, here are some tests that are non-necessary in serious runs. See merge request !185
-
Matthieu Schaller authored
-
- 16 Jun, 2016 3 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Peter W. Draper authored
Coding style Sorry Peter here is another big annoying one. - Improved the code quality in `runner_doiact.h` to match the coding standard used elsewhere: declare variable only where they are needed and use constants where possible. - Modified many headers to avoid long unnecessary inclusion lists. Should speed up compilation. Thanks ! See merge request !182
-