diff --git a/Makefile b/Makefile index 60e710005..13041784e 100644 --- a/Makefile +++ b/Makefile @@ -4,13 +4,13 @@ # # Description: Central Makefile # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Project: likwid # -# Copyright (C) 2016 Jan Treibig +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/bench/includes/allocator.h b/bench/includes/allocator.h index 658693d25..5468d5383 100644 --- a/bench/includes/allocator.h +++ b/bench/includes/allocator.h @@ -5,13 +5,13 @@ * * Description: Header File allocator Module. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: none * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bench/includes/allocator_types.h b/bench/includes/allocator_types.h index 88fb3f5f8..431ccfd5a 100644 --- a/bench/includes/allocator_types.h +++ b/bench/includes/allocator_types.h @@ -5,13 +5,13 @@ * * Description: Header File types of allocator Module. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: none * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bench/includes/barrier.h b/bench/includes/barrier.h index bb9b969ed..5c5a2a41b 100644 --- a/bench/includes/barrier.h +++ b/bench/includes/barrier.h @@ -5,13 +5,13 @@ * * Description: Header File barrier Module * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bench/includes/barrier_types.h b/bench/includes/barrier_types.h index 8ec038b1f..cc5892c3d 100644 --- a/bench/includes/barrier_types.h +++ b/bench/includes/barrier_types.h @@ -5,13 +5,13 @@ * * Description: Type Definitions for barrier Module * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bench/includes/isa_armv7.h b/bench/includes/isa_armv7.h index e3538d23b..d482433c5 100644 --- a/bench/includes/isa_armv7.h +++ b/bench/includes/isa_armv7.h @@ -4,13 +4,13 @@ * * Description: Definitions used for dynamically compile benchmarks for ARMv7 systems * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tg), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2019 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bench/includes/isa_armv8.h b/bench/includes/isa_armv8.h index 1b5078e25..22873b017 100644 --- a/bench/includes/isa_armv8.h +++ b/bench/includes/isa_armv8.h @@ -4,13 +4,13 @@ * * Description: Definitions used for dynamically compile benchmarks for ARMv8 systems * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tg), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2019 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bench/includes/isa_ppc64.h b/bench/includes/isa_ppc64.h index 5685e61f3..fec8956af 100644 --- a/bench/includes/isa_ppc64.h +++ b/bench/includes/isa_ppc64.h @@ -4,13 +4,13 @@ * * Description: Definitions used for dynamically compile benchmarks for POWER systems * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tg), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2019 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bench/includes/isa_x86-64.h b/bench/includes/isa_x86-64.h index 1a93066af..91c74f592 100644 --- a/bench/includes/isa_x86-64.h +++ b/bench/includes/isa_x86-64.h @@ -4,13 +4,13 @@ * * Description: Definitions used for dynamically compile benchmarks for x86-64 systems * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tg), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2019 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bench/includes/isa_x86.h b/bench/includes/isa_x86.h index 21350fcc3..3f8735576 100644 --- a/bench/includes/isa_x86.h +++ b/bench/includes/isa_x86.h @@ -4,13 +4,13 @@ * * Description: Definitions used for dynamically compile benchmarks for x86 systems * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tg), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2019 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bench/includes/ptt2asm.h b/bench/includes/ptt2asm.h index a5313bbfe..38d4af546 100644 --- a/bench/includes/ptt2asm.h +++ b/bench/includes/ptt2asm.h @@ -4,13 +4,13 @@ * * Description: The interface to dynamically load ptt files * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tg), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2019 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bench/includes/strUtil.h b/bench/includes/strUtil.h index 2b197c11c..ad7ffe2a5 100644 --- a/bench/includes/strUtil.h +++ b/bench/includes/strUtil.h @@ -4,13 +4,13 @@ * * Description: Some sting functions * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bench/includes/test_types.h b/bench/includes/test_types.h index 652a7b6b3..1d3440b7e 100644 --- a/bench/includes/test_types.h +++ b/bench/includes/test_types.h @@ -5,13 +5,13 @@ * * Description: Type definitions for benchmarking framework * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bench/includes/threads.h b/bench/includes/threads.h index 94d964fa1..fa78997a9 100644 --- a/bench/includes/threads.h +++ b/bench/includes/threads.h @@ -5,13 +5,13 @@ * * Description: Header file of pthread interface module * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bench/includes/threads_types.h b/bench/includes/threads_types.h index 5ddab9b52..a6fd5e075 100644 --- a/bench/includes/threads_types.h +++ b/bench/includes/threads_types.h @@ -5,13 +5,13 @@ * * Description: Types file for threads module. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bench/likwid-bench.c b/bench/likwid-bench.c index 9cf5097b0..4fb93ac92 100644 --- a/bench/likwid-bench.c +++ b/bench/likwid-bench.c @@ -5,13 +5,13 @@ * * Description: A flexible and extensible benchmarking toolbox * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bench/src/allocator.c b/bench/src/allocator.c index e11fbd358..1a3b2721d 100644 --- a/bench/src/allocator.c +++ b/bench/src/allocator.c @@ -5,13 +5,13 @@ * * Description: Implementation of allocator module. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bench/src/barrier.c b/bench/src/barrier.c index bcda23a25..7bf4b871f 100644 --- a/bench/src/barrier.c +++ b/bench/src/barrier.c @@ -5,13 +5,13 @@ * * Description: Implementation of threaded spin loop barrier * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bench/src/bench.c b/bench/src/bench.c index 4a2c66674..1e3dfc211 100644 --- a/bench/src/bench.c +++ b/bench/src/bench.c @@ -5,14 +5,14 @@ * * Description: Benchmarking framework for likwid-bench * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bench/src/ptt2asm.c b/bench/src/ptt2asm.c index bacd3c2b1..241249ba4 100644 --- a/bench/src/ptt2asm.c +++ b/bench/src/ptt2asm.c @@ -4,13 +4,13 @@ * * Description: The interface to dynamically load ptt files * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tg), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2019 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bench/src/strUtil.c b/bench/src/strUtil.c index 2b1fd7d5b..5553a7466 100644 --- a/bench/src/strUtil.c +++ b/bench/src/strUtil.c @@ -5,13 +5,13 @@ * * Description: Utility string routines building upon bstrlib * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com. * Project: likwid * - * Copyright (C) 2018 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bench/src/threads.c b/bench/src/threads.c index b6b4f8ffa..ea64d134e 100644 --- a/bench/src/threads.c +++ b/bench/src/threads.c @@ -5,13 +5,13 @@ * * Description: High level interface to pthreads * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/examples/C-internalMarkerAPI.c b/examples/C-internalMarkerAPI.c index 9672d4016..1d6e90e7c 100644 --- a/examples/C-internalMarkerAPI.c +++ b/examples/C-internalMarkerAPI.c @@ -7,8 +7,8 @@ * Avoids the likwid-perfctr CLI for setting environment * variables, pinning threads, and inspecting results. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Riley Weber, rileyw13@protonmail.com * Project: likwid diff --git a/examples/C-likwidAPI.c b/examples/C-likwidAPI.c index a85bc1250..4b03ddee0 100644 --- a/examples/C-likwidAPI.c +++ b/examples/C-likwidAPI.c @@ -5,13 +5,13 @@ * * Description: Example how to use the LIKWID API in C/C++ applications * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/examples/C-markerAPI.c b/examples/C-markerAPI.c index 63d798287..d9dfd27d8 100644 --- a/examples/C-markerAPI.c +++ b/examples/C-markerAPI.c @@ -5,14 +5,14 @@ * * Description: Example how to use the C/C++ Marker API * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tr), thomas.roehl@googlemail.com * Riley Weber, rileyw13@protonmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software @@ -27,37 +27,6 @@ * this program. If not, see . * * ======================================================================================= - * - * Usage: - * use `make C-markerAPI` to compile and `make C-markerAPI-run` to run. - * - * typically, the command to compile is something like this: - * gcc -fopenmp -DLIKWID_PERFMON C-markerAPI.c -o C-markerAPI -llikwid - * - * or, if likwid is installed in a non-standard prefix: - * gcc -fopenmp -I//include -L//lib -DLIKWID_PERFMON C-markerAPI.c -o C-markerAPI -llikwid - * - * optionally, you may choose at compile time to not measure the code. Do - * this by removing the `-DLIKWID_PERFMON` and -llikwid flags: - * gcc -fopenmp C-markerAPI.c -o C-markerAPI - * - * note that in this case, it may still be necessary to direct the - * compiler to include likwid.h if likwid is not installed in a standard - * prefix: - * gcc -fopenmp -I//include C-markerAPI.c -o C-markerAPI - * - * other examples of how to run with likwid-perfctr tool: - * - * multiple groups: - * likwid-perfctr -C 0 -g INSTR_RETIRED_ANY:FIXC0 -g L2 -g FLOPS_SP -m ./C-markerAPI - * - * multiple threads: - * likwid-perfctr -C 0-3 -g INSTR_RETIRED_ANY:FIXC0 -m ./C-markerAPI - * - * with access daemon: - * likwid-perfctr -C 0 -g INSTR_RETIRED_ANY:FIXC0 -M 1 -m ./C-markerAPI - * - * ======================================================================================= */ #include diff --git a/examples/C-nvMarkerAPI.c b/examples/C-nvMarkerAPI.c index f7c354622..67fb1a7dd 100644 --- a/examples/C-nvMarkerAPI.c +++ b/examples/C-nvMarkerAPI.c @@ -6,13 +6,13 @@ * Description: Example how to use the NvMarker API for Nvidia GPUs * in C/C++ applications * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/examples/C-rocmon-markerAPI.c b/examples/C-rocmon-markerAPI.c index 18685a020..2222d9137 100644 --- a/examples/C-rocmon-markerAPI.c +++ b/examples/C-rocmon-markerAPI.c @@ -6,13 +6,13 @@ * Description: Example how to use the Rocmon Marker API for AMD GPUs * in C/C++ applications * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/examples/F-markerAPI.F90 b/examples/F-markerAPI.F90 index 0a28d127a..9242ead5a 100644 --- a/examples/F-markerAPI.F90 +++ b/examples/F-markerAPI.F90 @@ -4,13 +4,13 @@ ! ! Description: Example how to use the Fortran90 Marker API ! -! Version: -! Released: +! Version: 5.4.0 +! Released: 15.11.2024 ! ! Author: Thomas Gruber (tr), thomas.roehl@googlemail.com ! Project: likwid ! -! Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +! Copyright (C) 2024 RRZE, University Erlangen-Nuremberg ! ! This program is free software: you can redistribute it and/or modify it under ! the terms of the GNU General Public License as published by the Free Software diff --git a/examples/Lua-likwidAPI.lua b/examples/Lua-likwidAPI.lua index 343e9f82e..c7e859251 100644 --- a/examples/Lua-likwidAPI.lua +++ b/examples/Lua-likwidAPI.lua @@ -7,13 +7,13 @@ * * Description: Example how to use the LIKWID API in Lua scripts * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/examples/Makefile b/examples/Makefile index 0dad8451b..a16aa2887 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -4,15 +4,15 @@ # # Description: example Makefile # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com # # Project: likwid # -# Copyright (C) 2016 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/examples/monitoring.c b/examples/monitoring.c index a7d911314..82b7a59b8 100644 --- a/examples/monitoring.c +++ b/examples/monitoring.c @@ -5,13 +5,13 @@ * * Description: Example how to use the LIKWID API in C/C++ applications for monitoring * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/perl/set_license.pl b/perl/set_license.pl index cf58c21b9..9e248fa7d 100755 --- a/perl/set_license.pl +++ b/perl/set_license.pl @@ -10,11 +10,11 @@ my $fc = '!'; my $lc = ' *'; -my $VERSION = ''; -my $DATE = ''; -#my $VERSION = '4.0'; -#my $DATE = '16.6.2015'; -my $YEAR = '2016'; +#my $VERSION = ''; +#my $DATE = ''; +my $VERSION = '5.4.0'; +my $DATE = '15.11.2024'; +my $YEAR = '2024'; my $AUTHOR = 'RRZE, University Erlangen-Nuremberg'; my $LICENSE = 'gpl'; diff --git a/src/access-daemon/Makefile b/src/access-daemon/Makefile index 5d6f96da4..f3ebea2e8 100644 --- a/src/access-daemon/Makefile +++ b/src/access-daemon/Makefile @@ -4,14 +4,14 @@ # # Description: accessDaemon Makefile # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2016 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/access-daemon/accessDaemon.c b/src/access-daemon/accessDaemon.c index e4ea3899c..9ce5a020b 100644 --- a/src/access-daemon/accessDaemon.c +++ b/src/access-daemon/accessDaemon.c @@ -5,15 +5,15 @@ * * Description: Implementation of access daemon. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Michael Meier, michael.meier@rrze.fau.de * Jan Treibig (jt), jan.treibig@gmail.com, * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2018 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/access-daemon/appDaemon.c b/src/access-daemon/appDaemon.c index 5f0f63147..7f12f1ac9 100644 --- a/src/access-daemon/appDaemon.c +++ b/src/access-daemon/appDaemon.c @@ -6,13 +6,13 @@ * Description: Implementation a interface library to hook into applications * using the GOTCHA library * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/access-daemon/setFreqDaemon.c b/src/access-daemon/setFreqDaemon.c index acd644771..475f48115 100644 --- a/src/access-daemon/setFreqDaemon.c +++ b/src/access-daemon/setFreqDaemon.c @@ -5,15 +5,15 @@ * * Description: Implementation of frequency daemon. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Michael Meier, michael.meier@rrze.fau.de * Jan Treibig (jt), jan.treibig@gmail.com, * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2018 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/access-daemon/sysfsDaemon.c b/src/access-daemon/sysfsDaemon.c index 8aa88e02b..07acfac57 100644 --- a/src/access-daemon/sysfsDaemon.c +++ b/src/access-daemon/sysfsDaemon.c @@ -5,15 +5,15 @@ * * Description: Implementation of access daemon for procfs and sysfs files. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Michael Meier, michael.meier@rrze.fau.de * Jan Treibig (jt), jan.treibig@gmail.com, * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2018 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/access.c b/src/access.c index 2e4b05e56..6855b22ce 100644 --- a/src/access.c +++ b/src/access.c @@ -5,13 +5,13 @@ * * Description: Interface for the different register access modules. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/access_client.c b/src/access_client.c index 9cb1b4715..575312741 100644 --- a/src/access_client.c +++ b/src/access_client.c @@ -5,13 +5,13 @@ * * Description: Interface to the access daemon for the access module. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/access_x86.c b/src/access_x86.c index 63c4c4114..9e69542bc 100644 --- a/src/access_x86.c +++ b/src/access_x86.c @@ -5,13 +5,13 @@ * * Description: Interface to x86 related functions for the access module. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/access_x86_clientmem.c b/src/access_x86_clientmem.c index cf4121a73..4825da789 100644 --- a/src/access_x86_clientmem.c +++ b/src/access_x86_clientmem.c @@ -8,14 +8,14 @@ * performance monitoring registers in PCI Cfg space * for Intel Sandy Bridge Processors. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com, * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2018 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/access_x86_mmio.c b/src/access_x86_mmio.c index a6a780151..791a928aa 100644 --- a/src/access_x86_mmio.c +++ b/src/access_x86_mmio.c @@ -8,14 +8,14 @@ * performance monitoring registers in PCI Cfg space * for Intel Sandy Bridge Processors. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com, * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/access_x86_msr.c b/src/access_x86_msr.c index 9cab93b6e..9964f7481 100644 --- a/src/access_x86_msr.c +++ b/src/access_x86_msr.c @@ -9,14 +9,14 @@ * sys interface of the Linux 2.6 kernel. This module * is based on the msr-util tools. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com. * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/access_x86_pci.c b/src/access_x86_pci.c index 80913d0ce..da100331d 100644 --- a/src/access_x86_pci.c +++ b/src/access_x86_pci.c @@ -8,14 +8,14 @@ * performance monitoring registers in PCI Cfg space * for Intel Sandy Bridge Processors. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com, * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2018 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/access_x86_rdpmc.c b/src/access_x86_rdpmc.c index dcdfb24ec..080c98ae5 100644 --- a/src/access_x86_rdpmc.c +++ b/src/access_x86_rdpmc.c @@ -5,13 +5,13 @@ * * Description: Implementation of rdpmc module to bypass costly msr or accessdaemon * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/access_x86_translate.c b/src/access_x86_translate.c index 9d35534d0..a4b39af8b 100644 --- a/src/access_x86_translate.c +++ b/src/access_x86_translate.c @@ -5,13 +5,13 @@ * * Description: Interface to x86 related functions for the access module. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/affinity.c b/src/affinity.c index ff5350e68..b3872a4eb 100644 --- a/src/affinity.c +++ b/src/affinity.c @@ -5,14 +5,14 @@ * * Description: Implementation of affinity module. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com, * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/applications/likwid-features.lua b/src/applications/likwid-features.lua index 94882d0f5..371a81ed1 100644 --- a/src/applications/likwid-features.lua +++ b/src/applications/likwid-features.lua @@ -6,13 +6,13 @@ * * Description: A application to retrieve and manipulate CPU features. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2022 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/applications/likwid-genTopoCfg.lua b/src/applications/likwid-genTopoCfg.lua index f79d45717..93c124755 100644 --- a/src/applications/likwid-genTopoCfg.lua +++ b/src/applications/likwid-genTopoCfg.lua @@ -8,13 +8,13 @@ * that is used by likwid to avoid reading the systems architecture at * each start. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/applications/likwid-memsweeper.lua b/src/applications/likwid-memsweeper.lua index e7dba3b20..a78c989f4 100644 --- a/src/applications/likwid-memsweeper.lua +++ b/src/applications/likwid-memsweeper.lua @@ -6,13 +6,13 @@ * * Description: An application to clean up NUMA memory domains. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/applications/likwid-mpirun.lua b/src/applications/likwid-mpirun.lua index 5a651d9db..7e8085b37 100644 --- a/src/applications/likwid-mpirun.lua +++ b/src/applications/likwid-mpirun.lua @@ -7,13 +7,13 @@ * Description: A wrapper script to pin threads spawned by MPI processes and * measure hardware performance counters * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/applications/likwid-perfctr.lua b/src/applications/likwid-perfctr.lua index f5694d667..5af91a264 100644 --- a/src/applications/likwid-perfctr.lua +++ b/src/applications/likwid-perfctr.lua @@ -7,13 +7,13 @@ * Description: An application to read out performance counter registers * on x86 processors * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/applications/likwid-perfscope.lua b/src/applications/likwid-perfscope.lua index 211c44952..eec0882e2 100644 --- a/src/applications/likwid-perfscope.lua +++ b/src/applications/likwid-perfscope.lua @@ -7,13 +7,13 @@ * Description: An application to use the timeline mode of likwid-perfctr to generate * realtime plots using feedGnuplot * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/applications/likwid-pin.lua b/src/applications/likwid-pin.lua index 38dc9616e..94509cae8 100644 --- a/src/applications/likwid-pin.lua +++ b/src/applications/likwid-pin.lua @@ -6,13 +6,13 @@ * * Description: An application to pin a program including threads * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/applications/likwid-powermeter.lua b/src/applications/likwid-powermeter.lua index df05c7a00..50c324d49 100644 --- a/src/applications/likwid-powermeter.lua +++ b/src/applications/likwid-powermeter.lua @@ -7,13 +7,13 @@ * Description: An application to get information about power * consumption on architectures implementing the RAPL interface. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/applications/likwid-setFrequencies.lua b/src/applications/likwid-setFrequencies.lua index f20692016..6e61dd622 100644 --- a/src/applications/likwid-setFrequencies.lua +++ b/src/applications/likwid-setFrequencies.lua @@ -6,13 +6,13 @@ * * Description: A application to set the CPU frequency of CPU cores and domains. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/applications/likwid-sysfeatures.lua b/src/applications/likwid-sysfeatures.lua index 46df20d6d..df5c3b2f1 100644 --- a/src/applications/likwid-sysfeatures.lua +++ b/src/applications/likwid-sysfeatures.lua @@ -6,13 +6,13 @@ * * Description: A application to retrieve and manipulate CPU features. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/applications/likwid-topology.lua b/src/applications/likwid-topology.lua index 36d0c92f2..3cd1b9231 100644 --- a/src/applications/likwid-topology.lua +++ b/src/applications/likwid-topology.lua @@ -8,13 +8,13 @@ * on x86, ARM and POWER processors. Also the Nvidia GPU topology * is printed. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/applications/likwid.lua b/src/applications/likwid.lua index b777646ca..0e705c5f1 100644 --- a/src/applications/likwid.lua +++ b/src/applications/likwid.lua @@ -5,13 +5,13 @@ * * Description: Lua LIKWID interface library * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/bitUtil.c b/src/bitUtil.c index 60e551941..a4c7f8c0a 100644 --- a/src/bitUtil.c +++ b/src/bitUtil.c @@ -5,13 +5,13 @@ * * Description: Utility routines manipulating bit arrays. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/bridge/bridge.c b/src/bridge/bridge.c index cfd536556..c3a101423 100644 --- a/src/bridge/bridge.c +++ b/src/bridge/bridge.c @@ -5,14 +5,14 @@ * * Description: Bridge to forward LIKWID access from within containers * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Pawel Radtke, * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/bstrlib_helper.c b/src/bstrlib_helper.c index 7a0fc9176..362ea272c 100644 --- a/src/bstrlib_helper.c +++ b/src/bstrlib_helper.c @@ -5,13 +5,13 @@ * * Description: Additional functions to the bstrlib library * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2019 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/configuration.c b/src/configuration.c index 063039045..084210c3a 100644 --- a/src/configuration.c +++ b/src/configuration.c @@ -5,13 +5,13 @@ * * Description: Configuration file module. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/cpuFeatures.c b/src/cpuFeatures.c index 820197f99..b59cd3550 100644 --- a/src/cpuFeatures.c +++ b/src/cpuFeatures.c @@ -9,13 +9,13 @@ * Allows to turn on and off the Hardware prefetcher * available. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/cpustring.c b/src/cpustring.c index 65082b20a..2b6e4d730 100644 --- a/src/cpustring.c +++ b/src/cpustring.c @@ -5,13 +5,13 @@ * * Description: Parser for CPU selection strings * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/devstring.c b/src/devstring.c index 5e928d33b..13ceefd99 100644 --- a/src/devstring.c +++ b/src/devstring.c @@ -5,13 +5,13 @@ * * Description: Code to resolve a LIKWID device string to a list of devices * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/frequency_cpu.c b/src/frequency_cpu.c index 30c28bd56..2e9749fb4 100644 --- a/src/frequency_cpu.c +++ b/src/frequency_cpu.c @@ -6,14 +6,14 @@ * Description: Module implementing an interface for frequency manipulation * Module for manipuating CPU frequencies * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/frequency_uncore.c b/src/frequency_uncore.c index d4667fa74..9c9d86272 100644 --- a/src/frequency_uncore.c +++ b/src/frequency_uncore.c @@ -6,14 +6,14 @@ * Description: Module implementing an interface for frequency manipulation * Module for manipuating Uncore frequencies (Intel only) * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/hashTable.c b/src/hashTable.c index b9a54425c..97a567601 100644 --- a/src/hashTable.c +++ b/src/hashTable.c @@ -6,13 +6,13 @@ * Description: Hashtable implementation based on SGLIB. * Used for Marker API result handling. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/access.h b/src/includes/access.h index de0caf6ee..4ed936541 100644 --- a/src/includes/access.h +++ b/src/includes/access.h @@ -5,13 +5,13 @@ * * Description: Header File HPM access Module * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/access_client.h b/src/includes/access_client.h index 60984d0b8..3cea39ac1 100644 --- a/src/includes/access_client.h +++ b/src/includes/access_client.h @@ -5,13 +5,13 @@ * * Description: Header file for interface to the access daemon for the access module. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/access_client_types.h b/src/includes/access_client_types.h index eaee95648..1bd205364 100644 --- a/src/includes/access_client_types.h +++ b/src/includes/access_client_types.h @@ -5,13 +5,13 @@ * * Description: Types file for access_client access module. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/access_sysfs_client.h b/src/includes/access_sysfs_client.h index 69be9af03..fbc123f94 100644 --- a/src/includes/access_sysfs_client.h +++ b/src/includes/access_sysfs_client.h @@ -5,13 +5,13 @@ * * Description: Header File sysFeatures module, the interface to the sysfs daemon * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/access_x86.h b/src/includes/access_x86.h index 4b168f80e..3a1d798cc 100644 --- a/src/includes/access_x86.h +++ b/src/includes/access_x86.h @@ -5,13 +5,13 @@ * * Description: Header file for the interface to x86 related functions for the access module. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/access_x86_clientmem.h b/src/includes/access_x86_clientmem.h index 7e29f6440..cd3405ad6 100644 --- a/src/includes/access_x86_clientmem.h +++ b/src/includes/access_x86_clientmem.h @@ -6,13 +6,13 @@ * Description: Header file for the interface to x86 client memory controllers for * the access module. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/access_x86_mmio.h b/src/includes/access_x86_mmio.h index 5a938a695..9e4f10b8d 100644 --- a/src/includes/access_x86_mmio.h +++ b/src/includes/access_x86_mmio.h @@ -5,13 +5,13 @@ * * Description: Header file for the interface to x86 MMIO functions for the access module. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/access_x86_msr.h b/src/includes/access_x86_msr.h index 0c898061c..4a5192074 100644 --- a/src/includes/access_x86_msr.h +++ b/src/includes/access_x86_msr.h @@ -5,13 +5,13 @@ * * Description: Header file for the interface to x86 MSR functions for the access module. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/access_x86_pci.h b/src/includes/access_x86_pci.h index 4e813ae15..b3ce62a05 100644 --- a/src/includes/access_x86_pci.h +++ b/src/includes/access_x86_pci.h @@ -5,13 +5,13 @@ * * Description: Header file for the interface to x86 PCI functions for the access module. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/access_x86_rdpmc.h b/src/includes/access_x86_rdpmc.h index 3b64bc1c5..f7ac87481 100644 --- a/src/includes/access_x86_rdpmc.h +++ b/src/includes/access_x86_rdpmc.h @@ -5,13 +5,13 @@ * * Description: Header file of rdpmc module to bypass costly msr or accessdaemon * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/access_x86_translate.h b/src/includes/access_x86_translate.h index 434828380..e7a1ec75d 100644 --- a/src/includes/access_x86_translate.h +++ b/src/includes/access_x86_translate.h @@ -5,13 +5,13 @@ * * Description: Interface to x86 related functions for the access module. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/affinity.h b/src/includes/affinity.h index c515afed3..fff752329 100644 --- a/src/includes/affinity.h +++ b/src/includes/affinity.h @@ -5,14 +5,14 @@ * * Description: Header File affinity Module * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/bitUtil.h b/src/includes/bitUtil.h index 5ae675c45..6c0959f1f 100644 --- a/src/includes/bitUtil.h +++ b/src/includes/bitUtil.h @@ -6,13 +6,13 @@ * Description: Header File bitUtil Module. * Helper routines for dealing with bit manipulations * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/bstrlib_helper.h b/src/includes/bstrlib_helper.h index 2541b529b..ebb199dd5 100644 --- a/src/includes/bstrlib_helper.h +++ b/src/includes/bstrlib_helper.h @@ -5,13 +5,13 @@ * * Description: Additional functions to the bstrlib library (header file) * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2019 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/configuration.h b/src/includes/configuration.h index d24e60c8c..d5784aa67 100644 --- a/src/includes/configuration.h +++ b/src/includes/configuration.h @@ -5,13 +5,13 @@ * * Description: Header File of Module configuration. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/cpuFeatures.h b/src/includes/cpuFeatures.h index 9c6a97ffb..32af1bd3c 100644 --- a/src/includes/cpuFeatures.h +++ b/src/includes/cpuFeatures.h @@ -5,13 +5,13 @@ * * Description: Header File of Module cpuFeatures. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/cpuFeatures_types.h b/src/includes/cpuFeatures_types.h index a8ccb1201..cece4e2e5 100644 --- a/src/includes/cpuFeatures_types.h +++ b/src/includes/cpuFeatures_types.h @@ -5,13 +5,13 @@ * * Description: Types file for CpuFeature module. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/cpuid.h b/src/includes/cpuid.h index 74971886f..26e31ecdf 100644 --- a/src/includes/cpuid.h +++ b/src/includes/cpuid.h @@ -5,13 +5,13 @@ * * Description: Common macro definition for CPUID instruction * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/devstring.h b/src/includes/devstring.h index 8197a1892..8661a8b1a 100644 --- a/src/includes/devstring.h +++ b/src/includes/devstring.h @@ -5,13 +5,13 @@ * * Description: Header File to resolve a LIKWID device string to a list of devices * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/error.h b/src/includes/error.h index 739ab8cef..897bbc273 100644 --- a/src/includes/error.h +++ b/src/includes/error.h @@ -5,14 +5,14 @@ * * Description: Central error handling macros * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/frequency.h b/src/includes/frequency.h index d2b52ba51..92b2f8679 100644 --- a/src/includes/frequency.h +++ b/src/includes/frequency.h @@ -5,13 +5,13 @@ * * Description: Header File frequency module. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/frequency_acpi.h b/src/includes/frequency_acpi.h index dc3d1c22c..ac1a70275 100644 --- a/src/includes/frequency_acpi.h +++ b/src/includes/frequency_acpi.h @@ -5,13 +5,13 @@ * * Description: Header File frequency module, the ACPI-CPUFreq backend * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/frequency_client.h b/src/includes/frequency_client.h index 8bb241a0f..9d41274d9 100644 --- a/src/includes/frequency_client.h +++ b/src/includes/frequency_client.h @@ -5,13 +5,13 @@ * * Description: Header File frequency module, the interface to the frequency daemon * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/frequency_pstate.h b/src/includes/frequency_pstate.h index 793b394b6..c15cf5c95 100644 --- a/src/includes/frequency_pstate.h +++ b/src/includes/frequency_pstate.h @@ -5,13 +5,13 @@ * * Description: Header File frequency module, the Intel PState backend * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/hashTable.h b/src/includes/hashTable.h index 4bba38557..11ed35fb9 100644 --- a/src/includes/hashTable.h +++ b/src/includes/hashTable.h @@ -7,13 +7,13 @@ * Wrapper for HashTable data structure holding thread * specific region information. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/intel_perfmon_uncore_discovery.h b/src/includes/intel_perfmon_uncore_discovery.h index 4e16378f3..743ce7a99 100644 --- a/src/includes/intel_perfmon_uncore_discovery.h +++ b/src/includes/intel_perfmon_uncore_discovery.h @@ -5,13 +5,13 @@ * * Description: Code to look up Uncore perfmon units on Intel SPR and later. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/libnvctr_types.h b/src/includes/libnvctr_types.h index fa3a45c16..b2a0f880b 100644 --- a/src/includes/libnvctr_types.h +++ b/src/includes/libnvctr_types.h @@ -5,13 +5,13 @@ * * Description: Types file for libnvctr module. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tg), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/libperfctr_types.h b/src/includes/libperfctr_types.h index 1991aea0e..7dfab68e9 100644 --- a/src/includes/libperfctr_types.h +++ b/src/includes/libperfctr_types.h @@ -5,13 +5,13 @@ * * Description: Types file for libperfctr module. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/likwid-marker.h b/src/includes/likwid-marker.h index 5780e6885..4a13e7976 100644 --- a/src/includes/likwid-marker.h +++ b/src/includes/likwid-marker.h @@ -5,14 +5,14 @@ * * Description: Header File of likwid Marker API * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/likwid.h b/src/includes/likwid.h index d787b858f..4acea13e0 100644 --- a/src/includes/likwid.h +++ b/src/includes/likwid.h @@ -5,14 +5,14 @@ * * Description: Header File of likwid API * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tr), thomas.roehl@googlemail.com * * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/likwid_device.h b/src/includes/likwid_device.h index f09d2536a..6953c076c 100644 --- a/src/includes/likwid_device.h +++ b/src/includes/likwid_device.h @@ -5,14 +5,14 @@ * * Description: Interface for LIKWID's device handling * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/lock.h b/src/includes/lock.h index 84932fb87..370afc504 100644 --- a/src/includes/lock.h +++ b/src/includes/lock.h @@ -5,13 +5,13 @@ * * Description: Header File Locking primitive Module * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/map.h b/src/includes/map.h index 1244df014..5257f4f38 100644 --- a/src/includes/map.h +++ b/src/includes/map.h @@ -5,13 +5,13 @@ * * Description: Header File for C Hashmap * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tg), thomas.gruber@googlemail.com * Project: likwid * - * Copyright (C) 2019 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/memsweep.h b/src/includes/memsweep.h index 083ebf295..5b8346b58 100644 --- a/src/includes/memsweep.h +++ b/src/includes/memsweep.h @@ -6,13 +6,13 @@ * Description: Header File memsweep module for internal use. External functions are * defined in likwid.h * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/numa.h b/src/includes/numa.h index c610bd01f..60376f8d0 100644 --- a/src/includes/numa.h +++ b/src/includes/numa.h @@ -6,13 +6,13 @@ * Description: Header File NUMA module for internal use. External functions are * defined in likwid.h * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/numa_hwloc.h b/src/includes/numa_hwloc.h index fa97b2fa5..5a6fd69f1 100644 --- a/src/includes/numa_hwloc.h +++ b/src/includes/numa_hwloc.h @@ -5,13 +5,13 @@ * * Description: Header File hwloc NUMA backend * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/numa_proc.h b/src/includes/numa_proc.h index 40d70d646..e0f80ee58 100644 --- a/src/includes/numa_proc.h +++ b/src/includes/numa_proc.h @@ -5,13 +5,13 @@ * * Description: Header File procfs/sysfs NUMA backend * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/numa_virtual.h b/src/includes/numa_virtual.h index 907201753..0926c7173 100644 --- a/src/includes/numa_virtual.h +++ b/src/includes/numa_virtual.h @@ -5,14 +5,14 @@ * * Description: Header Virtual/Fake NUMA backend * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Tobias Auerochs, tobi291019@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/nvmon_cupti.h b/src/includes/nvmon_cupti.h index 5ff9eaefb..95f041df2 100644 --- a/src/includes/nvmon_cupti.h +++ b/src/includes/nvmon_cupti.h @@ -5,13 +5,13 @@ * * Description: Header File of nvmon module (CUPTI backend). * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tg), thomas.gruber@googlemail.com * Project: likwid * - * Copyright (C) 2019 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/nvmon_nvml.h b/src/includes/nvmon_nvml.h index 0fb7fcbba..e343b741e 100644 --- a/src/includes/nvmon_nvml.h +++ b/src/includes/nvmon_nvml.h @@ -5,13 +5,13 @@ * * Description: Header File of nvmon module (NVML backend). * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tg), thomas.gruber@googlemail.com * Project: likwid * - * Copyright (C) 2019 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/nvmon_perfworks.h b/src/includes/nvmon_perfworks.h index ff7a3e6b7..c5883e72e 100644 --- a/src/includes/nvmon_perfworks.h +++ b/src/includes/nvmon_perfworks.h @@ -5,14 +5,14 @@ * * Description: Header File of nvmon module (PerfWorks backend). * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tg), thomas.gruber@googlemail.com * Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/nvmon_types.h b/src/includes/nvmon_types.h index 7a66f6592..f0132bf69 100644 --- a/src/includes/nvmon_types.h +++ b/src/includes/nvmon_types.h @@ -7,13 +7,13 @@ * Configures and reads out performance counters * on NVIDIA GPUs. Supports multi GPUs. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tg), thomas.gruber@googlemail.com * Project: likwid * - * Copyright (C) 2019 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/pci_hwloc.h b/src/includes/pci_hwloc.h index 4898eb4cc..64c7e9cdf 100644 --- a/src/includes/pci_hwloc.h +++ b/src/includes/pci_hwloc.h @@ -5,13 +5,13 @@ * * Description: Header File hwloc based PCI lookup backend * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/pci_proc.h b/src/includes/pci_proc.h index f62fdb11c..1f46dc950 100644 --- a/src/includes/pci_proc.h +++ b/src/includes/pci_proc.h @@ -5,13 +5,13 @@ * * Description: Header File procfs based PCI lookup backend * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/pci_types.h b/src/includes/pci_types.h index f2683bec8..16a36d77c 100644 --- a/src/includes/pci_types.h +++ b/src/includes/pci_types.h @@ -5,14 +5,14 @@ * * Description: Types file for pci module. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfgroup.h b/src/includes/perfgroup.h index 4ba1c5669..27f88fcb1 100644 --- a/src/includes/perfgroup.h +++ b/src/includes/perfgroup.h @@ -5,13 +5,13 @@ * * Description: Header File of performance group and event set handler * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon.h b/src/includes/perfmon.h index 7de3b570c..8f6ca448e 100644 --- a/src/includes/perfmon.h +++ b/src/includes/perfmon.h @@ -7,14 +7,14 @@ * Configures and reads out performance counters * on x86 based architectures. Supports multi threading. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_a15.h b/src/includes/perfmon_a15.h index c8247f65c..87c7c696d 100644 --- a/src/includes/perfmon_a15.h +++ b/src/includes/perfmon_a15.h @@ -5,13 +5,13 @@ * * Description: Header File of perfmon module for ARM A15. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_a15_counters.h b/src/includes/perfmon_a15_counters.h index 7166a71bb..b633cd52a 100644 --- a/src/includes/perfmon_a15_counters.h +++ b/src/includes/perfmon_a15_counters.h @@ -5,13 +5,13 @@ * * Description: Counter Header File of perfmon module for ARM A15. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_a15_events.txt b/src/includes/perfmon_a15_events.txt index 4c46dd16a..05a26e7c2 100644 --- a/src/includes/perfmon_a15_events.txt +++ b/src/includes/perfmon_a15_events.txt @@ -4,13 +4,13 @@ # # Description: Event list for ARM A15 # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_a57.h b/src/includes/perfmon_a57.h index 659893165..314c1219e 100644 --- a/src/includes/perfmon_a57.h +++ b/src/includes/perfmon_a57.h @@ -6,13 +6,13 @@ * Description: Header File of perfmon module for ARM A57 and Marvell * Thunder X2. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_a57_counters.h b/src/includes/perfmon_a57_counters.h index 2d9a821a3..0efa0d2b4 100644 --- a/src/includes/perfmon_a57_counters.h +++ b/src/includes/perfmon_a57_counters.h @@ -5,13 +5,13 @@ * * Description: Counter Header File of perfmon module for ARM A57. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_a57_events.txt b/src/includes/perfmon_a57_events.txt index 82466a679..825861671 100644 --- a/src/includes/perfmon_a57_events.txt +++ b/src/includes/perfmon_a57_events.txt @@ -4,13 +4,13 @@ # # Description: Event list for ARM A57 # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_a64fx.h b/src/includes/perfmon_a64fx.h index d031b9391..a731e9970 100644 --- a/src/includes/perfmon_a64fx.h +++ b/src/includes/perfmon_a64fx.h @@ -5,13 +5,13 @@ * * Description: Header File of perfmon module for Fujitsu A64FX * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_a64fx_counters.h b/src/includes/perfmon_a64fx_counters.h index 95aee1215..0cadea87d 100644 --- a/src/includes/perfmon_a64fx_counters.h +++ b/src/includes/perfmon_a64fx_counters.h @@ -5,13 +5,13 @@ * * Description: Counter Header File of perfmon module for Fujitsu A64FX * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_a64fx_events.txt b/src/includes/perfmon_a64fx_events.txt index e97dd3d29..ed134771e 100644 --- a/src/includes/perfmon_a64fx_events.txt +++ b/src/includes/perfmon_a64fx_events.txt @@ -4,13 +4,13 @@ # # Description: Event list for Fujitsu A64FX # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_applem1.h b/src/includes/perfmon_applem1.h index 4f1285368..b0101c4d7 100644 --- a/src/includes/perfmon_applem1.h +++ b/src/includes/perfmon_applem1.h @@ -5,13 +5,13 @@ * * Description: Header File of perfmon module for Apple M1 * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_applem1_counters.h b/src/includes/perfmon_applem1_counters.h index 2518117c5..550cb9c3c 100644 --- a/src/includes/perfmon_applem1_counters.h +++ b/src/includes/perfmon_applem1_counters.h @@ -5,13 +5,13 @@ * * Description: Counter Header File of perfmon module for Apple M1 * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_applem1_events.txt b/src/includes/perfmon_applem1_events.txt index 102b8bc38..8bce453b9 100644 --- a/src/includes/perfmon_applem1_events.txt +++ b/src/includes/perfmon_applem1_events.txt @@ -4,13 +4,13 @@ # # Description: Event list for Apple M1 # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_atom.h b/src/includes/perfmon_atom.h index 57a48921b..b8b07551e 100644 --- a/src/includes/perfmon_atom.h +++ b/src/includes/perfmon_atom.h @@ -5,13 +5,13 @@ * * Description: Header file of perfmon module for Atom * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_atom_events.txt b/src/includes/perfmon_atom_events.txt index f07dd4c30..65779eb3b 100644 --- a/src/includes/perfmon_atom_events.txt +++ b/src/includes/perfmon_atom_events.txt @@ -4,14 +4,14 @@ # # Description: Event list for Intel Atom # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2016 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_broadwell.h b/src/includes/perfmon_broadwell.h index 6f60734f7..08fb655de 100644 --- a/src/includes/perfmon_broadwell.h +++ b/src/includes/perfmon_broadwell.h @@ -5,13 +5,13 @@ * * Description: Header File of perfmon module for Intel Broadwell. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_broadwellEP_counters.h b/src/includes/perfmon_broadwellEP_counters.h index ceeacfab4..b4fffce71 100644 --- a/src/includes/perfmon_broadwellEP_counters.h +++ b/src/includes/perfmon_broadwellEP_counters.h @@ -5,13 +5,13 @@ * * Description: Counter Header File of perfmon module for Broadwell EP/EN/EX. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_broadwellEP_events.txt b/src/includes/perfmon_broadwellEP_events.txt index 39140dce9..92d820d4e 100644 --- a/src/includes/perfmon_broadwellEP_events.txt +++ b/src/includes/perfmon_broadwellEP_events.txt @@ -4,13 +4,13 @@ # # Description: Event list for Intel Broadwell EP/EN/EX. # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_broadwell_counters.h b/src/includes/perfmon_broadwell_counters.h index 2b22d4d7c..38d36615c 100644 --- a/src/includes/perfmon_broadwell_counters.h +++ b/src/includes/perfmon_broadwell_counters.h @@ -5,13 +5,13 @@ * * Description: Counter Header File of perfmon module for Broadwell. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_broadwell_events.txt b/src/includes/perfmon_broadwell_events.txt index 8716ca3aa..0cd773e7d 100644 --- a/src/includes/perfmon_broadwell_events.txt +++ b/src/includes/perfmon_broadwell_events.txt @@ -4,13 +4,13 @@ # # Description: Event list for Intel Broadwell # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_broadwelld_counters.h b/src/includes/perfmon_broadwelld_counters.h index ede78428b..737f765ec 100644 --- a/src/includes/perfmon_broadwelld_counters.h +++ b/src/includes/perfmon_broadwelld_counters.h @@ -5,13 +5,13 @@ * * Description: Counter Header File of perfmon module for Broadwell D. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_broadwelld_events.txt b/src/includes/perfmon_broadwelld_events.txt index d55a1031f..3657d5155 100644 --- a/src/includes/perfmon_broadwelld_events.txt +++ b/src/includes/perfmon_broadwelld_events.txt @@ -4,13 +4,13 @@ # # Description: Event list for Intel Broadwell D # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_cascadelake.h b/src/includes/perfmon_cascadelake.h index 4a4d6c532..d15d480b2 100644 --- a/src/includes/perfmon_cascadelake.h +++ b/src/includes/perfmon_cascadelake.h @@ -5,14 +5,14 @@ * * Description: Header File of perfmon module for Intel CascadeLake. * - * Version: 4.3.3 - * Released: 09.11.2018 + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2018 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_cascadelakeX_events.txt b/src/includes/perfmon_cascadelakeX_events.txt index 3362ab789..fa2dce97a 100644 --- a/src/includes/perfmon_cascadelakeX_events.txt +++ b/src/includes/perfmon_cascadelakeX_events.txt @@ -4,14 +4,14 @@ # # Description: Event list for Intel CascadeLake X # -# Version: 4.3.3 -# Released: 09.11.2018 +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2018 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_cavtx2_counters.h b/src/includes/perfmon_cavtx2_counters.h index 4c5503f02..3ea5f1b35 100644 --- a/src/includes/perfmon_cavtx2_counters.h +++ b/src/includes/perfmon_cavtx2_counters.h @@ -6,13 +6,13 @@ * Description: Counter Header File of perfmon module for Marvell/Cavium * Thunder X2. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_cavtx2_events.txt b/src/includes/perfmon_cavtx2_events.txt index 92997a6ab..c3ba063fa 100644 --- a/src/includes/perfmon_cavtx2_events.txt +++ b/src/includes/perfmon_cavtx2_events.txt @@ -4,13 +4,13 @@ # # Description: Event list for Marvell/Cavium Thunder X2. # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_core2.h b/src/includes/perfmon_core2.h index 193f6144f..893aa3e8f 100644 --- a/src/includes/perfmon_core2.h +++ b/src/includes/perfmon_core2.h @@ -5,14 +5,14 @@ * * Description: Header file of perfmon module for Intel Core 2 * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_core2_counters.h b/src/includes/perfmon_core2_counters.h index 3a9dc2963..03d93dd2a 100644 --- a/src/includes/perfmon_core2_counters.h +++ b/src/includes/perfmon_core2_counters.h @@ -5,14 +5,14 @@ * * Description: Counter header file of perfmon module for Intel Core 2 * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_core2_events.txt b/src/includes/perfmon_core2_events.txt index 48a990f05..e5f322d65 100644 --- a/src/includes/perfmon_core2_events.txt +++ b/src/includes/perfmon_core2_events.txt @@ -4,14 +4,14 @@ # # Description: Event list for Intel Core 2 # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_goldmont.h b/src/includes/perfmon_goldmont.h index 279a0907f..ba3c450e9 100644 --- a/src/includes/perfmon_goldmont.h +++ b/src/includes/perfmon_goldmont.h @@ -5,14 +5,14 @@ * * Description: Header File of perfmon module for Intel Goldmont. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_goldmont_counters.h b/src/includes/perfmon_goldmont_counters.h index 97a445ee3..d4b4238ae 100644 --- a/src/includes/perfmon_goldmont_counters.h +++ b/src/includes/perfmon_goldmont_counters.h @@ -5,14 +5,14 @@ * * Description: Counter Header File of perfmon module for Intel Goldmont. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_goldmont_events.txt b/src/includes/perfmon_goldmont_events.txt index 9c5610c9a..21fcaf47f 100644 --- a/src/includes/perfmon_goldmont_events.txt +++ b/src/includes/perfmon_goldmont_events.txt @@ -4,14 +4,14 @@ # # Description: Event list for Intel Goldmont # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2016 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_graniterapids.h b/src/includes/perfmon_graniterapids.h index 10a705dfe..5eb7780dc 100644 --- a/src/includes/perfmon_graniterapids.h +++ b/src/includes/perfmon_graniterapids.h @@ -5,13 +5,13 @@ * * Description: Header File of perfmon module for Intel Granite Rapids. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_graniterapids_counters.h b/src/includes/perfmon_graniterapids_counters.h index ceef22534..41b19ddcf 100644 --- a/src/includes/perfmon_graniterapids_counters.h +++ b/src/includes/perfmon_graniterapids_counters.h @@ -5,13 +5,13 @@ * * Description: Counter Header File of perfmon module for Intel Granite Rapids. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_graniterapids_events.txt b/src/includes/perfmon_graniterapids_events.txt index 811e88f6a..030fed8cc 100644 --- a/src/includes/perfmon_graniterapids_events.txt +++ b/src/includes/perfmon_graniterapids_events.txt @@ -4,13 +4,13 @@ # # Description: Event list for Intel Granite Rapids # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_graviton3.h b/src/includes/perfmon_graviton3.h index f24c96050..5d6d37fa5 100644 --- a/src/includes/perfmon_graviton3.h +++ b/src/includes/perfmon_graviton3.h @@ -5,13 +5,13 @@ * * Description: Header File of perfmon module for ARM AWS Graviton3 * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Carlos Falquez, c.falquez@fz-juelich.de * Project: likwid * - * Copyright (C) 2022, Forschungszentrum Juelich, Germany + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_graviton3_counters.h b/src/includes/perfmon_graviton3_counters.h index a2a0f7f72..8e89ef767 100644 --- a/src/includes/perfmon_graviton3_counters.h +++ b/src/includes/perfmon_graviton3_counters.h @@ -5,13 +5,13 @@ * * Description: Counter Header File of perfmon module for ARM AWS Graviton3 * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Carlos Falquez, c.falquez@fz-juelich.de * Project: likwid * - * Copyright (C) 2022, Forschungszentrum Juelich, Germany + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_graviton3_events.txt b/src/includes/perfmon_graviton3_events.txt index 3020fdc0a..051da897a 100644 --- a/src/includes/perfmon_graviton3_events.txt +++ b/src/includes/perfmon_graviton3_events.txt @@ -4,13 +4,13 @@ # # Description: Event list for ARM AWS Graviton3 # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Carlos Falquez, c.falquez@fz-juelich.de # Project: likwid # -# Copyright (C) 2022, Forschungszentrum Juelich, Germany +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_haswell.h b/src/includes/perfmon_haswell.h index d190b5afc..c7f7869d6 100644 --- a/src/includes/perfmon_haswell.h +++ b/src/includes/perfmon_haswell.h @@ -5,14 +5,14 @@ * * Description: Header File of perfmon module for Intel Haswell. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_haswellEP_counters.h b/src/includes/perfmon_haswellEP_counters.h index f69415e54..1d94b47bb 100644 --- a/src/includes/perfmon_haswellEP_counters.h +++ b/src/includes/perfmon_haswellEP_counters.h @@ -5,14 +5,14 @@ * * Description: Counter Header File of perfmon module for Intel Haswell EP/EN/EX. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_haswellEP_events.txt b/src/includes/perfmon_haswellEP_events.txt index cb57e1165..55c7db8d6 100644 --- a/src/includes/perfmon_haswellEP_events.txt +++ b/src/includes/perfmon_haswellEP_events.txt @@ -4,14 +4,14 @@ # # Description: Event list for Intel Haswell EP/EN/EX # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_haswell_counters.h b/src/includes/perfmon_haswell_counters.h index 521ff3dab..35a5b2488 100644 --- a/src/includes/perfmon_haswell_counters.h +++ b/src/includes/perfmon_haswell_counters.h @@ -5,14 +5,14 @@ * * Description: Counter Header File of perfmon module for Intel Haswell. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_haswell_events.txt b/src/includes/perfmon_haswell_events.txt index 2458bc6d5..8440821de 100644 --- a/src/includes/perfmon_haswell_events.txt +++ b/src/includes/perfmon_haswell_events.txt @@ -4,14 +4,14 @@ # # Description: Event list for Intel Haswell # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_hisilicon.h b/src/includes/perfmon_hisilicon.h index f8e081bed..d7c50eb0f 100644 --- a/src/includes/perfmon_hisilicon.h +++ b/src/includes/perfmon_hisilicon.h @@ -5,13 +5,13 @@ * * Description: Header File of perfmon module for HiSilicon chips. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2022 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_hisilicon_counters.h b/src/includes/perfmon_hisilicon_counters.h index 6ae32ba95..360871085 100644 --- a/src/includes/perfmon_hisilicon_counters.h +++ b/src/includes/perfmon_hisilicon_counters.h @@ -5,13 +5,13 @@ * * Description: Counter Header File of perfmon module for HiSilicon chips. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2022 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_icelake.h b/src/includes/perfmon_icelake.h index a2bcdbf22..3f1e8c55a 100644 --- a/src/includes/perfmon_icelake.h +++ b/src/includes/perfmon_icelake.h @@ -5,13 +5,13 @@ * * Description: Header File of perfmon module for Intel Icelake. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_icelakeX_counters.h b/src/includes/perfmon_icelakeX_counters.h index ee2093388..ab9b45fd4 100644 --- a/src/includes/perfmon_icelakeX_counters.h +++ b/src/includes/perfmon_icelakeX_counters.h @@ -5,13 +5,13 @@ * * Description: Counter Header File of perfmon module for Intel Icelake X. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_icelakeX_events.txt b/src/includes/perfmon_icelakeX_events.txt index 5e63185ff..18820d700 100644 --- a/src/includes/perfmon_icelakeX_events.txt +++ b/src/includes/perfmon_icelakeX_events.txt @@ -4,13 +4,13 @@ # # Description: Event list for Intel Icelake X # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_icelake_counters.h b/src/includes/perfmon_icelake_counters.h index 039e0568b..739e017bf 100644 --- a/src/includes/perfmon_icelake_counters.h +++ b/src/includes/perfmon_icelake_counters.h @@ -5,13 +5,13 @@ * * Description: Counter Header File of perfmon module for Intel Icelake. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_icelake_events.txt b/src/includes/perfmon_icelake_events.txt index ecb69a28e..ea839399f 100644 --- a/src/includes/perfmon_icelake_events.txt +++ b/src/includes/perfmon_icelake_events.txt @@ -4,13 +4,13 @@ # # Description: Event list for Intel Icelake # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_interlagos.h b/src/includes/perfmon_interlagos.h index a80422d76..9d5617de2 100644 --- a/src/includes/perfmon_interlagos.h +++ b/src/includes/perfmon_interlagos.h @@ -5,14 +5,14 @@ * * Description: Header file of perfmon module for AMD Interlagos * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_interlagos_counters.h b/src/includes/perfmon_interlagos_counters.h index 065a9a914..bf7b0c59d 100644 --- a/src/includes/perfmon_interlagos_counters.h +++ b/src/includes/perfmon_interlagos_counters.h @@ -5,14 +5,14 @@ * * Description: Counter Header File of perfmon module for AMD Interlagos * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_interlagos_events.txt b/src/includes/perfmon_interlagos_events.txt index 927d8b557..2e5dc176c 100644 --- a/src/includes/perfmon_interlagos_events.txt +++ b/src/includes/perfmon_interlagos_events.txt @@ -4,14 +4,14 @@ # # Description: Event list for AMD Interlagos # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_ivybridge.h b/src/includes/perfmon_ivybridge.h index 3f3c9cd4b..8c9cc6f18 100644 --- a/src/includes/perfmon_ivybridge.h +++ b/src/includes/perfmon_ivybridge.h @@ -5,14 +5,14 @@ * * Description: Header File of perfmon module for Intel Ivy Bridge. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_ivybridgeEP_counters.h b/src/includes/perfmon_ivybridgeEP_counters.h index e9e27f549..2c525aa25 100644 --- a/src/includes/perfmon_ivybridgeEP_counters.h +++ b/src/includes/perfmon_ivybridgeEP_counters.h @@ -5,14 +5,14 @@ * * Description: Counter header file of perfmon module for Intel Ivy Bridge EP. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_ivybridgeEP_events.txt b/src/includes/perfmon_ivybridgeEP_events.txt index 341450ee9..96446d6ab 100644 --- a/src/includes/perfmon_ivybridgeEP_events.txt +++ b/src/includes/perfmon_ivybridgeEP_events.txt @@ -4,14 +4,14 @@ # # Description: Event list for Intel Ivy Bridge EP/EN/EX # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_ivybridge_counters.h b/src/includes/perfmon_ivybridge_counters.h index 9f381938b..ada1c12be 100644 --- a/src/includes/perfmon_ivybridge_counters.h +++ b/src/includes/perfmon_ivybridge_counters.h @@ -5,14 +5,14 @@ * * Description: Counter header file of perfmon module for Intel Ivy Bridge. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_ivybridge_events.txt b/src/includes/perfmon_ivybridge_events.txt index 84bdf8c20..7e3e62df3 100644 --- a/src/includes/perfmon_ivybridge_events.txt +++ b/src/includes/perfmon_ivybridge_events.txt @@ -4,14 +4,14 @@ # # Description: Event list for Intel Ivy Bridge # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_k10.h b/src/includes/perfmon_k10.h index 08ea1e5ed..dccb5e122 100644 --- a/src/includes/perfmon_k10.h +++ b/src/includes/perfmon_k10.h @@ -5,14 +5,14 @@ * * Description: Header file of perfmon module for AMD K10 * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_k10_counters.h b/src/includes/perfmon_k10_counters.h index 2742e0a19..6bbf9fa92 100644 --- a/src/includes/perfmon_k10_counters.h +++ b/src/includes/perfmon_k10_counters.h @@ -5,14 +5,14 @@ * * Description: AMD K10 performance counter definition. Also used for AMD K8. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_k10_events.txt b/src/includes/perfmon_k10_events.txt index c9aa7671f..3237e6e83 100644 --- a/src/includes/perfmon_k10_events.txt +++ b/src/includes/perfmon_k10_events.txt @@ -4,14 +4,14 @@ # # Description: Event list for AMD K10 # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_k8.h b/src/includes/perfmon_k8.h index 37eb7a8b5..65682a9d5 100644 --- a/src/includes/perfmon_k8.h +++ b/src/includes/perfmon_k8.h @@ -6,14 +6,14 @@ * Description: Header File of perfmon module for AMD K8 support. * The setup routines and registers are similar to AMD K10 * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_k8_events.txt b/src/includes/perfmon_k8_events.txt index 7282e29d7..bb4f53b47 100644 --- a/src/includes/perfmon_k8_events.txt +++ b/src/includes/perfmon_k8_events.txt @@ -4,14 +4,14 @@ # # Description: Event list for AMD K8 # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_kabini.h b/src/includes/perfmon_kabini.h index 0e77338c7..b7347a61a 100644 --- a/src/includes/perfmon_kabini.h +++ b/src/includes/perfmon_kabini.h @@ -5,14 +5,14 @@ * * Description: Header file of perfmon module for AMD Family 16 * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_kabini_counters.h b/src/includes/perfmon_kabini_counters.h index 3b2bef906..f2fd8b730 100644 --- a/src/includes/perfmon_kabini_counters.h +++ b/src/includes/perfmon_kabini_counters.h @@ -5,14 +5,14 @@ * * Description: Counter Header File of perfmon module for AMD Family 16 * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_kabini_events.txt b/src/includes/perfmon_kabini_events.txt index 7a189bb49..d3d9638ae 100644 --- a/src/includes/perfmon_kabini_events.txt +++ b/src/includes/perfmon_kabini_events.txt @@ -4,13 +4,13 @@ # # Description: Event list for AMD Kabini # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: saravanan.ekanathan@amd.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_knl.h b/src/includes/perfmon_knl.h index 2979db0b1..912a83e36 100644 --- a/src/includes/perfmon_knl.h +++ b/src/includes/perfmon_knl.h @@ -5,13 +5,13 @@ * * Description: Header file of perfmon module for Intel Xeon Phi (Knights Landing) * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_knl_counters.h b/src/includes/perfmon_knl_counters.h index 0d861c763..f75b1f518 100644 --- a/src/includes/perfmon_knl_counters.h +++ b/src/includes/perfmon_knl_counters.h @@ -5,13 +5,13 @@ * * Description: Counter header file of perfmon module for Intel Atom (Silvermont) * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_knl_events.txt b/src/includes/perfmon_knl_events.txt index 21bc767a0..11b2472d3 100644 --- a/src/includes/perfmon_knl_events.txt +++ b/src/includes/perfmon_knl_events.txt @@ -4,13 +4,13 @@ # # Description: Event list for Intel Xeon Phi (Knights Landing) # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_nehalem.h b/src/includes/perfmon_nehalem.h index 64fcdb83f..1089b975e 100644 --- a/src/includes/perfmon_nehalem.h +++ b/src/includes/perfmon_nehalem.h @@ -5,14 +5,14 @@ * * Description: Header File of perfmon module for Intel Nehalem. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_nehalemEX.h b/src/includes/perfmon_nehalemEX.h index 94fcb1339..e9252c915 100644 --- a/src/includes/perfmon_nehalemEX.h +++ b/src/includes/perfmon_nehalemEX.h @@ -5,14 +5,14 @@ * * Description: Header File of perfmon module for Intel Nehalem EX. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_nehalemEX_counters.h b/src/includes/perfmon_nehalemEX_counters.h index 3fa2e125d..5fd4028e0 100644 --- a/src/includes/perfmon_nehalemEX_counters.h +++ b/src/includes/perfmon_nehalemEX_counters.h @@ -5,14 +5,14 @@ * * Description: Counter Header File of perfmon module for Intel Westmere EX. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_nehalemEX_events.txt b/src/includes/perfmon_nehalemEX_events.txt index 1c4954f0a..ba695c342 100644 --- a/src/includes/perfmon_nehalemEX_events.txt +++ b/src/includes/perfmon_nehalemEX_events.txt @@ -4,14 +4,14 @@ # # Description: Event list for Intel Nehalem EX # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_nehalemEX_westmereEX_common.h b/src/includes/perfmon_nehalemEX_westmereEX_common.h index 87afb0f72..11fc66a76 100644 --- a/src/includes/perfmon_nehalemEX_westmereEX_common.h +++ b/src/includes/perfmon_nehalemEX_westmereEX_common.h @@ -5,13 +5,13 @@ * * Description: Common definitions for Intel Nehalem EX and Westmere EX * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_nehalem_counters.h b/src/includes/perfmon_nehalem_counters.h index 5b5f5d70c..85f4bd445 100644 --- a/src/includes/perfmon_nehalem_counters.h +++ b/src/includes/perfmon_nehalem_counters.h @@ -5,14 +5,14 @@ * * Description: Counter Header File of perfmon module for Intel Nehalem. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_nehalem_events.txt b/src/includes/perfmon_nehalem_events.txt index 8501152ac..3806a2147 100644 --- a/src/includes/perfmon_nehalem_events.txt +++ b/src/includes/perfmon_nehalem_events.txt @@ -4,14 +4,14 @@ # # Description: Event list for Intel Nehalem # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_neon1.h b/src/includes/perfmon_neon1.h index 68c920d19..e2a1f9fb3 100644 --- a/src/includes/perfmon_neon1.h +++ b/src/includes/perfmon_neon1.h @@ -5,13 +5,13 @@ * * Description: Header File of perfmon module for ARM Neoverse N1 * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_neon1_counters.h b/src/includes/perfmon_neon1_counters.h index f2ef3edcc..da175b9e6 100644 --- a/src/includes/perfmon_neon1_counters.h +++ b/src/includes/perfmon_neon1_counters.h @@ -5,13 +5,13 @@ * * Description: Counter Header File of perfmon module for ARM Neoverse N1. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_neon1_events.txt b/src/includes/perfmon_neon1_events.txt index a191df9c6..cb78a3f7a 100644 --- a/src/includes/perfmon_neon1_events.txt +++ b/src/includes/perfmon_neon1_events.txt @@ -4,13 +4,13 @@ # # Description: Event list for ARM Neoverse N1 # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_nvidiagrace.h b/src/includes/perfmon_nvidiagrace.h index e0f26ff70..10e65fb23 100644 --- a/src/includes/perfmon_nvidiagrace.h +++ b/src/includes/perfmon_nvidiagrace.h @@ -5,13 +5,13 @@ * * Description: Header File of perfmon module for Nvidia Grace CPU * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_nvidiagrace_counters.h b/src/includes/perfmon_nvidiagrace_counters.h index 66c6074df..37151c8c0 100644 --- a/src/includes/perfmon_nvidiagrace_counters.h +++ b/src/includes/perfmon_nvidiagrace_counters.h @@ -5,13 +5,13 @@ * * Description: Counter Header File of perfmon module for Nvidia Grace CPU. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_nvidiagrace_events.txt b/src/includes/perfmon_nvidiagrace_events.txt index 0811e9fd1..be8ba0a21 100644 --- a/src/includes/perfmon_nvidiagrace_events.txt +++ b/src/includes/perfmon_nvidiagrace_events.txt @@ -4,13 +4,13 @@ # # Description: Event list for Nvidia Grace CPU # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_p6_events.txt b/src/includes/perfmon_p6_events.txt index 63378dc77..ede298518 100644 --- a/src/includes/perfmon_p6_events.txt +++ b/src/includes/perfmon_p6_events.txt @@ -4,14 +4,14 @@ # # Description: Event list for Intel Pentium 3 # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_perfevent.h b/src/includes/perfmon_perfevent.h index b108a655f..af101f0fc 100644 --- a/src/includes/perfmon_perfevent.h +++ b/src/includes/perfmon_perfevent.h @@ -5,13 +5,13 @@ * * Description: Header File of perfmon module for perf_event kernel interface. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_phi.h b/src/includes/perfmon_phi.h index 603a04126..2905ed4df 100644 --- a/src/includes/perfmon_phi.h +++ b/src/includes/perfmon_phi.h @@ -5,14 +5,14 @@ * * Description: Header File of perfmon module for Intel Xeon Phi. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_phi_counters.h b/src/includes/perfmon_phi_counters.h index e28657007..a91b27d65 100644 --- a/src/includes/perfmon_phi_counters.h +++ b/src/includes/perfmon_phi_counters.h @@ -5,14 +5,14 @@ * * Description: Counter Header File of perfmon module for Intel Xeon Phi. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_phi_events.txt b/src/includes/perfmon_phi_events.txt index 5629f7959..cd388cb46 100644 --- a/src/includes/perfmon_phi_events.txt +++ b/src/includes/perfmon_phi_events.txt @@ -4,14 +4,14 @@ # # Description: Event list for Intel Xeon Phi # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_pm.h b/src/includes/perfmon_pm.h index 04270732a..ea96df0c6 100644 --- a/src/includes/perfmon_pm.h +++ b/src/includes/perfmon_pm.h @@ -5,14 +5,14 @@ * * Description: Header File of perfmon module Pentium M. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_pm_counters.h b/src/includes/perfmon_pm_counters.h index fbde66f78..49a5c77fc 100644 --- a/src/includes/perfmon_pm_counters.h +++ b/src/includes/perfmon_pm_counters.h @@ -5,14 +5,14 @@ * * Description: Counter Header File of perfmon module for Intel Pentium M. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_pm_events.txt b/src/includes/perfmon_pm_events.txt index fce3a70db..7c290fee2 100644 --- a/src/includes/perfmon_pm_events.txt +++ b/src/includes/perfmon_pm_events.txt @@ -4,13 +4,13 @@ # # Description: Event list for Intel Pentium M # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_power8.h b/src/includes/perfmon_power8.h index 01578813d..4bd1518f6 100644 --- a/src/includes/perfmon_power8.h +++ b/src/includes/perfmon_power8.h @@ -5,13 +5,13 @@ * * Description: Header File of perfmon module for IBM POWER8. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_power8_counters.h b/src/includes/perfmon_power8_counters.h index cd5e4372f..839eed42d 100644 --- a/src/includes/perfmon_power8_counters.h +++ b/src/includes/perfmon_power8_counters.h @@ -5,13 +5,13 @@ * * Description: Counter header File of perfmon module for IBM POWER8. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_power8_events.txt b/src/includes/perfmon_power8_events.txt index 946c49b9d..09622f8f1 100644 --- a/src/includes/perfmon_power8_events.txt +++ b/src/includes/perfmon_power8_events.txt @@ -4,13 +4,13 @@ # # Description: Event list for IBM POWER8 # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_power9.h b/src/includes/perfmon_power9.h index abaf8d842..15a4867b0 100644 --- a/src/includes/perfmon_power9.h +++ b/src/includes/perfmon_power9.h @@ -5,13 +5,13 @@ * * Description: Header File of perfmon module for IBM POWER9. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_power9_counters.h b/src/includes/perfmon_power9_counters.h index 98d89db54..8d0b71582 100644 --- a/src/includes/perfmon_power9_counters.h +++ b/src/includes/perfmon_power9_counters.h @@ -5,13 +5,13 @@ * * Description: Counter header File of perfmon module for IBM POWER9. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_power9_events.txt b/src/includes/perfmon_power9_events.txt index 719a8c2f6..34d370bbd 100644 --- a/src/includes/perfmon_power9_events.txt +++ b/src/includes/perfmon_power9_events.txt @@ -4,13 +4,13 @@ # # Description: Event list for IBM POWER9 # -# Version: 5.0 -# Released: 10.11.2019 +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2019 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_sandybridge.h b/src/includes/perfmon_sandybridge.h index 210f57cdf..aa0186b96 100644 --- a/src/includes/perfmon_sandybridge.h +++ b/src/includes/perfmon_sandybridge.h @@ -5,14 +5,14 @@ * * Description: Header File of perfmon module for Intel Sandy Bridge. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_sandybridgeEP_counters.h b/src/includes/perfmon_sandybridgeEP_counters.h index e8ed7d4eb..b5b13ef15 100644 --- a/src/includes/perfmon_sandybridgeEP_counters.h +++ b/src/includes/perfmon_sandybridgeEP_counters.h @@ -5,14 +5,14 @@ * * Description: Counter header file of perfmon module for Intel Sandy Bridge EP. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_sandybridgeEP_events.txt b/src/includes/perfmon_sandybridgeEP_events.txt index b7fa9ea48..f9f3f05fe 100644 --- a/src/includes/perfmon_sandybridgeEP_events.txt +++ b/src/includes/perfmon_sandybridgeEP_events.txt @@ -4,14 +4,14 @@ # # Description: Event list for Intel SandyBridge EP # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_sandybridge_counters.h b/src/includes/perfmon_sandybridge_counters.h index f3bdc5928..f73789862 100644 --- a/src/includes/perfmon_sandybridge_counters.h +++ b/src/includes/perfmon_sandybridge_counters.h @@ -5,14 +5,14 @@ * * Description: Counter header file of perfmon module for Intel Sandy Bridge. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_sandybridge_events.txt b/src/includes/perfmon_sandybridge_events.txt index f22f6e7a8..110f944c3 100644 --- a/src/includes/perfmon_sandybridge_events.txt +++ b/src/includes/perfmon_sandybridge_events.txt @@ -4,14 +4,14 @@ # # Description: Event list for Intel SandyBridge # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_sapphirerapids.h b/src/includes/perfmon_sapphirerapids.h index 7420c2878..49aa6789b 100644 --- a/src/includes/perfmon_sapphirerapids.h +++ b/src/includes/perfmon_sapphirerapids.h @@ -5,13 +5,13 @@ * * Description: Header File of perfmon module for Intel Sapphire Rapids. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_sapphirerapids_counters.h b/src/includes/perfmon_sapphirerapids_counters.h index ca957870f..1041f49d7 100644 --- a/src/includes/perfmon_sapphirerapids_counters.h +++ b/src/includes/perfmon_sapphirerapids_counters.h @@ -5,13 +5,13 @@ * * Description: Counter Header File of perfmon module for Intel Sapphire Rapids. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_sapphirerapids_events.txt b/src/includes/perfmon_sapphirerapids_events.txt index c4e38ed54..d98139b88 100644 --- a/src/includes/perfmon_sapphirerapids_events.txt +++ b/src/includes/perfmon_sapphirerapids_events.txt @@ -4,13 +4,13 @@ # # Description: Event list for Intel Sapphire Rapids # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2016 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_sierraforrest.h b/src/includes/perfmon_sierraforrest.h index beb9efd8e..af6cf709b 100644 --- a/src/includes/perfmon_sierraforrest.h +++ b/src/includes/perfmon_sierraforrest.h @@ -5,13 +5,13 @@ * * Description: Header File of perfmon module for Intel SierraForrest. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_sierraforrest_counters.h b/src/includes/perfmon_sierraforrest_counters.h index a211ca218..d3b30bd80 100644 --- a/src/includes/perfmon_sierraforrest_counters.h +++ b/src/includes/perfmon_sierraforrest_counters.h @@ -5,13 +5,13 @@ * * Description: Counter Header File of perfmon module for Intel Granite Rapids. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_sierraforrest_events.txt b/src/includes/perfmon_sierraforrest_events.txt index 0cb22e1d0..c644cea10 100644 --- a/src/includes/perfmon_sierraforrest_events.txt +++ b/src/includes/perfmon_sierraforrest_events.txt @@ -4,13 +4,13 @@ # # Description: Event list for Intel SierraForrest # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_silvermont.h b/src/includes/perfmon_silvermont.h index a895959f3..7f8dbc8e6 100644 --- a/src/includes/perfmon_silvermont.h +++ b/src/includes/perfmon_silvermont.h @@ -5,13 +5,13 @@ * * Description: Header file of perfmon module for Intel Atom (Silvermont) * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_silvermont_counters.h b/src/includes/perfmon_silvermont_counters.h index 5462de4a3..ace8af40c 100644 --- a/src/includes/perfmon_silvermont_counters.h +++ b/src/includes/perfmon_silvermont_counters.h @@ -5,13 +5,13 @@ * * Description: Counter header file of perfmon module for Intel Atom (Silvermont) * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_silvermont_events.txt b/src/includes/perfmon_silvermont_events.txt index 1097e4eaa..57f52d9b0 100644 --- a/src/includes/perfmon_silvermont_events.txt +++ b/src/includes/perfmon_silvermont_events.txt @@ -4,13 +4,13 @@ # # Description: Event list for Intel Atom (Silvermont) # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_skylake.h b/src/includes/perfmon_skylake.h index 934aa5701..b6f72431a 100644 --- a/src/includes/perfmon_skylake.h +++ b/src/includes/perfmon_skylake.h @@ -5,14 +5,14 @@ * * Description: Header File of perfmon module for Intel Skylake. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_skylakeX_counters.h b/src/includes/perfmon_skylakeX_counters.h index ab990d85e..c943d05b1 100644 --- a/src/includes/perfmon_skylakeX_counters.h +++ b/src/includes/perfmon_skylakeX_counters.h @@ -5,14 +5,14 @@ * * Description: Counter Header File of perfmon module for Intel Skylake X. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_skylakeX_events.txt b/src/includes/perfmon_skylakeX_events.txt index a380fa3b3..e658724a7 100644 --- a/src/includes/perfmon_skylakeX_events.txt +++ b/src/includes/perfmon_skylakeX_events.txt @@ -4,14 +4,14 @@ # # Description: Event list for Intel Skylake X # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_skylake_counters.h b/src/includes/perfmon_skylake_counters.h index 488afea8c..8516e7cdb 100644 --- a/src/includes/perfmon_skylake_counters.h +++ b/src/includes/perfmon_skylake_counters.h @@ -5,14 +5,14 @@ * * Description: Counter Header File of perfmon module for Intel Skylake. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_skylake_events.txt b/src/includes/perfmon_skylake_events.txt index 4c2c8343c..166a0d2c7 100644 --- a/src/includes/perfmon_skylake_events.txt +++ b/src/includes/perfmon_skylake_events.txt @@ -4,14 +4,14 @@ # # Description: Event list for Intel Skylake # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_tigerlake.h b/src/includes/perfmon_tigerlake.h index 668df8504..c7f02c8a3 100644 --- a/src/includes/perfmon_tigerlake.h +++ b/src/includes/perfmon_tigerlake.h @@ -5,13 +5,13 @@ * * Description: Header File of perfmon module for Intel Tigerlake. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_tigerlake_counters.h b/src/includes/perfmon_tigerlake_counters.h index 6b68f9d7d..b0c1bd6be 100644 --- a/src/includes/perfmon_tigerlake_counters.h +++ b/src/includes/perfmon_tigerlake_counters.h @@ -5,13 +5,13 @@ * * Description: Counter Header File of perfmon module for Intel Tigerlake. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_tigerlake_events.txt b/src/includes/perfmon_tigerlake_events.txt index b27431ea4..381095271 100644 --- a/src/includes/perfmon_tigerlake_events.txt +++ b/src/includes/perfmon_tigerlake_events.txt @@ -4,13 +4,13 @@ # # Description: Event list for Intel Tigerlake # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_types.h b/src/includes/perfmon_types.h index 3e1ddd9f7..094ae4746 100644 --- a/src/includes/perfmon_types.h +++ b/src/includes/perfmon_types.h @@ -7,14 +7,14 @@ * Configures and reads out performance counters * on x86 based architectures. Supports multi threading. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_westmere.h b/src/includes/perfmon_westmere.h index 30bc1cf47..81b47c189 100644 --- a/src/includes/perfmon_westmere.h +++ b/src/includes/perfmon_westmere.h @@ -5,14 +5,14 @@ * * Description: Header File of perfmon module for Intel Westmere. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_westmereEX.h b/src/includes/perfmon_westmereEX.h index 50fce739e..9a90c4a15 100644 --- a/src/includes/perfmon_westmereEX.h +++ b/src/includes/perfmon_westmereEX.h @@ -5,14 +5,14 @@ * * Description: Header File of perfmon module for Intel Westmere EX. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_westmereEX_counters.h b/src/includes/perfmon_westmereEX_counters.h index b32d67ad4..9415ace88 100644 --- a/src/includes/perfmon_westmereEX_counters.h +++ b/src/includes/perfmon_westmereEX_counters.h @@ -5,14 +5,14 @@ * * Description: Counter Header File of perfmon module for Westmere EX. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_westmereEX_events.txt b/src/includes/perfmon_westmereEX_events.txt index 75716c375..6b2ed10aa 100644 --- a/src/includes/perfmon_westmereEX_events.txt +++ b/src/includes/perfmon_westmereEX_events.txt @@ -4,14 +4,14 @@ # # Description: Event list for Intel WestmereEX # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_westmere_events.txt b/src/includes/perfmon_westmere_events.txt index 58bed2452..d3a37553a 100644 --- a/src/includes/perfmon_westmere_events.txt +++ b/src/includes/perfmon_westmere_events.txt @@ -4,14 +4,14 @@ # # Description: Event list for Intel Westmere # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_zen.h b/src/includes/perfmon_zen.h index eb2391cba..ebfdc6edd 100644 --- a/src/includes/perfmon_zen.h +++ b/src/includes/perfmon_zen.h @@ -5,13 +5,13 @@ * * Description: Header file of perfmon module for AMD Family 17 (ZEN) * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2017 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_zen2.h b/src/includes/perfmon_zen2.h index 6438aba7c..10a660932 100644 --- a/src/includes/perfmon_zen2.h +++ b/src/includes/perfmon_zen2.h @@ -5,13 +5,13 @@ * * Description: Header file of perfmon module for AMD Family 17 (ZEN2) * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tg), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2017 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_zen2_counters.h b/src/includes/perfmon_zen2_counters.h index fee97fc5b..5db63b853 100644 --- a/src/includes/perfmon_zen2_counters.h +++ b/src/includes/perfmon_zen2_counters.h @@ -5,13 +5,13 @@ * * Description: Counter Header File of perfmon module for AMD Family 17 (Zen2) * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2017 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_zen2_events.txt b/src/includes/perfmon_zen2_events.txt index 8ad0b5189..bb864c43f 100644 --- a/src/includes/perfmon_zen2_events.txt +++ b/src/includes/perfmon_zen2_events.txt @@ -4,13 +4,13 @@ # # Description: Event list for AMD Zen (Gen2) # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2017 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_zen3.h b/src/includes/perfmon_zen3.h index 5fa94dcf3..6af87eee8 100644 --- a/src/includes/perfmon_zen3.h +++ b/src/includes/perfmon_zen3.h @@ -5,13 +5,13 @@ * * Description: Header file of perfmon module for AMD Family 19 (ZEN3) * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tg), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2017 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_zen3_counters.h b/src/includes/perfmon_zen3_counters.h index d8bb431fb..f820ede0e 100644 --- a/src/includes/perfmon_zen3_counters.h +++ b/src/includes/perfmon_zen3_counters.h @@ -5,13 +5,13 @@ * * Description: Counter Header File of perfmon module for AMD Family 19 (Zen3) * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2017 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_zen3_events.txt b/src/includes/perfmon_zen3_events.txt index 92f22945a..3e29853e3 100644 --- a/src/includes/perfmon_zen3_events.txt +++ b/src/includes/perfmon_zen3_events.txt @@ -4,13 +4,13 @@ # # Description: Event list for AMD Zen (Gen3) # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2017 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_zen4.h b/src/includes/perfmon_zen4.h index ddd778653..b1c24f8b1 100644 --- a/src/includes/perfmon_zen4.h +++ b/src/includes/perfmon_zen4.h @@ -5,13 +5,13 @@ * * Description: Header file of perfmon module for AMD Family 19 (ZEN4) * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tg), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2017 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_zen4_counters.h b/src/includes/perfmon_zen4_counters.h index 95c5ae665..cad1feeaf 100644 --- a/src/includes/perfmon_zen4_counters.h +++ b/src/includes/perfmon_zen4_counters.h @@ -5,13 +5,13 @@ * * Description: Counter Header File of perfmon module for AMD Family 19 (Zen4) * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2017 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_zen4_events.txt b/src/includes/perfmon_zen4_events.txt index a0054f2b3..a58904f91 100644 --- a/src/includes/perfmon_zen4_events.txt +++ b/src/includes/perfmon_zen4_events.txt @@ -4,13 +4,13 @@ # # Description: Event list for AMD Zen (Gen4) # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2017 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_zen4c.h b/src/includes/perfmon_zen4c.h index 5ec6029be..3b1aef5de 100644 --- a/src/includes/perfmon_zen4c.h +++ b/src/includes/perfmon_zen4c.h @@ -5,13 +5,13 @@ * * Description: Header file of perfmon module for AMD Family 19 (ZEN4C) * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tg), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2017 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_zen4c_counters.h b/src/includes/perfmon_zen4c_counters.h index dc43953e1..a7680f569 100644 --- a/src/includes/perfmon_zen4c_counters.h +++ b/src/includes/perfmon_zen4c_counters.h @@ -5,13 +5,13 @@ * * Description: Counter Header File of perfmon module for AMD Family 19 (Zen4) * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2017 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_zen4c_events.txt b/src/includes/perfmon_zen4c_events.txt index 0048db97a..b26a0e91c 100644 --- a/src/includes/perfmon_zen4c_events.txt +++ b/src/includes/perfmon_zen4c_events.txt @@ -4,13 +4,13 @@ # # Description: Event list for AMD Zen4c (Bergamo) # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2016 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_zen_counters.h b/src/includes/perfmon_zen_counters.h index 2fafa50f6..f598ab470 100644 --- a/src/includes/perfmon_zen_counters.h +++ b/src/includes/perfmon_zen_counters.h @@ -5,13 +5,13 @@ * * Description: Counter Header File of perfmon module for AMD Family 17 * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2017 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/perfmon_zen_events.txt b/src/includes/perfmon_zen_events.txt index e9354e075..fcb4deb9c 100644 --- a/src/includes/perfmon_zen_events.txt +++ b/src/includes/perfmon_zen_events.txt @@ -4,13 +4,13 @@ # # Description: Event list for AMD Zen # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2017 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/power.h b/src/includes/power.h index abf180570..6812ee9f0 100644 --- a/src/includes/power.h +++ b/src/includes/power.h @@ -6,14 +6,14 @@ * Description: Header File Power Module * Implements Intel RAPL Interface. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/power_types.h b/src/includes/power_types.h index 8c3a737eb..a948396f2 100644 --- a/src/includes/power_types.h +++ b/src/includes/power_types.h @@ -5,14 +5,14 @@ * * Description: Types file for power module. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/registers.h b/src/includes/registers.h index a76f64305..adc50aacd 100644 --- a/src/includes/registers.h +++ b/src/includes/registers.h @@ -5,14 +5,14 @@ * * Description: Register Defines for the perfmon module * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/registers_types.h b/src/includes/registers_types.h index 926fb98f0..5c314d4bf 100644 --- a/src/includes/registers_types.h +++ b/src/includes/registers_types.h @@ -5,14 +5,14 @@ * * Description: Header File of registers. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/rocmon_types.h b/src/includes/rocmon_types.h index 323ddc0f9..1ef02358f 100644 --- a/src/includes/rocmon_types.h +++ b/src/includes/rocmon_types.h @@ -7,14 +7,14 @@ * Configures and reads out performance counters * on AMD GPUs. Supports multi GPUs. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tg), thomas.gruber@googlemail.com * Various people at HPE * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/sysFeatures.h b/src/includes/sysFeatures.h index 37e4e1f90..b4f0028a4 100644 --- a/src/includes/sysFeatures.h +++ b/src/includes/sysFeatures.h @@ -6,14 +6,14 @@ * Description: Main interface to the sysFeatures component to get and set * hardware and OS features * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/sysFeatures_amd.h b/src/includes/sysFeatures_amd.h index 2219f2434..43b4052f0 100644 --- a/src/includes/sysFeatures_amd.h +++ b/src/includes/sysFeatures_amd.h @@ -5,14 +5,14 @@ * * Description: AMD interface of the sysFeatures component * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/sysFeatures_amd_hsmp.h b/src/includes/sysFeatures_amd_hsmp.h index c1e3b2113..a0a51ad4c 100644 --- a/src/includes/sysFeatures_amd_hsmp.h +++ b/src/includes/sysFeatures_amd_hsmp.h @@ -5,13 +5,13 @@ * * Description: AMD HSMP interface of the sysFeatures component * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/sysFeatures_amd_rapl.h b/src/includes/sysFeatures_amd_rapl.h index db6bf67cf..49198e8a1 100644 --- a/src/includes/sysFeatures_amd_rapl.h +++ b/src/includes/sysFeatures_amd_rapl.h @@ -5,14 +5,14 @@ * * Description: Interface to control AMD RAPL for the sysFeatures component * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/sysFeatures_common.h b/src/includes/sysFeatures_common.h index 7dd83208b..218d3e8c9 100644 --- a/src/includes/sysFeatures_common.h +++ b/src/includes/sysFeatures_common.h @@ -5,14 +5,14 @@ * * Description: Common functions used by the sysFeatures component * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/sysFeatures_common_rapl.h b/src/includes/sysFeatures_common_rapl.h index ae3f1e370..37dc2292b 100644 --- a/src/includes/sysFeatures_common_rapl.h +++ b/src/includes/sysFeatures_common_rapl.h @@ -5,13 +5,13 @@ * * Description: Common functions used by the sysFeatures RAPL component * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/sysFeatures_cpufreq.h b/src/includes/sysFeatures_cpufreq.h index 750ea8b7d..7023e8fe4 100644 --- a/src/includes/sysFeatures_cpufreq.h +++ b/src/includes/sysFeatures_cpufreq.h @@ -5,14 +5,14 @@ * * Description: Interface to control frequencies for the sysFeatures component * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/sysFeatures_intel.h b/src/includes/sysFeatures_intel.h index 72ef3f343..bb87e5dc1 100644 --- a/src/includes/sysFeatures_intel.h +++ b/src/includes/sysFeatures_intel.h @@ -5,14 +5,14 @@ * * Description: Intel interface of the sysFeatures component * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/sysFeatures_intel_prefetcher.h b/src/includes/sysFeatures_intel_prefetcher.h index 143338d20..e5eed1402 100644 --- a/src/includes/sysFeatures_intel_prefetcher.h +++ b/src/includes/sysFeatures_intel_prefetcher.h @@ -5,14 +5,14 @@ * * Description: Interface to control CPU prefetchers for the sysFeatures component * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/sysFeatures_intel_rapl.h b/src/includes/sysFeatures_intel_rapl.h index caf70a666..125e287d0 100644 --- a/src/includes/sysFeatures_intel_rapl.h +++ b/src/includes/sysFeatures_intel_rapl.h @@ -5,14 +5,14 @@ * * Description: Interface to control Intel RAPL for the sysFeatures component * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/sysFeatures_intel_spec_ctrl.h b/src/includes/sysFeatures_intel_spec_ctrl.h index 3f4297fe3..d85e5eb77 100644 --- a/src/includes/sysFeatures_intel_spec_ctrl.h +++ b/src/includes/sysFeatures_intel_spec_ctrl.h @@ -6,14 +6,14 @@ * Description: Interface to control CPU speculative execution behavior for the * sysFeatures component * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/sysFeatures_intel_turbo.h b/src/includes/sysFeatures_intel_turbo.h index 65c6914e5..79afb3ad6 100644 --- a/src/includes/sysFeatures_intel_turbo.h +++ b/src/includes/sysFeatures_intel_turbo.h @@ -5,14 +5,14 @@ * * Description: Interface to control Intel CPU turbo mode for the sysFeatures component * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/sysFeatures_intel_uncorefreq.h b/src/includes/sysFeatures_intel_uncorefreq.h index 23de2f6c5..abac87d50 100644 --- a/src/includes/sysFeatures_intel_uncorefreq.h +++ b/src/includes/sysFeatures_intel_uncorefreq.h @@ -5,14 +5,14 @@ * * Description: Interface to control Intel Uncore frequency for the sysFeatures component * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/sysFeatures_linux_numa_balancing.h b/src/includes/sysFeatures_linux_numa_balancing.h index 462498eb1..1e8c619f7 100644 --- a/src/includes/sysFeatures_linux_numa_balancing.h +++ b/src/includes/sysFeatures_linux_numa_balancing.h @@ -6,14 +6,14 @@ * Description: Interface to control NUMA balancing settings for the sysFeatures * component * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/sysFeatures_list.h b/src/includes/sysFeatures_list.h index 22d56e5ac..da3b8f4d9 100644 --- a/src/includes/sysFeatures_list.h +++ b/src/includes/sysFeatures_list.h @@ -5,14 +5,14 @@ * * Description: Management functions for list of sysFeatures * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/sysFeatures_nvml.h b/src/includes/sysFeatures_nvml.h index f4b01c033..62704357d 100644 --- a/src/includes/sysFeatures_nvml.h +++ b/src/includes/sysFeatures_nvml.h @@ -5,13 +5,13 @@ * * Description: Interface to control various Nvidia NVML based features * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/sysFeatures_types.h b/src/includes/sysFeatures_types.h index 5dda5bd94..450b427aa 100644 --- a/src/includes/sysFeatures_types.h +++ b/src/includes/sysFeatures_types.h @@ -5,14 +5,14 @@ * * Description: Internal types of the sysFeatures component * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/textcolor.h b/src/includes/textcolor.h index 03b2c51de..740acc233 100644 --- a/src/includes/textcolor.h +++ b/src/includes/textcolor.h @@ -7,13 +7,13 @@ * Allows toggling of terminal escape sequences for * colored text. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/thermal.h b/src/includes/thermal.h index 126981d76..26dde3021 100644 --- a/src/includes/thermal.h +++ b/src/includes/thermal.h @@ -6,13 +6,13 @@ * Description: Header File Thermal Module. * Implements Intel TM/TM2 Interface. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/thermal_types.h b/src/includes/thermal_types.h index 12ddbcfde..d78c9e872 100644 --- a/src/includes/thermal_types.h +++ b/src/includes/thermal_types.h @@ -5,13 +5,13 @@ * * Description: Types file for thermal module. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/timer.h b/src/includes/timer.h index 58c0aa3df..698e0b25e 100644 --- a/src/includes/timer.h +++ b/src/includes/timer.h @@ -10,13 +10,13 @@ * with rdtsc of 100 cycles in the worst case. Therefore sensible * measurements should be over 1000 cycles. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/timer_types.h b/src/includes/timer_types.h index 0899cec37..63b3722db 100644 --- a/src/includes/timer_types.h +++ b/src/includes/timer_types.h @@ -5,13 +5,13 @@ * * Description: Types file for timer module. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/tlb-info.h b/src/includes/tlb-info.h index df49f4026..10fb3dcaf 100644 --- a/src/includes/tlb-info.h +++ b/src/includes/tlb-info.h @@ -6,13 +6,13 @@ * Description: Header File of topology module that contains the TLB * describing strings. Not used currently. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/topology.h b/src/includes/topology.h index d85a60238..689809396 100644 --- a/src/includes/topology.h +++ b/src/includes/topology.h @@ -5,14 +5,14 @@ * * Description: Header File of topology module. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/topology_cpuid.h b/src/includes/topology_cpuid.h index 2b5aefb75..bb744b183 100644 --- a/src/includes/topology_cpuid.h +++ b/src/includes/topology_cpuid.h @@ -5,14 +5,14 @@ * * Description: Header File of topology backend using cpuid instruction. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/topology_hwloc.h b/src/includes/topology_hwloc.h index 639f8cc9d..8baf0fd64 100644 --- a/src/includes/topology_hwloc.h +++ b/src/includes/topology_hwloc.h @@ -5,13 +5,13 @@ * * Description: Header File of topology backend using the hwloc library * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/topology_misc.h b/src/includes/topology_misc.h index 4a3c687d8..30beb306f 100644 --- a/src/includes/topology_misc.h +++ b/src/includes/topology_misc.h @@ -5,13 +5,13 @@ * * Description: Header File of topology backend using procfs/sysfs * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/topology_proc.h b/src/includes/topology_proc.h index 0e3898d2b..57cc253a5 100644 --- a/src/includes/topology_proc.h +++ b/src/includes/topology_proc.h @@ -5,13 +5,13 @@ * * Description: Header File of topology backend using procfs/sysfs * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/topology_static.h b/src/includes/topology_static.h index 7febb0ff4..59e31f902 100644 --- a/src/includes/topology_static.h +++ b/src/includes/topology_static.h @@ -5,13 +5,13 @@ * * Description: Header File for hardcoded cache information * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/topology_types.h b/src/includes/topology_types.h index 95611b312..54a480848 100644 --- a/src/includes/topology_types.h +++ b/src/includes/topology_types.h @@ -6,14 +6,14 @@ * Description: Types file for topology module. External definitions are * in likwid.h * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com, * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/tree.h b/src/includes/tree.h index 445bcfb53..7b497b8a0 100644 --- a/src/includes/tree.h +++ b/src/includes/tree.h @@ -6,13 +6,13 @@ * Description: Header File tree Module. * Implements a simple tree data structure. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/tree_types.h b/src/includes/tree_types.h index fd1d50b8b..176671937 100644 --- a/src/includes/tree_types.h +++ b/src/includes/tree_types.h @@ -5,13 +5,13 @@ * * Description: Types file for tree module. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/includes/types.h b/src/includes/types.h index 1c45306e8..65b034fd4 100644 --- a/src/includes/types.h +++ b/src/includes/types.h @@ -5,14 +5,14 @@ * * Description: Global Types file * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/intel_perfmon_uncore_discovery.c b/src/intel_perfmon_uncore_discovery.c index 761f6f1f9..cc498cb75 100644 --- a/src/intel_perfmon_uncore_discovery.c +++ b/src/intel_perfmon_uncore_discovery.c @@ -5,13 +5,13 @@ * * Description: Code to look up Uncore perfmon units on Intel SPR and later. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/libnvctr.c b/src/libnvctr.c index 9ff614a14..ad171dce7 100644 --- a/src/libnvctr.c +++ b/src/libnvctr.c @@ -5,13 +5,13 @@ * * Description: Marker API interface of module nvmon * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/libperfctr.c b/src/libperfctr.c index 9ead5abef..bd8eaa771 100644 --- a/src/libperfctr.c +++ b/src/libperfctr.c @@ -5,14 +5,14 @@ * * Description: Marker API interface of module perfmon * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/likwid.F90 b/src/likwid.F90 index df1c32159..1fc2f09dc 100644 --- a/src/likwid.F90 +++ b/src/likwid.F90 @@ -4,14 +4,14 @@ ! ! Description: Marker API f90 module ! -! Version: -! Released: +! Version: 5.4.0 +! Released: 15.11.2024 ! ! Authors: Jan Treibig (jt), jan.treibig@gmail.com, ! Thomas Gruber (tr), thomas.roehl@googlemail.com ! Project: likwid ! -! Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +! Copyright (C) 2024 RRZE, University Erlangen-Nuremberg ! ! This program is free software: you can redistribute it and/or modify it under ! the terms of the GNU General Public License as published by the Free Software diff --git a/src/likwid_device.c b/src/likwid_device.c index 6830815f5..636fc4fba 100644 --- a/src/likwid_device.c +++ b/src/likwid_device.c @@ -5,14 +5,14 @@ * * Description: Interface for LIKWID's device handling * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/likwid_f90_interface.c b/src/likwid_f90_interface.c index a46a33d83..166d21c3c 100644 --- a/src/likwid_f90_interface.c +++ b/src/likwid_f90_interface.c @@ -5,14 +5,14 @@ * * Description: F90 interface for marker API * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com, * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/luawid.c b/src/luawid.c index 58d28a1f5..527d78fd4 100644 --- a/src/luawid.c +++ b/src/luawid.c @@ -5,13 +5,13 @@ * * Description: C part of the Likwid Lua interface * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/map.c b/src/map.c index 1c9637c97..04301db1f 100644 --- a/src/map.c +++ b/src/map.c @@ -5,13 +5,13 @@ * * Description: Implementation a hashmap in C using ghash as backend * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/memsweep.c b/src/memsweep.c index b87e29736..b3e22c67a 100644 --- a/src/memsweep.c +++ b/src/memsweep.c @@ -5,13 +5,13 @@ * * Description: Implementation of sweeper module. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/meta.c b/src/meta.c index 5f9fd3645..90303a252 100644 --- a/src/meta.c +++ b/src/meta.c @@ -5,13 +5,13 @@ * * Description: Get information what is supported by the library * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/numa.c b/src/numa.c index 97f5f9374..0716aeb4b 100644 --- a/src/numa.c +++ b/src/numa.c @@ -6,14 +6,14 @@ * Description: Implementation of Linux NUMA interface. Selects between hwloc and * procfs/sysfs backends. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/numa_hwloc.c b/src/numa_hwloc.c index 686015dda..5ac4ad1d0 100644 --- a/src/numa_hwloc.c +++ b/src/numa_hwloc.c @@ -5,13 +5,13 @@ * * Description: Interface to hwloc for NUMA topology * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/numa_proc.c b/src/numa_proc.c index 567c77993..a7f752646 100644 --- a/src/numa_proc.c +++ b/src/numa_proc.c @@ -5,14 +5,14 @@ * * Description: Get NUMA topology from procfs and sysfs * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/numa_virtual.c b/src/numa_virtual.c index 84e0dc7a3..5011c0e73 100644 --- a/src/numa_virtual.c +++ b/src/numa_virtual.c @@ -5,14 +5,14 @@ * * Description: Virtual/Fake NUMA backend * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Tobias Auerochs, tobi291019@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/nvmon.c b/src/nvmon.c index af9b575de..e16bd4b41 100644 --- a/src/nvmon.c +++ b/src/nvmon.c @@ -6,13 +6,13 @@ * Description: Main implementation of the performance monitoring module * for NVIDIA GPUs * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tg), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/nvmon_nvml.c b/src/nvmon_nvml.c index 8672f06b2..b337265c9 100644 --- a/src/nvmon_nvml.c +++ b/src/nvmon_nvml.c @@ -6,13 +6,13 @@ * Description: NVML implementation of the performance monitoring module * for NVIDIA GPUs * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tg), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/pci_hwloc.c b/src/pci_hwloc.c index 0d8812cb4..fe8402245 100644 --- a/src/pci_hwloc.c +++ b/src/pci_hwloc.c @@ -5,13 +5,13 @@ * * Description: Interface to hwloc for PCI device lookup * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/pci_proc.c b/src/pci_proc.c index 7727755cc..18c08261d 100644 --- a/src/pci_proc.c +++ b/src/pci_proc.c @@ -5,13 +5,13 @@ * * Description: Interface to procfs/sysfs for PCI device lookup * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2018 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/perfgroup.c b/src/perfgroup.c index 42bd4bb72..6e056795b 100644 --- a/src/perfgroup.c +++ b/src/perfgroup.c @@ -5,14 +5,14 @@ * * Description: Handler for performance groups and event sets * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2019 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/perfmon.c b/src/perfmon.c index 248e88344..338711359 100644 --- a/src/perfmon.c +++ b/src/perfmon.c @@ -5,14 +5,14 @@ * * Description: Main implementation of the performance monitoring module * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/power.c b/src/power.c index 6cef9cf52..f450f4d42 100644 --- a/src/power.c +++ b/src/power.c @@ -5,14 +5,14 @@ * * Description: Module implementing Intel RAPL interface * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Jan Treibig (jt), jan.treibig@gmail.com, * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/pthread-overload/Makefile b/src/pthread-overload/Makefile index 2ece04ea7..a7f3fdaa9 100644 --- a/src/pthread-overload/Makefile +++ b/src/pthread-overload/Makefile @@ -4,15 +4,15 @@ # # Description: pthread-overload Makefile # -# Version: -# Released: +# Version: 5.4.0 +# Released: 15.11.2024 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com # # Project: likwid # -# Copyright (C) 2016 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2024 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/pthread-overload/pthread-overload.c b/src/pthread-overload/pthread-overload.c index d5d4a1120..d794a407a 100644 --- a/src/pthread-overload/pthread-overload.c +++ b/src/pthread-overload/pthread-overload.c @@ -6,13 +6,13 @@ * Description: Overloaded library for pthread_create call. * Implements pinning of threads together with likwid-pin. * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/rocmon.c b/src/rocmon.c index 51fe1e5c7..7dd2de402 100644 --- a/src/rocmon.c +++ b/src/rocmon.c @@ -6,13 +6,13 @@ * Description: Main implementation of the performance monitoring module * for AMD GPUs * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tg), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/rocmon_marker.c b/src/rocmon_marker.c index 34e07aca6..a0f58b499 100644 --- a/src/rocmon_marker.c +++ b/src/rocmon_marker.c @@ -5,13 +5,13 @@ * * Description: Marker API interface of module rocmon * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/sysFeatures.c b/src/sysFeatures.c index 3dae27b7c..590846565 100644 --- a/src/sysFeatures.c +++ b/src/sysFeatures.c @@ -6,14 +6,14 @@ * Description: Main interface to the sysFeatures component to get and set * hardware and OS features * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/sysFeatures_amd.c b/src/sysFeatures_amd.c index 2089be987..93a64cb44 100644 --- a/src/sysFeatures_amd.c +++ b/src/sysFeatures_amd.c @@ -5,14 +5,14 @@ * * Description: AMD interface of the sysFeatures component * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/sysFeatures_amd_hsmp.c b/src/sysFeatures_amd_hsmp.c index c7115c698..dac2dca6d 100644 --- a/src/sysFeatures_amd_hsmp.c +++ b/src/sysFeatures_amd_hsmp.c @@ -5,13 +5,13 @@ * * Description: AMD HSMP interface of the sysFeatures component * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/sysFeatures_amd_rapl.c b/src/sysFeatures_amd_rapl.c index 408c140cc..3e971037f 100644 --- a/src/sysFeatures_amd_rapl.c +++ b/src/sysFeatures_amd_rapl.c @@ -5,14 +5,14 @@ * * Description: Interface to control AMD RAPL for the sysFeatures component * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/sysFeatures_common.c b/src/sysFeatures_common.c index 227bfafab..dda100d71 100644 --- a/src/sysFeatures_common.c +++ b/src/sysFeatures_common.c @@ -5,14 +5,14 @@ * * Description: Common functions used by the sysFeatures component * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/sysFeatures_cpufreq.c b/src/sysFeatures_cpufreq.c index e70e4c3f6..06e63c958 100644 --- a/src/sysFeatures_cpufreq.c +++ b/src/sysFeatures_cpufreq.c @@ -5,14 +5,14 @@ * * Description: Interface to control frequencies for the sysFeatures component * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/sysFeatures_intel.c b/src/sysFeatures_intel.c index 1d8165874..59d74fce8 100644 --- a/src/sysFeatures_intel.c +++ b/src/sysFeatures_intel.c @@ -5,14 +5,14 @@ * * Description: Intel interface of the sysFeatures component * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/sysFeatures_intel_prefetcher.c b/src/sysFeatures_intel_prefetcher.c index 74ba30db7..07efacd75 100644 --- a/src/sysFeatures_intel_prefetcher.c +++ b/src/sysFeatures_intel_prefetcher.c @@ -5,14 +5,14 @@ * * Description: Interface to control CPU prefetchers for the sysFeatures component * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/sysFeatures_intel_rapl.c b/src/sysFeatures_intel_rapl.c index 2a3f00226..3f3f1f0ca 100644 --- a/src/sysFeatures_intel_rapl.c +++ b/src/sysFeatures_intel_rapl.c @@ -5,14 +5,14 @@ * * Description: Interface to control Intel RAPL for the sysFeatures component * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/sysFeatures_intel_spec_ctrl.c b/src/sysFeatures_intel_spec_ctrl.c index 6414efb87..484e45c19 100644 --- a/src/sysFeatures_intel_spec_ctrl.c +++ b/src/sysFeatures_intel_spec_ctrl.c @@ -6,14 +6,14 @@ * Description: Interface to control CPU speculative execution behavior for the * sysFeatures component * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/sysFeatures_intel_turbo.c b/src/sysFeatures_intel_turbo.c index 87c353be8..b9d0f4a86 100644 --- a/src/sysFeatures_intel_turbo.c +++ b/src/sysFeatures_intel_turbo.c @@ -5,14 +5,14 @@ * * Description: Interface to control Intel CPU turbo mode for the sysFeatures component * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/sysFeatures_intel_uncorefreq.c b/src/sysFeatures_intel_uncorefreq.c index cb1ab3913..143ab0a38 100644 --- a/src/sysFeatures_intel_uncorefreq.c +++ b/src/sysFeatures_intel_uncorefreq.c @@ -5,14 +5,14 @@ * * Description: Interface to control Intel Uncore frequency for the sysFeatures component * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/sysFeatures_linux_numa_balancing.c b/src/sysFeatures_linux_numa_balancing.c index 665f8061a..8951228e8 100644 --- a/src/sysFeatures_linux_numa_balancing.c +++ b/src/sysFeatures_linux_numa_balancing.c @@ -6,14 +6,14 @@ * Description: Interface to control NUMA balancing settings for the sysFeatures * component * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/sysFeatures_list.c b/src/sysFeatures_list.c index 148050edb..3191abcdd 100644 --- a/src/sysFeatures_list.c +++ b/src/sysFeatures_list.c @@ -5,14 +5,14 @@ * * Description: Management functions for list of sysFeatures * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/sysFeatures_nvml.c b/src/sysFeatures_nvml.c index f9e9d6a0e..14dd78d4d 100644 --- a/src/sysFeatures_nvml.c +++ b/src/sysFeatures_nvml.c @@ -5,13 +5,13 @@ * * Description: Interface to control various Nvidia NVML based features * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Michael Panzlaff, michael.panzlaff@fau.de * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/thermal.c b/src/thermal.c index 227582dd6..c5204dee0 100644 --- a/src/thermal.c +++ b/src/thermal.c @@ -5,13 +5,13 @@ * * Description: Module implementing Intel TM/TM2 interface * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/timer.c b/src/timer.c index 1b901874d..1d70ea6b9 100644 --- a/src/timer.c +++ b/src/timer.c @@ -5,13 +5,13 @@ * * Description: Implementation of timer module * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2019 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/topology.c b/src/topology.c index 41b9d44ed..de09d6b69 100644 --- a/src/topology.c +++ b/src/topology.c @@ -5,14 +5,14 @@ * * Description: Interface to the topology backends * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Jan Treibig (jt), jan.treibig@gmail.com, * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/topology_cpuid.c b/src/topology_cpuid.c index c4422843e..b447adf6a 100644 --- a/src/topology_cpuid.c +++ b/src/topology_cpuid.c @@ -5,14 +5,14 @@ * * Description: Interface to the cpuid based topology backend * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Jan Treibig (jt), jan.treibig@gmail.com, * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/topology_cuda.c b/src/topology_cuda.c index ead4b2989..4e7b3702f 100644 --- a/src/topology_cuda.c +++ b/src/topology_cuda.c @@ -5,13 +5,13 @@ * * Description: Topology module for Nvidia GPUs * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tg), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/topology_hwloc.c b/src/topology_hwloc.c index 2c9baeebd..3c605cac1 100644 --- a/src/topology_hwloc.c +++ b/src/topology_hwloc.c @@ -5,14 +5,14 @@ * * Description: Interface to the hwloc based topology backend * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Thomas Gruber (tr), thomas.roehl@googlemail.com * * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/topology_proc.c b/src/topology_proc.c index 6d3ad7eb2..5904e782d 100644 --- a/src/topology_proc.c +++ b/src/topology_proc.c @@ -5,14 +5,14 @@ * * Description: Interface to the procfs/sysfs based topology backend * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Authors: Jan Treibig (jt), jan.treibig@gmail.com, * Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2019 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/topology_rocm.c b/src/topology_rocm.c index f4f2f87e4..9b3e474b1 100644 --- a/src/topology_rocm.c +++ b/src/topology_rocm.c @@ -5,14 +5,14 @@ * * Description: Topology module for AMD GPUs * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Thomas Gruber (tg), thomas.roehl@googlemail.com * Various people at HPE * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/tree.c b/src/tree.c index 836444dc8..d3a61eea1 100644 --- a/src/tree.c +++ b/src/tree.c @@ -5,13 +5,13 @@ * * Description: Module implementing a tree data structure * - * Version: - * Released: + * Version: 5.4.0 + * Released: 15.11.2024 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2024 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software