- 31 May, 2017 8 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
- Use the correct value of 'h_max' in the construction of the caches in the vectorized DOPAIR1 routine. (fix #312) - Update the test27 unit test to also randomly perturb the smoothing length values. - Set a correct value for h_max in the test27 case and not just a loose upper-bound. - Call the non-vectorized version of DOPAIR1 for the corner interactions. See merge request !348 EAGLE_25 now produces the same number of time-steps whether running with or without vectorization.
-
James Willis authored
-
Matthieu Schaller authored
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
- 30 May, 2017 9 commits
-
-
Matthieu Schaller authored
-
James Willis authored
-
James Willis authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
Documentation update. The MPI and vectorization macros will be expanded when generating the doxygen files.
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
James Willis authored
Moved the testing into a function and tested each corner cell and each cell at the centre of each face.
-
James Willis authored
-
- 27 May, 2017 6 commits
-
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
- 26 May, 2017 5 commits
-
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
James Willis authored
Output the particle ID if a difference is found instead of the line in the file and print the particle property that differs.
-
- 25 May, 2017 3 commits
-
-
James Willis authored
-
James Willis authored
Created a branching function for DOPAIR1, so that the scalar version is called if it is a corner interaction when the code is vectorised. Also fixed a bug with runner_dopair1_density_vec so that hi_max and hj_max are used to find how many particles to read into the cache.
-
James Willis authored
-
- 24 May, 2017 3 commits
-
-
Peter W. Draper authored
-
Matthieu Schaller authored
Disabled GIZMO particle steering for vacuum particles I disabled particle steering for particles with zero density, as they have weird sound speeds that mess up the steering algorithm. This fixes #271. See merge request !346
-
Matthieu Schaller authored
Disabled GIZMO particle steering for vacuum particles I disabled particle steering for particles with zero density, as they have weird sound speeds that mess up the steering algorithm. This fixes #271. See merge request !346
-
- 23 May, 2017 4 commits
-
-
Peter W. Draper authored
Update task dump processing Fix some issues in autoranging, add new script to output simple stats for pre-thread, step and rank. Add support for new drift_grav task. Incorporate stats in higher-level processing scripts so that they can be seen in the HTML pages. See merge request !347
-
Peter W. Draper authored
Add a colour to keep similarity to previous scheme
-
Peter W. Draper authored
-
Bert Vandenbroucke authored
Disabled GIZMO particle steering for vacuum particles. Disabled warning messages for unphysical values and pathological configurations.
-
- 22 May, 2017 2 commits
-
-
Peter W. Draper authored
-
Matthieu Schaller authored
-