Skip to content

Commit 34da565

Browse files
committed
Update CHANGELOG and release settings
1 parent 8179f8f commit 34da565

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
- More peakflops benchmarks in likwid-bench
1414
- Fixes for sysfeatures
1515
- Update to buildsystem to allow parallel builds
16+
- Wrapper mode for GPU monitoring
17+
- Memory controllers (UMC) for AMD Zen4
18+
- Minor fixes for Intel SierraForrest and Coffeelake
1619

1720
# Changelog 5.4.2
1821
- Added support for Intel Emerald Rapids

config.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ SANITIZE = false#NO SPACE
129129

130130
# Basic configuration for some internal arrays.
131131
# Maximal number of hardware threads
132-
MAX_NUM_THREADS = 512
132+
MAX_NUM_THREADS = 1024
133133
# Maximal number of sockets
134134
MAX_NUM_NODES = 128
135135
# Maximal number of CLI parameters
@@ -148,7 +148,7 @@ VERSION = 5
148148
RELEASE = 5
149149
MINOR = 0
150150
# Date when the release is published
151-
DATE = 30.10.2025
151+
DATE = 14.11.2025
152152

153153
# In come cases it is important to set the rpaths for the LIKWID library. One
154154
# example is the use of sudo because it resets environment variables like

0 commit comments

Comments
 (0)