Mark Grondona

Results 154 issues of Mark Grondona

This is an issue tracking the development of a feature to allow explicitly including or excluding a list of nodes by hostname in a job request. - [ ] Add...

feature tracking

Problem: When a user uses `flux mini alloc` to grab an interactive, single-user instance, the instance will continue running even if the original `flux job attach` process is terminated, i.e....

Problem: The flux.util.OutputFormat class in flux-core will get an improved constructor where `headings` becomes an optional keyword argument, but this will break the PerfOutputFormat class in t/scripts/flux-tree-helper.py Try the new-style...

A `hostlist` operator for RFC 31 job constraints is required to force inclusion or exclusion of nodes by hostname. E.g.: ```json { "hostlist" : [ "fluke[16-17]" ] } ``` would...

Moved from sf.net, user dcb: Source code is if (mci.mc_name[0] != '\0' || mci.mc_name[0] != '\n') { Suggest swap || for &&. This bug found by compiling the package with...

Some vendor actually manages to burn in a tab in the SMBIOS model info, so that the model can never be matched in the db. I think it's acceptable to...

This PR improves the performance of `flux resource list` by modifying some really inefficient code: - The `ResourceSetExtra` wrapper class unnecessarily reinitializes the `ResourceSet` argument. Just stash the `ResourceSet` instead...

`t5000-valgrind.t` fails with the following report on TOSS 4 systems with hwloc-2.10 ``` ==1463441== ==1463441== HEAP SUMMARY: ==1463441== in use at exit: 34,829 bytes in 135 blocks ==1463441== total heap...

As noted in flux-framework/flux-sched#1137 `flux resource list` is very slow at processing large amounts of resources: With ~10K nodes and ~64 cores per node the command takes 6-7s to process...

The `flux submit` and `flux bulksubmit` commands fail to preserve mustache templates in the job command. This PR fixes that.