From 68d997673cc0ca92623735995d6b9d6d8892137f Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Thu, 15 Aug 2024 13:28:48 -0400 Subject: [PATCH] Update release notes. --- doc/src/release-notes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/src/release-notes.md b/doc/src/release-notes.md index a12612b..763f23e 100644 --- a/doc/src/release-notes.md +++ b/doc/src/release-notes.md @@ -7,6 +7,7 @@ * Edit links to documentation pages. * New arguments to `show status` display actions that are in the requested states: `--completed`, `--eligible`, `--submitted`, and `--waiting`. +* `cluster.submit_options` configuration option in `clusters.toml`. *Changed:* @@ -15,6 +16,8 @@ * `show status` hides actions with 0 directories by default. Pass `--all` to show all actions. * `clean` now cleans all caches by default. +* Submit jobs with `--constraint="scratch"` by default on Delta. +* Submit jobs with `--constraint="nvme"` by default on Frontier. *Fixed:*