- 28 Jul, 2017 4 commits
-
-
Peter W. Draper authored
This reverts merge request !375
-
Peter W. Draper authored
Threadpool task plots Adds the following: * `--enable-threadpool-debugging` to the `./configure` flags, * `-Y` to `main.c` to enable dumping threadpool timers much like the task timers. This generates `threadpool_info-step%d.dat` files every `-Y` steps which contain the mapper function name, the id of the thread that executed it, the number of chunks processed, and the `tic` and `toc` timers for the mapper function. See merge request !375
-
Peter W. Draper authored
-
Pedro Gonnet authored
-
- 27 Jul, 2017 11 commits
-
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Peter W. Draper authored
-
Peter W. Draper authored
-
Pedro Gonnet authored
-
Matthieu Schaller authored
Fix to make test27cells still give 48 neighbours Small change as test27fix we want to still output the weighted number of neighbours as described by other people. See merge request !381
-
Matthieu Schaller authored
-
Aidan Chalk authored
-
Matthieu Schaller authored
Random fixes We only need `ti_sort` in debug mode. See merge request !374
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
- 26 Jul, 2017 21 commits
-
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
Merge branch 'threadpool_task_plots' of gitlab.cosma.dur.ac.uk:swift/swiftsim into threadpool_task_plots
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Peter W. Draper authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
keep a separate log buffer per thread id. this avoids having to protect against concurrent access to the logs.
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
Merge branch 'threadpool_task_plots' of gitlab.cosma.dur.ac.uk:swift/swiftsim into threadpool_task_plots
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Peter W. Draper authored
-
Peter W. Draper authored
-
Peter W. Draper authored
-
Peter W. Draper authored
Fewer mpi comms Re-think when and how we activate communication tasks and pair tasks spanning local and foreign cells. This should result in much fewer interaction tasks, send/recv pairs, and drifts. See merge request !373
-
Peter W. Draper authored
Make SWIFT static library a dependency of all tests We need to rebuild those after any updates. Fixes #329. See merge request !376
-
- 25 Jul, 2017 4 commits
-
-
Peter W. Draper authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-