- 25 Mar, 2016 4 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Pedro Gonnet authored
Conflicts: src/engine.c src/engine.h src/part.c src/part.h src/proxy.h src/scheduler.c
-
- 24 Mar, 2016 14 commits
-
-
Aidan Chalk authored
This reverts commit 4ab23609
-
Aidan Chalk authored
-
Matthieu Schaller authored
Redistribute fixes See merge request !131
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Peter W. Draper authored
Redistribute fixes Fixes #130 and makes `engine_split()` work for gparts. That lead to some issues in common_io.c but the master works if you don't run with -g. (And -g does not work beyond one time-step anyway as we don't have the MPI communications for gparts yet.) See merge request !130
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Peter W. Draper authored
Redistribute gparts Initial version of `engine_redistribute()` which sends around the gparts as well as the parts + preserves their links. @nnrw56 what do you think ? I'll need to update some bits later to take into account your changes to the MPI_types and the new version of `space_part_sort()` See merge request !124
-
- 23 Mar, 2016 1 commit
-
-
Peter W. Draper authored
Rewait fixes Fixes the deadlock described in #125. See merge request !122
-
- 22 Mar, 2016 8 commits
-
-
Peter W. Draper authored
Support for XMF file descriptors with multiple particle types. This fixes #127 and adds support for all particle types within the XMF files. Both in single node and MPI modes. See merge request !126
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Peter W. Draper authored
Local variable cleanup Yet another batch of cleanups. See merge request !123
-
Matthieu Schaller authored
Save a sqrtf() call per particle in drift task Any reason why this was not written like this in the first place ? Looks like we can save one `sqrtf()` call per particle in the drift tasks. See merge request !127
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 21 Mar, 2016 13 commits
-
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
Initialize some variables that MemorySanitizer suggested Also reported issues in MPI and METIS, the METIS issue doesn't seem to have an effect (zeroed in a local build). See merge request !125
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Peter W. Draper authored
Also reported issues in MPI and METIS, the METIS issue doesn't seem to have an effect (zeroed in a local build).
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Peter W. Draper authored
Gpart mpi io We can now do i/o with multiple types using the serial version. I may implement a parallel-hdf5 version later but as we (I) still need to work on i/o not sure that is the highest priority. The code crashes later in the exchange of strays but that's what @nnrw56 is working on. See merge request !121
-