William Hobbs

Results 25 issues of William Hobbs

#37 on glassdoor's top 100 places to work.

Recently, several core developers have noted that the docker-run-checks.sh script borks when command-line options that specify values do so with an equals sign rather than a space. Since this is...

The `pci` queue on Tioga has 4 dedicated nodes for running GitLab CI jobs. These jobs are triggered via the GitLab web interface and can be scheduled (i.e. run a...

When running on LC, I'm configuring the installation to my home directory, but it's still trying to do stuff (not sure the word really) to `/usr/lib`: ``` PYTHON=/g/g0/hobbs17/k8senv/bin/python ./configure --prefix=/g/g0/hobbs17/flux-core/install-tioga...

Hi folx! I was working with some new-to-HPC users in a tutorial this morning, and one of them observed that when a blank YAML or YAML missing values was passed...

Problem: the current matching functions for config-provided policies don't take advantage of some C++20 features, are a bit confusing, and have no unit tests. Refactor and add unit testing.

It looks there's a mismatch in `t8001-util-ion-R.t`: ```not ok 6 - fluxion-R: encoding properties on heterogeneity works not ok 6 - fluxion-R: encoding properties on heterogeneity works # # cat...

Is there a way to configure codecov not to comment on closed and merged PRs? Specifically, recently on flux-framework repos the bot has been commenting on months old issues. From...

bug
Low

With [ASLR](https://en.wikipedia.org/wiki/Address_space_layout_randomization) enabled by default on most Linux systems, some users may want a way to disable it for the purposes of debugging parallel programs. See `personality(2)`...seems like a pretty...

Currently, `flux-config-policy(5)` has only examples of how to set system-wide defaults, and this morning we got a bug report on tuolumne that the system-wide default time limit exceeded the limits...