Skip to content

Commit

Permalink
Prep for v24.8.0 release (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
samcmill committed Aug 2, 2024
1 parent 44fc88c commit 25a067a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v24.8.0
- Refreshes default component versions for the HPC-X (`hpcx`) and NVIDIA
HPC SDK (`nvhpc`) building blocks.
- Update the HDF-5 (`hdf5`) and HPC-X (`hpcx`) building blocks for new
download configurations.
- Adds CPU microarchitecture optimization support via `archspec` for the
NVIDIA HPC SDK (`nvhpc`) building block.
- Fix a bug in the NVSHMEM (`nvshmem`) building block.
- Adds support for Ubuntu 24.04 and Rockylinux 9.

# v23.11.0
- Refreshes default component version for the NVIDIA HPC SDK (`nvhpc`)
building block.
Expand Down
2 changes: 1 addition & 1 deletion hpccm/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import

__version__ = '23.11.0'
__version__ = '24.8.0'

0 comments on commit 25a067a

Please sign in to comment.