- 31 Jul, 2017 1 commit
-
-
James Willis authored
Fixed seg fault bug. Make sure that max_index_i[ci->count - 1] and max_index_j[0] are initialised to correct values when nothing is in range.
-
- 30 Jul, 2017 6 commits
-
-
James Willis authored
Conflicts: src/runner_doiact_vec.c tests/benchmarkInteractions.c
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
James Willis authored
Updated testInteractions to use new vectorised interaction functions, both using one and two vectors.
-
James Willis authored
-
- 26 Jul, 2017 6 commits
-
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
- 20 Jul, 2017 1 commit
-
-
James Willis authored
-
- 19 Jul, 2017 9 commits
-
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
- 18 Jul, 2017 6 commits
-
-
James Willis authored
Conflicts: src/hydro/Gadget2/hydro_iact.h src/vector.h
-
James Willis authored
Conflicts: src/kernel_hydro.h
-
James Willis authored
Use intrinsics for vector operations as arithmetic overloading is not supported by the Intel compiler yet for AVX-512 vectors. Conflicts: src/hydro/Gadget2/hydro_iact.h
-
James Willis authored
Use intrinsics for vector operations as arithmetic overloading is not supported by the Intel compiler yet. Updated masking operations with new macros so that AVX-512 masking is supported. Conflicts: src/kernel_hydro.h
-
James Willis authored
Conflicts: src/vector.h
-
James Willis authored
Use intrinsics for vector operations as arithmetic overloading is not supported by the Intel compiler yet.
-
- 17 Jul, 2017 2 commits
-
-
Peter W. Draper authored
Revert "Add checks for particles that are at same position, this isn't allowed, and update the cell h_max to that of the particles after the initial ghost tasks have ran. This is needed before regridding if the h values of the particles in the IC are set to be smaller than reality (ends up looking like rebuilding failed as the particles are too far outside their cells)." This reverts commit 3d12f382.
-
Peter W. Draper authored
Add checks for particles that are at same position, this isn't allowed, and update the cell h_max to that of the particles after the initial ghost tasks have ran. This is needed before regridding if the h values of the particles in the IC are set to be smaller than reality (ends up looking like rebuilding failed as the particles are too far outside their cells).
-
- 14 Jul, 2017 9 commits
-
-
Matthieu Schaller authored
Use the basename for the HDF5 files These are relative to the container file and could include directory information (we assume XMF file is written into same directory as the snapshots). Fixes #325. See merge request !369
-
Peter W. Draper authored
Use the basename for the HDF5 files as these are relative to the container file and could include directory information (we assume XMF file is written into same directory as the snapshots).
-
Matthieu Schaller authored
Subsize Use separate parameters to determine when a pair or self interaction should be made a sub-cell task. See merge request !365
-
Matthieu Schaller authored
-
Peter W. Draper authored
-
Peter W. Draper authored
Check if snapshot directory exists and add a digit to the output Fix issue #321 See merge request !368
-
Peter W. Draper authored
This is a requirement of fopen()
-
Matthieu Schaller authored
-
Matthieu Schaller authored
Conflicts: src/space.h
-