File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
134134MAX_NUM_NODES = 128
135135# Maximal number of CLI parameters
@@ -148,7 +148,7 @@ VERSION = 5
148148RELEASE = 5
149149MINOR = 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
You can’t perform that action at this time.
0 commit comments