Skip to content

Commit 58ad3fa

Browse files
author
Lars T Hansen
committed
v0.16.0
1 parent f149d9b commit 58ad3fa

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ target/
22
*~
33
*.rej
44
*.orig
5+
TAGS

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sonar"
3-
version = "0.16.0-rc7"
3+
version = "0.16.0"
44
edition = "2021"
55
repository = "https://github.com/NordicHPC/sonar"
66

doc/CHANGELOG.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The "old" output formats are for the most part not being extended with new field
1313
relied upon. Consumers should expect to see the "new" JSON format for new data, and all producers
1414
should ask for that format.
1515

16+
1617
## Changes in v0.16.0 (on `release_0_16`)
1718

1819
* Bug 335 / Bug 415 - **BREAKING CHANGE.** The `cpu_util` field was not emitted properly, it should
@@ -21,8 +22,8 @@ should ask for that format.
2122
* Bug 352 - **MAJOR FUNCTIONALITY.** Populate the `topo_svg` field, introduce a `topo_text` field,
2223
and expand the config file so as to be able to specify how to generate those data
2324
* Bug 353 - Remove the `software` field.
24-
* Bug 387 - **IMPORTANT FIX.** Parse some slurm data, notably ReqMem, correctly. Previously the parser
25-
would always return 0 for this field
25+
* Bug 387 - **IMPORTANT FIX.** Parse some slurm data, notably ReqMem, correctly. Previously the
26+
parser would always return 0 for this field
2627
* Bug 401 - better error messages for Kafka
2728
* Bug 402 - synthesize a UUID on AMD cards when needed
2829
* Bug 402 - change the syntax of synthesized UUIDs on XPU (now joint with AMD)
@@ -32,10 +33,10 @@ should ask for that format.
3233
is no longer a required argument for that (defaulting to the empty string).
3334
* Bug 410 - output on stderr does not by itself cause a subcommand to fail, so long as the
3435
exit code is 0
35-
* Bug 409 / 437 - **MAJOR FUNCTIONALITY.** Run scontrol in addition to sacct in order to extract resource
36-
request for pending jobs. Remove the unused `gres_detail` field of slurm job data and introduce
37-
two fields `allocated_resources` and `requested_resources` and fill them with unparsed resouce data from
38-
sacct and scontrol.
36+
* Bug 409 / 437 - **MAJOR FUNCTIONALITY.** Run scontrol in addition to sacct in order to extract
37+
resource request for pending jobs. Remove the unused `gres_detail` field of slurm job data and
38+
introduce two fields `allocated_resources` and `requested_resources` and fill them with unparsed
39+
resouce data from sacct and scontrol.
3940
* Testing (sundry): Many testing improvements
4041
* Doc (sundry): Various improvements
4142

0 commit comments

Comments
 (0)