From 3d08a5d371ec18164d21cb786db6f6cbfc4b782f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Thu, 28 Nov 2024 11:44:14 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb5352bfb..bbe0f4710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Dev +### Breaking change +* Pre-built HyperQueue releases available from our GitHub repository are now built with GLIBC `2.28`, instead of `2.17`. If you need to run HyperQueue on a system with an older GLIBC version, you might need to recompile it from source on your system. If you encounter any issues, please let us know. + ### Changes * `hq event-log` command renamed to `hq journal` @@ -615,7 +618,7 @@ would pass `OMP_NUM_THREADS=4` to the executed ``. is `hq submit`, which is now a shortcut for `hq job submit`. Here is a table of changed commands: | **Previous command** | **New command** | - |----------------------|--------------------| + |----------------------|--------------------| | `hq jobs` | `hq job list` | | `hq job` | `hq job info` | | `hq resubmit` | `hq job resubmit` | @@ -731,7 +734,7 @@ would pass `OMP_NUM_THREADS=4` to the executed ``. * Generic resource management has been added. You can find out more in the [documentation](https://it4innovations.github.io/hyperqueue/stable/jobs/gresources/). - * HyperQueue can now automatically detect how many Nvidia GPUs are present on a worker node. + * HyperQueue can now automatically detect how many Nvidia GPUs are present on a worker node. * You can now submit a task array where each task will receive one element of a JSON array using `hq submit --from-json`. You can find out more in the [documentation](https://it4innovations.github.io/hyperqueue/stable/jobs/arrays/#json-array). @@ -739,10 +742,10 @@ would pass `OMP_NUM_THREADS=4` to the executed ``. ### Changes * There have been a few slight CLI changes: - * `hq worker list` no longer has `--offline` and `--online` flags. It will now display only running - workers by default. If you want to show also offline workers, use the `--all` flag. - * `hq alloc add` no longer has a required `--queue/--partition` option. The PBS queue/Slurm partition - should now be passed as a trailing argument after `--`: `hq alloc add pbs -- -qqprod`. + * `hq worker list` no longer has `--offline` and `--online` flags. It will now display only running + workers by default. If you want to show also offline workers, use the `--all` flag. + * `hq alloc add` no longer has a required `--queue/--partition` option. The PBS queue/Slurm partition + should now be passed as a trailing argument after `--`: `hq alloc add pbs -- -qqprod`. * Server subdirectories generated for each run of the HyperQueue server are now named with a numeric ID instead of a date. * The documentation has been [rewritten](https://it4innovations.github.io/hyperqueue).