Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modules: Move feasibility/satisfiability checking into a new module #1285

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jacobtkeio
Copy link

@jacobtkeio jacobtkeio commented Aug 30, 2024

Problem: Feasibility checking takes up a significant amount of sched-fluxion-resource's time that could be better spent on scheduling.
Solution: Move feasibility checking into a new module, sched-fluxion-feasibility, that can run on multiple ranks.

Jacob Tkeio and others added 2 commits February 20, 2025 00:40
Problem: feasibility.check RPCs take up too much of
sched-fluxion-resource's single-threaded time.

Add sched-fluxion-feasibility module that can run on multiple ranks
to handle feasibility.check RPCs.
Problem: All calls to feasibility.check are in tests for s-f-resource,
not tests for s-f-feasibility.

Move them to a separate test for the feasibility module.
Copy link

codecov bot commented Feb 20, 2025

Codecov Report

Attention: Patch coverage is 74.73404% with 285 lines in your changes missing coverage. Please review.

Project coverage is 75.6%. Comparing base (701acfb) to head (4970995).
Report is 11 commits behind head on master.

Files with missing lines Patch % Lines
resource/modules/resource.cpp 73.6% 214 Missing ⚠️
resource/modules/feasibility.cpp 69.9% 64 Missing ⚠️
resource/modules/resource_match.cpp 92.7% 7 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master   #1285    +/-   ##
=======================================
  Coverage    75.6%   75.6%            
=======================================
  Files         112     115     +3     
  Lines       16360   16543   +183     
=======================================
+ Hits        12376   12523   +147     
- Misses       3984    4020    +36     
Files with missing lines Coverage Δ
qmanager/modules/qmanager.cpp 74.3% <ø> (+3.9%) ⬆️
resource/modules/resource_match.hpp 100.0% <100.0%> (ø)
resource/modules/resource_match.cpp 68.3% <92.7%> (-2.4%) ⬇️
resource/modules/feasibility.cpp 69.9% <69.9%> (ø)
resource/modules/resource.cpp 73.6% <73.6%> (ø)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant