Dong H. Ahn
Dong H. Ahn
This came out while demonstrating flux-tree to him and David today. `flux-tree` currently takes `--nnodes` and `--ncores-per-node` option but he and David thought it would be good to be able...
``` Here's a clang compile warning for flux-sched you may care about: CXX resource_query-resource-query.o warning: unknown warning option '-Wno-unused-local-typedefs' [-Wunknown-warning-option] resource-query.cpp:658:51: warning: comparison of unsigned expression < 0 is always...
Before I forget, I thought I should create this issue. Currently we have only traditional HPC queuing policies including backfill policies. Queuing policies are FCFS, EASY, HYBRID and CONSERVATIVE backfilling....
I took a first step at adding Sanitizer support to sched. But it is not so useful as is. AddressSanitizer finds a leak in a system routine within `flux` and...
I am moving this issue from #3: This has been common feedback from our early adopters. Instead of seeing individual data race instances, they want to be able to see...
Black formatter is required for our python code style. We might as well install python black formatter into docker. It is possible this has already been added since I'm using...
Spins off from flux-framework/rfc#230. There is an idea of adding an additional `R` into JOBID schema to support "grow" in the same way as "shrink" A key question: > Then...
This came from talking to a scientist at ORNL. She requested that STAT has a mechanism by which a user can find the node where STAT can attach to the...
As discovered in https://github.com/flux-framework/flux-core/issues/3375
`flux-sched` has a ton of doxygen-based in-line documents designed to help developers to extend our Fluxion graph scheduler. For C++ based project (or even high level object based on like...