- 26 Jul, 2016 1 commit
-
-
Tom Theuns authored
-
- 22 Jul, 2016 2 commits
-
-
Tom Theuns authored
-
Tom Theuns authored
-
- 21 Jul, 2016 2 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 20 Jul, 2016 13 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
i/o conversion Would that work ? See merge request !201
-
Matthieu Schaller authored
Bug fixes See merge request !202
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 18 Jul, 2016 6 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 16 Jul, 2016 2 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 15 Jul, 2016 14 commits
-
-
Matthieu Schaller authored
-
Peter W. Draper authored
Io unit conversion This implements two changes: - Unit conversion from ICs to internal units and from internal units to snapshots when doing i/o. - A much simpler interface to add/remove fields to be written/read during i/o. Could you let me know whether your usual tests still run with this ? See merge request !194
-
Peter W. Draper authored
-
Peter W. Draper authored
Conflicts: src/Makefile.am src/parallel_io.c src/serial_io.c src/single_io.c
-
Peter W. Draper authored
Gamma power speed up "Fix" to #185. See also the discussion in #166. Two improvements: - Speed-up the calculation of x^\gamma, x^{\gamma-1} and x^-(\gamma-1) . Currently support \gamma=5/3, \gamma=4/3 and \gamma=2. - Write the details of the hydro scheme in the snapshots. Branch can be removed. See merge request !195
-
Matthieu Schaller authored
-
Peter W. Draper authored
-
Matthieu Schaller authored
This reverts commit 9f311bbc
-
Matthieu Schaller authored
-
Matthieu Schaller authored
Macro vectorisation Created a macro called `WITH_VECTORIZATION` in `config.h` that enables vectorisation throughout the code. Replaced all occurrences of `VECTORIZE` with `WITH_VECTORIZATION` throughout the code. Replaced compiler macros, i.e `__AVX__`,`__MIC__` with platform defined macros: `HAVE_AVX`, `HAVE_AVX512_F`... in `vector.h`. Added place holders for vectorised versions of force and density interactions for Gadget2 and Minimal SPH schemes. An error will be displayed at runtime if the code is compiled with vectorisation enabled and using either Gadget2 or Minimal SPH schemes. See merge request !200
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-