Skip to content

Changes

Triggered by GitLab Webhook
Started 1 day 1 hr ago
Took 3 min 51 sec

Summary

  1. Zoom: Removing unnecessary pair tasks (details)
  2. Don't create empty tasks + scheduler clean up (details)
  3. Removing problematic target void count (rounding issues) (details)
  4. Removed bug prone report of void cdim (details)
  5. Track which void cells are "useful" (details)
  6. Using the new contains zoom cells flag (details)
  7. Increasing tolerence (details)
  8. Skip multipole check (details)
  9. Oops, skip the empty zooms! (details)
  10. Introducing a tolerence for overlaps (details)
  11. Use region width for tolerence (details)
  12. Reinstating multipole test (details)
Commit 34d32538f1427f0a417c46d9d6505930a415bf9c by Matthieu Schaller
Zoom: Removing unnecessary pair tasks
The file was modifiedsrc/runner_doiact_long_range_grav.c (diff)
The file was modifiedsrc/scheduler.c (diff)
The file was modifiedsrc/cell.h (diff)
The file was modifiedsrc/engine.h (diff)
The file was modifiedsrc/engine_maketasks.c (diff)
The file was modifiedsrc/space_split.c (diff)
Commit b84fbb2c64e51b69fff5a7becef0e88ebc7d27a4 by wjr21
Don't create empty tasks + scheduler clean up
The file was modifiedsrc/scheduler.c (diff)
Commit f640f4db79ffc554fef9c6fb5087ff08639274bc by wjr21
Removing problematic target void count (rounding issues)
The file was modifiedsrc/zoom_region/zoom_cell.c (diff)
Commit b4205611e55bb6f97b20e196b321389dec6c99df by wjr21
Removed bug prone report of void cdim
The file was modifiedsrc/zoom_region/zoom_init.c (diff)
Commit b20ed77320a37890a52725918502ebef38a44269 by wjr21
Track which void cells are "useful"
The file was modifiedsrc/zoom_region/zoom_split.c (diff)
The file was modifiedsrc/cell.h (diff)
Commit 5a4314f8f547b35a4b6551c43250f47ce2301b6f by wjr21
Using the new contains zoom cells flag
The file was modifiedsrc/space.c (diff)
Commit b4121330e76443d8fa41ab11d86e65a6285b9d71 by wjr21
Increasing tolerence
The file was modifiedsrc/cell.c (diff)
Commit 4d4dfe0861d8cc638b2dee90664a92a6a7eec8b0 by wjr21
Skip multipole check
The file was modifiedsrc/cell.c (diff)
Commit 9d52fbc129474d8904fabdefa511c09e187c258f by wjr21
Oops, skip the empty zooms!
The file was modifiedsrc/zoom_region/zoom_split.c (diff)
Commit fd46fed7626f79a94f6530f20a512488cd2897dd by wjr21
Introducing a tolerence for overlaps
The file was modifiedsrc/cell.h (diff)
Commit bc74b7ab19ae420d39994ce68094398bb349ceb0 by wjr21
Use region width for tolerence
The file was modifiedsrc/cell.h (diff)
Commit 1caeadfcbba6589b166cd5b2f8ebe77124da24ef by wjr21
Reinstating multipole test
The file was modifiedsrc/cell.c (diff)