[Scheduler] Split PatchSchedulerConfig out of PatchScheduler.hpp - #2125
[Scheduler] Split PatchSchedulerConfig out of PatchScheduler.hpp#2125tdavidcl wants to merge 1 commit into
Conversation
Solver configs only need the split/merge load thresholds, but including PatchScheduler.hpp pulled json, trees, MPI, and SYCL into SPH/GSPH/Ramses config TUs. Move the struct to a tiny header with json_fwd and out-of-line to_json/from_json. Assisted-by: Cursor
|
Warning Review limit reached
Next review available in: 56 minutes Limit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?Wait for the limit to reset, then comment An organization admin can change what happens after included review limits in Billing. How do review limits work?CodeRabbit enforces per-developer PR review limits within each organization. For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (8)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Thanks @tdavidcl for opening this PR! You can do multiple things directly here: Once the workflow completes a message will appear displaying informations related to the run. Also the PR gets automatically reviewed by gemini, you can: |
Workflow reportworkflow report corresponding to commit dcc2bff Light CI is enabled (the default for pull requests). This will only run the basic tests and not the full tests. Pre-commit check reportPre-commit check: ✅ Test pipeline can run. Clang-tidy diff reportDoxygen diff with
|
Solver configs only need the split/merge load thresholds, but including PatchScheduler.hpp pulled json, trees, MPI, and SYCL into SPH/GSPH/Ramses config TUs. Move the struct to a tiny header with json_fwd and out-of-line to_json/from_json.