Dong H. Ahn
Dong H. Ahn
@cmoussa1: probably good time to start making for this item from `flux-sched`. Let's interlock.
This should be handled as part of Issue #618.
I will add this while working on Issue #792
> Should users be able to override these settings at module load time? At the system level, this will be sys-admins, and they might want to do this as module...
If we were to do the per-queue static limit check at the job-ingest plug-in level, we might want `qmanager` to dump those limited into a well known location and the...
Yup. I will take a look and add some thoughts.
I will look at this more carefully later but per our discussion today. This is the configuration header that I used as a stand-in: https://github.com/flux-framework/flux-sched/blob/master/resource/config/system_defaults.hpp#L18
R will be acquired by these points within sched-fluxion-resource: https://github.com/flux-framework/flux-sched/blob/master/resource/modules/resource_match.cpp#L1230 https://github.com/flux-framework/flux-sched/blob/master/resource/modules/resource_match.cpp#L1202 Then, the duration in R should be propagated to the resource infrastructure and get to https://github.com/flux-framework/flux-sched/blob/master/resource/traversers/dfu_impl.hpp#L75 There are a...
Thanks -- these sound all compatible. Maybe this sounds like a reasonable first task for @JaeseungYeom to get his feet wet.
This reminds me of a resource monitoring work that we need to do with flux-core. All of the compute nodes will be marked as "no available" to begin with and...