- 30 Aug, 2017 3 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 29 Aug, 2017 3 commits
-
-
Matthieu Schaller authored
Use getticks() to get enough randomness when enqueing tasks without owners. How about this version ? See merge request !411
-
Matthieu Schaller authored
-
Matthieu Schaller authored
Added cpuid for Kaby Lake processor and corresponding compilation flags. Could you let me know whether this works ? I think I got the correct cpuid pattern for KabyLake... See merge request !410
-
- 28 Aug, 2017 4 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
When padding the gravity cache, use -2 * cell->width for the particle position to make sure this is an invalid (but reasonable) position.
-
- 26 Aug, 2017 1 commit
-
-
Matthieu Schaller authored
Make the expected number of tasks per cell a parameter. Previously we had a max of 96, much smaller numbers will work depending on the job See merge request !395
-
- 24 Aug, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 23 Aug, 2017 2 commits
-
-
Peter W. Draper authored
-
Matthieu Schaller authored
Replace calls to rand() by calls to rand_r() in the scheduler Implements #302 using @d74ksy's changes. See merge request !405
-
- 22 Aug, 2017 4 commits
-
-
Peter W. Draper authored
-
Peter W. Draper authored
-
Peter W. Draper authored
-
Matthieu Schaller authored
-
- 21 Aug, 2017 6 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 19 Aug, 2017 2 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 18 Aug, 2017 4 commits
-
-
Matthieu Schaller authored
More specialised timers for the gravity leaf-leaf interactions. Improvements to the vectorization of the PM leaf-leaf interaction.
-
Matthieu Schaller authored
Split the P2P and M2P into two separate (vectorizable) loops in the leaf-leaf gravity P-P interactions.
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 17 Aug, 2017 10 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
Cache auto vec Auto-vectorise populating the cache with hints to the compiler and `restrict` keyword. See merge request !404
-
James Willis authored
-
James Willis authored
-
James Willis authored
-