Skip to content

Commit

Permalink
NEWS.md: add release notes for v0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grondo committed Jun 6, 2024
1 parent 1e3efce commit bf9894e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
flux-sched version 0.34.0 - 2024-06-06
--------------------------------------

### New Features
* Add jobid and schedule iteration count to match stats;
make perf a global variable (#1205)
### Fixes
* qmanager: always process unblocked jobs and make bf reactive during
sched loop (#1211)
* qmanager: search blocked jobs during pending removal (#1209)
* avoid copying of std::map in `out_edges` (#1206)
### Cleanup
* comment blocks: stop using full-star boxes (#1216)
### Build/Testsuite
* test/match-formats: make jq command valid (#1213)
* cmake: ensure we install libraries to our prefix (#1203)
* Test repair (#1207)


flux-sched version 0.34.0 - 2024-05-08
--------------------------------------

Expand Down
1 change: 1 addition & 0 deletions t/valgrind/valgrind-workload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ exitcode=0
flux module remove -f sched-simple
flux module load sched-fluxion-resource load-allowlist=node,core,gpu
flux module load sched-fluxion-qmanager
flux dmesg -H | grep sched-fluxion.*version

for file in ${SHARNESS_TEST_SRCDIR:-..}/valgrind/workload.d/*; do
echo Running $(basename $file)
Expand Down

0 comments on commit bf9894e

Please sign in to comment.