From bb074ccb66b3e7f6e5e1f24886511d2ef41bb938 Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Fri, 20 Nov 2020 16:37:49 +0100 Subject: [PATCH] Set version and date for release --- Makefile | 6 ++-- bench/includes/allocator.h | 6 ++-- bench/includes/allocator_types.h | 6 ++-- bench/includes/barrier.h | 6 ++-- bench/includes/barrier_types.h | 6 ++-- bench/includes/isa_armv7.h | 6 ++-- bench/includes/isa_armv8.h | 6 ++-- bench/includes/isa_ppc64.h | 6 ++-- bench/includes/isa_x86-64.h | 6 ++-- bench/includes/isa_x86.h | 6 ++-- bench/includes/ptt2asm.h | 6 ++-- bench/includes/strUtil.h | 6 ++-- bench/includes/test_types.h | 6 ++-- bench/includes/threads.h | 6 ++-- bench/includes/threads_types.h | 6 ++-- bench/likwid-bench.c | 6 ++-- bench/src/allocator.c | 6 ++-- bench/src/barrier.c | 6 ++-- bench/src/bench.c | 6 ++-- bench/src/ptt2asm.c | 6 ++-- bench/src/strUtil.c | 6 ++-- bench/src/threads.c | 6 ++-- examples/C-internalMarkerAPI.c | 4 +-- examples/C-likwidAPI.c | 6 ++-- examples/C-markerAPI.c | 6 ++-- examples/C-nvMarkerAPI.c | 31 +++++++++++++++++++ examples/F-markerAPI.F90 | 6 ++-- examples/Lua-likwidAPI.lua | 6 ++-- examples/likwid-benchmark.sh | 8 ++--- perl/set_license.pl | 6 ++-- src/access-daemon/Makefile | 6 ++-- src/access-daemon/accessDaemon.c | 6 ++-- src/access-daemon/appDaemon.c | 6 ++-- src/access-daemon/setFreqDaemon.c | 6 ++-- src/access.c | 6 ++-- src/access_client.c | 6 ++-- src/access_x86.c | 6 ++-- src/access_x86_clientmem.c | 6 ++-- src/access_x86_msr.c | 6 ++-- src/access_x86_pci.c | 6 ++-- src/affinity.c | 6 ++-- src/applications/likwid-features.lua | 6 ++-- src/applications/likwid-genTopoCfg.lua | 6 ++-- src/applications/likwid-memsweeper.lua | 6 ++-- src/applications/likwid-mpirun.lua | 6 ++-- src/applications/likwid-perfctr.lua | 6 ++-- src/applications/likwid-perfscope.lua | 6 ++-- src/applications/likwid-pin.lua | 6 ++-- src/applications/likwid-powermeter.lua | 6 ++-- src/applications/likwid-setFrequencies.lua | 6 ++-- src/applications/likwid-topology.lua | 6 ++-- src/applications/likwid.lua | 6 ++-- src/bitUtil.c | 6 ++-- src/bstrlib_helper.c | 6 ++-- src/calculator.c | 6 ++-- src/configuration.c | 6 ++-- src/cpuFeatures.c | 6 ++-- src/cpustring.c | 6 ++-- src/frequency_cpu.c | 6 ++-- src/frequency_uncore.c | 6 ++-- src/hashTable.c | 6 ++-- src/includes/access.h | 6 ++-- src/includes/access_client.h | 6 ++-- src/includes/access_client_types.h | 6 ++-- src/includes/access_x86.h | 6 ++-- src/includes/access_x86_clientmem.h | 6 ++-- src/includes/access_x86_msr.h | 6 ++-- src/includes/access_x86_pci.h | 6 ++-- src/includes/affinity.h | 6 ++-- src/includes/bitUtil.h | 6 ++-- src/includes/bstrlib_helper.h | 6 ++-- src/includes/calculator.h | 6 ++-- src/includes/configuration.h | 6 ++-- src/includes/cpuFeatures.h | 6 ++-- src/includes/cpuFeatures_types.h | 6 ++-- src/includes/cpuid.h | 6 ++-- src/includes/error.h | 6 ++-- src/includes/frequency.h | 6 ++-- src/includes/frequency_acpi.h | 6 ++-- src/includes/frequency_client.h | 6 ++-- src/includes/frequency_pstate.h | 6 ++-- src/includes/hashTable.h | 6 ++-- src/includes/libnvctr_types.h | 6 ++-- src/includes/libperfctr_types.h | 6 ++-- src/includes/likwid-marker.h | 6 ++-- src/includes/likwid.h | 6 ++-- src/includes/lock.h | 6 ++-- src/includes/map.h | 6 ++-- src/includes/memsweep.h | 6 ++-- src/includes/numa.h | 6 ++-- src/includes/numa_hwloc.h | 6 ++-- src/includes/numa_proc.h | 6 ++-- src/includes/numa_virtual.h | 6 ++-- src/includes/nvmon_cupti.h | 6 ++-- src/includes/nvmon_nvml.h | 6 ++-- src/includes/nvmon_perfworks.h | 6 ++-- src/includes/nvmon_types.h | 6 ++-- src/includes/pci_hwloc.h | 6 ++-- src/includes/pci_proc.h | 6 ++-- src/includes/pci_types.h | 6 ++-- src/includes/perfgroup.h | 6 ++-- src/includes/perfmon.h | 6 ++-- src/includes/perfmon_a15.h | 6 ++-- src/includes/perfmon_a15_counters.h | 6 ++-- src/includes/perfmon_a15_events.txt | 6 ++-- src/includes/perfmon_a57.h | 6 ++-- src/includes/perfmon_a57_counters.h | 6 ++-- src/includes/perfmon_a57_events.txt | 6 ++-- src/includes/perfmon_a64fx.h | 6 ++-- src/includes/perfmon_a64fx_counters.h | 6 ++-- src/includes/perfmon_a64fx_events.txt | 6 ++-- src/includes/perfmon_atom.h | 6 ++-- src/includes/perfmon_atom_events.txt | 6 ++-- src/includes/perfmon_broadwell.h | 6 ++-- src/includes/perfmon_broadwellEP_counters.h | 6 ++-- src/includes/perfmon_broadwellEP_events.txt | 6 ++-- src/includes/perfmon_broadwell_counters.h | 6 ++-- src/includes/perfmon_broadwell_events.txt | 6 ++-- src/includes/perfmon_broadwelld_counters.h | 6 ++-- src/includes/perfmon_broadwelld_events.txt | 6 ++-- src/includes/perfmon_cascadelake.h | 6 ++-- src/includes/perfmon_cascadelakeX_events.txt | 6 ++-- src/includes/perfmon_cavtx2_counters.h | 6 ++-- src/includes/perfmon_cavtx2_events.txt | 6 ++-- src/includes/perfmon_core2.h | 6 ++-- src/includes/perfmon_core2_counters.h | 6 ++-- src/includes/perfmon_core2_events.txt | 6 ++-- src/includes/perfmon_goldmont.h | 6 ++-- src/includes/perfmon_goldmont_counters.h | 6 ++-- src/includes/perfmon_goldmont_events.txt | 6 ++-- src/includes/perfmon_haswell.h | 6 ++-- src/includes/perfmon_haswellEP_counters.h | 6 ++-- src/includes/perfmon_haswellEP_events.txt | 6 ++-- src/includes/perfmon_haswell_counters.h | 6 ++-- src/includes/perfmon_haswell_events.txt | 6 ++-- src/includes/perfmon_icelake.h | 6 ++-- src/includes/perfmon_icelakeX_counters.h | 6 ++-- src/includes/perfmon_icelakeX_events.txt | 8 ++--- src/includes/perfmon_icelake_counters.h | 6 ++-- src/includes/perfmon_icelake_events.txt | 6 ++-- src/includes/perfmon_interlagos.h | 6 ++-- src/includes/perfmon_interlagos_counters.h | 6 ++-- src/includes/perfmon_interlagos_events.txt | 6 ++-- src/includes/perfmon_ivybridge.h | 6 ++-- src/includes/perfmon_ivybridgeEP_counters.h | 6 ++-- src/includes/perfmon_ivybridgeEP_events.txt | 6 ++-- src/includes/perfmon_ivybridge_counters.h | 6 ++-- src/includes/perfmon_ivybridge_events.txt | 6 ++-- src/includes/perfmon_k10.h | 6 ++-- src/includes/perfmon_k10_counters.h | 6 ++-- src/includes/perfmon_k10_events.txt | 6 ++-- src/includes/perfmon_k8.h | 6 ++-- src/includes/perfmon_k8_events.txt | 6 ++-- src/includes/perfmon_kabini.h | 6 ++-- src/includes/perfmon_kabini_counters.h | 6 ++-- src/includes/perfmon_kabini_events.txt | 6 ++-- src/includes/perfmon_knl.h | 6 ++-- src/includes/perfmon_knl_counters.h | 6 ++-- src/includes/perfmon_knl_events.txt | 6 ++-- src/includes/perfmon_nehalem.h | 6 ++-- src/includes/perfmon_nehalemEX.h | 6 ++-- src/includes/perfmon_nehalemEX_counters.h | 6 ++-- src/includes/perfmon_nehalemEX_events.txt | 6 ++-- .../perfmon_nehalemEX_westmereEX_common.h | 6 ++-- src/includes/perfmon_nehalem_counters.h | 6 ++-- src/includes/perfmon_nehalem_events.txt | 6 ++-- src/includes/perfmon_neon1.h | 6 ++-- src/includes/perfmon_neon1_counters.h | 6 ++-- src/includes/perfmon_neon1_events.txt | 6 ++-- src/includes/perfmon_p6_events.txt | 6 ++-- src/includes/perfmon_perfevent.h | 6 ++-- src/includes/perfmon_phi.h | 6 ++-- src/includes/perfmon_phi_counters.h | 6 ++-- src/includes/perfmon_phi_events.txt | 6 ++-- src/includes/perfmon_pm.h | 6 ++-- src/includes/perfmon_pm_counters.h | 6 ++-- src/includes/perfmon_pm_events.txt | 6 ++-- src/includes/perfmon_power8.h | 6 ++-- src/includes/perfmon_power8_counters.h | 6 ++-- src/includes/perfmon_power8_events.txt | 6 ++-- src/includes/perfmon_power9.h | 6 ++-- src/includes/perfmon_power9_counters.h | 6 ++-- src/includes/perfmon_power9_events.txt | 6 ++-- src/includes/perfmon_sandybridge.h | 6 ++-- src/includes/perfmon_sandybridgeEP_counters.h | 6 ++-- src/includes/perfmon_sandybridgeEP_events.txt | 6 ++-- src/includes/perfmon_sandybridge_counters.h | 6 ++-- src/includes/perfmon_sandybridge_events.txt | 6 ++-- src/includes/perfmon_silvermont.h | 6 ++-- src/includes/perfmon_silvermont_counters.h | 6 ++-- src/includes/perfmon_silvermont_events.txt | 6 ++-- src/includes/perfmon_skylake.h | 6 ++-- src/includes/perfmon_skylakeX_counters.h | 6 ++-- src/includes/perfmon_skylakeX_events.txt | 6 ++-- src/includes/perfmon_skylake_counters.h | 6 ++-- src/includes/perfmon_skylake_events.txt | 6 ++-- src/includes/perfmon_tigerlake.h | 6 ++-- src/includes/perfmon_tigerlake_counters.h | 6 ++-- src/includes/perfmon_tigerlake_events.txt | 6 ++-- src/includes/perfmon_types.h | 6 ++-- src/includes/perfmon_westmere.h | 6 ++-- src/includes/perfmon_westmereEX.h | 6 ++-- src/includes/perfmon_westmereEX_counters.h | 6 ++-- src/includes/perfmon_westmereEX_events.txt | 6 ++-- src/includes/perfmon_westmere_events.txt | 6 ++-- src/includes/perfmon_zen.h | 6 ++-- src/includes/perfmon_zen2.h | 6 ++-- src/includes/perfmon_zen2_counters.h | 6 ++-- src/includes/perfmon_zen2_events.txt | 6 ++-- src/includes/perfmon_zen3.h | 6 ++-- src/includes/perfmon_zen3_counters.h | 6 ++-- src/includes/perfmon_zen3_events.txt | 6 ++-- src/includes/perfmon_zen_counters.h | 6 ++-- src/includes/perfmon_zen_events.txt | 6 ++-- src/includes/power.h | 6 ++-- src/includes/power_types.h | 6 ++-- src/includes/registers.h | 6 ++-- src/includes/registers_types.h | 6 ++-- src/includes/textcolor.h | 6 ++-- src/includes/thermal.h | 6 ++-- src/includes/thermal_types.h | 6 ++-- src/includes/timer.h | 6 ++-- src/includes/timer_types.h | 6 ++-- src/includes/tlb-info.h | 6 ++-- src/includes/topology.h | 6 ++-- src/includes/topology_cavtx2.h | 6 ++-- src/includes/topology_cpuid.h | 6 ++-- src/includes/topology_hwloc.h | 6 ++-- src/includes/topology_misc.h | 6 ++-- src/includes/topology_proc.h | 6 ++-- src/includes/topology_types.h | 6 ++-- src/includes/tree.h | 6 ++-- src/includes/tree_types.h | 6 ++-- src/includes/types.h | 6 ++-- src/includes/voltage.h | 6 ++-- src/libnvctr.c | 6 ++-- src/libperfctr.c | 6 ++-- src/likwid.f90 | 6 ++-- src/likwid_f90_interface.c | 6 ++-- src/luawid.c | 6 ++-- src/map.c | 6 ++-- src/memsweep.c | 6 ++-- src/numa.c | 6 ++-- src/numa_hwloc.c | 6 ++-- src/numa_proc.c | 6 ++-- src/numa_virtual.c | 6 ++-- src/nvmon.c | 6 ++-- src/pci_hwloc.c | 6 ++-- src/pci_proc.c | 6 ++-- src/perfgroup.c | 6 ++-- src/perfmon.c | 6 ++-- src/power.c | 6 ++-- src/pthread-overload/Makefile | 6 ++-- src/pthread-overload/pthread-overload.c | 6 ++-- src/thermal.c | 6 ++-- src/timer.c | 6 ++-- src/topology.c | 6 ++-- src/topology_cpuid.c | 6 ++-- src/topology_gpu.c | 6 ++-- src/topology_hwloc.c | 6 ++-- src/topology_proc.c | 6 ++-- src/tree.c | 6 ++-- src/voltage.c | 10 +++--- 263 files changed, 820 insertions(+), 789 deletions(-) diff --git a/Makefile b/Makefile index 43581042d..1d39dee7d 100644 --- a/Makefile +++ b/Makefile @@ -4,13 +4,13 @@ # # Description: Central Makefile # -# Version: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can 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 07b6c9f90..152b1c815 100644 --- a/bench/includes/allocator.h +++ b/bench/includes/allocator.h @@ -5,13 +5,13 @@ * * Description: Header File allocator Module. * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: none * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can 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 f047ee182..6990f0b22 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: none * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can 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 fb72eab5e..9473c4a1c 100644 --- a/bench/includes/barrier.h +++ b/bench/includes/barrier.h @@ -5,13 +5,13 @@ * * Description: Header File barrier Module * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can 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 325c9e8e3..be2d4d20f 100644 --- a/bench/includes/barrier_types.h +++ b/bench/includes/barrier_types.h @@ -5,13 +5,13 @@ * * Description: Type Definitions for barrier Module * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can 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 67e9e75d5..c6e272159 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tg), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can 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 1cc13a430..4f6dccca6 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tg), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can 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 c30cfbfcd..0e0840ed2 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tg), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can 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 89e8f264f..379990550 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tg), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can 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 02ad4da88..ce7be942e 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tg), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can 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 b5555af77..460fdd2b9 100644 --- a/bench/includes/ptt2asm.h +++ b/bench/includes/ptt2asm.h @@ -4,13 +4,13 @@ * * Description: The interface to dynamically load ptt files * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tg), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can 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 28aa07c2c..22128a373 100644 --- a/bench/includes/strUtil.h +++ b/bench/includes/strUtil.h @@ -4,13 +4,13 @@ * * Description: Some sting functions * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can 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 40b8675e4..aeaf508b1 100644 --- a/bench/includes/test_types.h +++ b/bench/includes/test_types.h @@ -5,13 +5,13 @@ * * Description: Type definitions for benchmarking framework * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can 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 048c68dd4..0422af99a 100644 --- a/bench/includes/threads.h +++ b/bench/includes/threads.h @@ -5,13 +5,13 @@ * * Description: Header file of pthread interface module * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can 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 558cfb74e..b647bcef5 100644 --- a/bench/includes/threads_types.h +++ b/bench/includes/threads_types.h @@ -5,13 +5,13 @@ * * Description: Types file for threads module. * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can 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 aaa09ad14..99004cd3f 100644 --- a/bench/likwid-bench.c +++ b/bench/likwid-bench.c @@ -5,13 +5,13 @@ * * Description: A flexible and extensible benchmarking toolbox * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can 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 90fb60b20..3bf73f43d 100644 --- a/bench/src/allocator.c +++ b/bench/src/allocator.c @@ -5,13 +5,13 @@ * * Description: Implementation of allocator module. * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can 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 f2f098f23..fb7751df2 100644 --- a/bench/src/barrier.c +++ b/bench/src/barrier.c @@ -5,13 +5,13 @@ * * Description: Implementation of threaded spin loop barrier * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can 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 1612e3aa7..68813912b 100644 --- a/bench/src/bench.c +++ b/bench/src/bench.c @@ -5,14 +5,14 @@ * * Description: Benchmarking framework for likwid-bench * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can 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 2ec8bb86a..5ad29d248 100644 --- a/bench/src/ptt2asm.c +++ b/bench/src/ptt2asm.c @@ -4,13 +4,13 @@ * * Description: The interface to dynamically load ptt files * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tg), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can 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 cc9b45445..698ffd96e 100644 --- a/bench/src/strUtil.c +++ b/bench/src/strUtil.c @@ -5,13 +5,13 @@ * * Description: Utility string routines building upon bstrlib * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com. * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can 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 f37132f49..03d3bfbe2 100644 --- a/bench/src/threads.c +++ b/bench/src/threads.c @@ -5,13 +5,13 @@ * * Description: High level interface to pthreads * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can 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 d29f99c22..066221333 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Riley Weber, rileyw13@protonmail.com * Project: likwid diff --git a/examples/C-likwidAPI.c b/examples/C-likwidAPI.c index 959acbc99..7f3cd449d 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can 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 575c755ed..603e02936 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Authors: Thomas Gruber (tr), thomas.roehl@googlemail.com * Riley Weber, rileyw13@protonmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can 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-nvMarkerAPI.c b/examples/C-nvMarkerAPI.c index 5bf6ec89d..c8262b578 100644 --- a/examples/C-nvMarkerAPI.c +++ b/examples/C-nvMarkerAPI.c @@ -1,3 +1,34 @@ +/* + * ======================================================================================= + * + * Filename: C-nvMarkerAPI.c + * + * Description: Example how to use the NvMarker API for Nvidia GPUs + * in C/C++ applications + * + * Version: 5.1.0 + * Released: 20.11.2020 + * + * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com + * Project: likwid + * + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg + * + * This program is free software: you can redistribute it and/or modify it under + * the terms of the GNU General Public License as published by the Free Software + * Foundation, either version 3 of the License, or (at your option) any later + * version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY + * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A + * PARTICULAR PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see . + * + * ======================================================================================= + */ + #include #include #include diff --git a/examples/F-markerAPI.F90 b/examples/F-markerAPI.F90 index a132d4b71..c29573ec0 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: 5.1 -! Released: 16.11.2020 +! Version: 5.1.0 +! Released: 20.11.2020 ! ! Author: Thomas Gruber (tr), thomas.roehl@googlemail.com ! Project: likwid ! -! Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +! Copyright (C) 2020 RRZE, University Erlangen-Nuremberg ! ! This program is free software: you can 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 fc1446e7f..a0780845e 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can 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/likwid-benchmark.sh b/examples/likwid-benchmark.sh index 983c4c171..ac095398a 100644 --- a/examples/likwid-benchmark.sh +++ b/examples/likwid-benchmark.sh @@ -7,13 +7,13 @@ # * # * Description: Script that collects current system settings # * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 # * # * Author: Thomas Gruber (tr), thomas.roehl@gmail.com # * Project: likwid # * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software @@ -28,4 +28,4 @@ * this program. If not, see . * * ======================================================================================= - * Version: 5.1 + * Version: 5.1.0 diff --git a/perl/set_license.pl b/perl/set_license.pl index d3ec1bb7e..1afec6ccb 100755 --- a/perl/set_license.pl +++ b/perl/set_license.pl @@ -12,9 +12,9 @@ #my $VERSION = ''; #my $DATE = ''; -my $VERSION = '5.1'; -my $DATE = '16.11.2020'; -my $YEAR = '2015'; +my $VERSION = '5.1.0'; +my $DATE = '20.11.2020'; +my $YEAR = '2020'; my $AUTHOR = 'RRZE, University Erlangen-Nuremberg'; my $LICENSE = 'gpl'; diff --git a/src/access-daemon/Makefile b/src/access-daemon/Makefile index 5e747b387..6d20c136e 100644 --- a/src/access-daemon/Makefile +++ b/src/access-daemon/Makefile @@ -4,13 +4,13 @@ # # Description: accessDaemon Makefile # -# Version: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 7fd64a74e..ab72a6b38 100644 --- a/src/access-daemon/accessDaemon.c +++ b/src/access-daemon/accessDaemon.c @@ -5,15 +5,15 @@ * * Description: Implementation of access daemon. * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 3126fbbd3..175de4f03 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thoams Roehl (tr), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 dd55131fa..4f09fc84a 100644 --- a/src/access-daemon/setFreqDaemon.c +++ b/src/access-daemon/setFreqDaemon.c @@ -5,15 +5,15 @@ * * Description: Implementation of frequency daemon. * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 d228689d1..574442b20 100644 --- a/src/access.c +++ b/src/access.c @@ -5,13 +5,13 @@ * * Description: Interface for the different register access modules. * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 4846e48e0..3c7b37bce 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 1e9fb89e6..f18dc6ead 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 ef5112018..b6bda6708 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 59ca8ef82..46d481637 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 4730b226a..d51fc3475 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 619da99c4..7a6f6f328 100644 --- a/src/affinity.c +++ b/src/affinity.c @@ -5,14 +5,14 @@ * * Description: Implementation of affinity module. * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 150b4d15f..55572c88c 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 6a961c3c1..22e54b0f4 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 63402ecc8..e73f918c1 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 be42fb2ee..93c207ef5 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 9ae69cf21..e8c08f6f2 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 dff01d7c5..dc78727fb 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 27fb92458..518a74dbf 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 931d7a508..4463cbb06 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 1a5e4e4fd..7e5c53f4d 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 34635874d..1ecb94c5d 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 996f2fb57..9fdb58c35 100644 --- a/src/applications/likwid.lua +++ b/src/applications/likwid.lua @@ -5,13 +5,13 @@ * * Description: Lua LIKWID interface library * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 f2b57583d..783ad94b7 100644 --- a/src/bitUtil.c +++ b/src/bitUtil.c @@ -5,13 +5,13 @@ * * Description: Utility routines manipulating bit arrays. * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 c23e55846..c0b53daeb 100644 --- a/src/bstrlib_helper.c +++ b/src/bstrlib_helper.c @@ -5,13 +5,13 @@ * * Description: Additional functions to the bstrlib library * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/calculator.c b/src/calculator.c index 7a5e88700..e61a42668 100644 --- a/src/calculator.c +++ b/src/calculator.c @@ -5,13 +5,13 @@ * * Description: Infix calculator * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Brandon Mills (bm), mills.brandont@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 553a7d887..a9a481327 100644 --- a/src/configuration.c +++ b/src/configuration.c @@ -5,13 +5,13 @@ * * Description: Configuration file module. * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 0043cc9c6..906289940 100644 --- a/src/cpuFeatures.c +++ b/src/cpuFeatures.c @@ -9,13 +9,13 @@ * Allows to turn on and off the Hardware prefetcher * available. * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 5394ac606..e0c8e5548 100644 --- a/src/cpustring.c +++ b/src/cpustring.c @@ -5,13 +5,13 @@ * * Description: Parser for CPU selection strings * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 f8f003b02..c411cf197 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 a698a67ee..680a27e34 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 8f21a8680..b36718f52 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 74853586f..cffa16eaf 100644 --- a/src/includes/access.h +++ b/src/includes/access.h @@ -5,13 +5,13 @@ * * Description: Header File HPM access Module * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 ce01f64ef..8c0ae2e35 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 322bc73e0..07ffb332e 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 2799d6124..b798be73b 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 600118cb5..e31e45ce2 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 36b651c3f..643c9f25e 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 e7e49d121..8c5645ebc 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 daf9b8f61..d4231778b 100644 --- a/src/includes/affinity.h +++ b/src/includes/affinity.h @@ -5,14 +5,14 @@ * * Description: Header File affinity Module * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 954010591..7c4a6a448 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 f5df579be..ae2b6ebce 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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/calculator.h b/src/includes/calculator.h index dafc82b86..5572441c9 100644 --- a/src/includes/calculator.h +++ b/src/includes/calculator.h @@ -5,14 +5,14 @@ * * Description: Header file for infix calculator * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 a18147a55..d5c904ede 100644 --- a/src/includes/configuration.h +++ b/src/includes/configuration.h @@ -5,13 +5,13 @@ * * Description: Header File of Module configuration. * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 2e1890f32..4a9777d4a 100644 --- a/src/includes/cpuFeatures.h +++ b/src/includes/cpuFeatures.h @@ -5,13 +5,13 @@ * * Description: Header File of Module cpuFeatures. * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 868d85026..76aeb04dc 100644 --- a/src/includes/cpuFeatures_types.h +++ b/src/includes/cpuFeatures_types.h @@ -5,13 +5,13 @@ * * Description: Types file for CpuFeature module. * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 d27cd8cd9..1b3010ae9 100644 --- a/src/includes/cpuid.h +++ b/src/includes/cpuid.h @@ -5,13 +5,13 @@ * * Description: Common macro definition for CPUID instruction * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 1ba26c618..a1c28e69d 100644 --- a/src/includes/error.h +++ b/src/includes/error.h @@ -5,14 +5,14 @@ * * Description: Central error handling macros * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 cc2cb34be..f97e0bfce 100644 --- a/src/includes/frequency.h +++ b/src/includes/frequency.h @@ -5,13 +5,13 @@ * * Description: Header File frequency module. * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 e84e535f8..062a570ba 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 3e678410e..4614393ff 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 038c76f71..85cabcde6 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 5e15daa3a..a38b5dbec 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 e8ce91ddc..79d57c69b 100644 --- a/src/includes/libnvctr_types.h +++ b/src/includes/libnvctr_types.h @@ -5,13 +5,13 @@ * * Description: Types file for libnvctr module. * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tg), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 33b691750..67118551f 100644 --- a/src/includes/libperfctr_types.h +++ b/src/includes/libperfctr_types.h @@ -5,13 +5,13 @@ * * Description: Types file for libperfctr module. * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 b9ed17279..ee7e548b0 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 9a0ca7880..917012449 100644 --- a/src/includes/likwid.h +++ b/src/includes/likwid.h @@ -5,14 +5,14 @@ * * Description: Header File of likwid API * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Authors: Thomas Gruber (tr), thomas.roehl@googlemail.com * * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 0488ff315..5b074c661 100644 --- a/src/includes/lock.h +++ b/src/includes/lock.h @@ -5,13 +5,13 @@ * * Description: Header File Locking primitive Module * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 d74c1919e..b3fbd3883 100644 --- a/src/includes/map.h +++ b/src/includes/map.h @@ -5,13 +5,13 @@ * * Description: Header File for C Hashmap * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tg), thomas.gruber@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 f0cebbb4f..19f0cab15 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 b74468ecc..73375ee94 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 f66a87904..128c65282 100644 --- a/src/includes/numa_hwloc.h +++ b/src/includes/numa_hwloc.h @@ -5,13 +5,13 @@ * * Description: Header File hwloc NUMA backend * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 82f9d1757..a1edae9a7 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 e7dd0f410..fcf6736d1 100644 --- a/src/includes/numa_virtual.h +++ b/src/includes/numa_virtual.h @@ -5,14 +5,14 @@ * * Description: Header Virtual/Fake NUMA backend * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Tobias Auerochs, tobi291019@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 bb583d9dd..1f82e7dfb 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tg), thomas.gruber@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 8cb2d2de6..510697526 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tg), thomas.gruber@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 e477677ff..d06fcfa5a 100644 --- a/src/includes/nvmon_perfworks.h +++ b/src/includes/nvmon_perfworks.h @@ -5,13 +5,13 @@ * * Description: Header File of nvmon module (PerfWorks backend). * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tg), thomas.gruber@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 eb89df6b6..99f497edf 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tg), thomas.gruber@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 bd68fa380..83f085b1e 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 38d807405..1b7ebeaa6 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 94ac5eed9..1262c9638 100644 --- a/src/includes/pci_types.h +++ b/src/includes/pci_types.h @@ -5,14 +5,14 @@ * * Description: Types file for pci module. * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 afebc471f..71a9c722d 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 9cc0a638a..3cb4fc1df 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 866de5bba..aa28f408f 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 c90e0c32a..d945d2dc7 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 dadb43f85..6c4cf4d41 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 31c62c15c..9e1792aab 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 e6e8d7131..7c629016e 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 5979852f8..31b7d1567 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 657838c78..abad4a48d 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 053d1ef5c..bf5c64df6 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 246789388..c5ef30664 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 1e0a23b1f..acb24ddfc 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 09e60a84a..b657fe275 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # 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) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 c9ab5d706..ab75f822a 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 830ab6507..ae5ac789c 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 c6d9b8189..8ee9e90cd 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 090382a13..6018174b6 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 607ea35d2..8678aa7a7 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 abc56c433..a988f9c43 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 e4c10cda6..8bfb68154 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 abca75aad..e8affbaa8 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 c016ec316..daf6018a5 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # 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) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 6de1fed59..94354a30a 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 2b26f2ce9..55e3b21f2 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 c5bbb23b0..10405731c 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 aecc5ab83..1979092e5 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 035e39498..e6c3c0510 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # 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) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 6c61505f2..d34674e08 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 5053379c2..bfb03f795 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 1ca780025..14db933d6 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # 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) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 9498e6ea7..8d88d0d0b 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 d8f10fa4c..cadfdd90e 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 2620324fc..678215d1b 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # 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) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 a91c201c3..30c45daf6 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 0b45d48ee..5f459715f 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # 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) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 e16370672..ee2e63a95 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 0a04a559c..bfccfe99e 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 4bf2c485f..08a80984e 100644 --- a/src/includes/perfmon_icelakeX_events.txt +++ b/src/includes/perfmon_icelakeX_events.txt @@ -1,16 +1,16 @@ # ======================================================================================= # -# Filename: perfmon_icelake_events.txt +# Filename: perfmon_icelakeX_events.txt # # Description: Event list for Intel Icelake X # -# Version: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 7c0b37671..34e87e46c 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 5bd0df384..4914cf92b 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 4c0de9921..e8340ec6f 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 7aa4de799..7b7620f0d 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 0f7531d1b..e781c62d8 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # 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) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 0d7cd5d63..625c11775 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 ab7540a09..284f7c0b4 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 867f4248e..d7f7fbae7 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # 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) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 630eeafd4..2c369fecf 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 4d376ea2f..eb597f0ff 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # 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) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 5856dbc28..7d58023dd 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 735aee287..bc79f2ee5 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 3e7544d32..422c3d6f8 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # 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) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 06feec6eb..0867f3e7d 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 48e8c891e..c7e4f0158 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # 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) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 ba5b82520..bc2c1f2f1 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 b253c84ad..f69fccc5d 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 e8864e54d..56208bb1d 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # Author: saravanan.ekanathan@amd.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 550fc7d9b..35ad3f0e9 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 115125e0e..2728704c2 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 35447f9d0..90af98eb2 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 7e32533f4..80bf36129 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 fd05e4b53..585617df4 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 8aef2c31c..2d5d3df96 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 163bfc69a..8b13d89ea 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # 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) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 7f7657d9f..32f1cf77b 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 852cee12d..3f5f9ba21 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 82938a5c3..0501b9548 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # 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) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 c515cf76a..9f2d695ae 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 95aa78dfc..ece5f1c76 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 4089c6597..5a1e64506 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 7739fb9ad..756107335 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # 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) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 ef64b22b5..a4e2fe0d6 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 be97b1ac8..706c4d3b1 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 f473fd6db..c1b8d9167 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 bbf3db87f..6e5d52d0c 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # 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) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 9e507503b..8f7e1367e 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 34a91d494..d394ee7b4 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 cd658347a..cd77c1e8e 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 532b8d53a..935d47cef 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 52fc3bfe0..ab597a4fc 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 e28a5cdb8..504abd6f5 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 0838d05b7..db32442b2 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 a6cff8cf7..8a36b14e4 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 2f8dec6f1..9e8e685c9 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.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 455ff794c..e22ce7a1b 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 ecd10a417..151724a94 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 f0d1779f8..6aa79bd4d 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # 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) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 d19ac11c8..ae5e643e5 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 88010eb6c..0ae68bab1 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # 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) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 64ae1bcbf..40413d3ee 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 a5f9d4279..f0817570e 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 07d1a6e9f..98e0774ff 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 4ad2f4f6f..f7c88c64f 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 2ecfd9a6c..f2be62536 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 ca5e5ad62..47c08d9ac 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # 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) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 0f0e22bd7..ab33b4839 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 99123d31c..a737dd18a 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # 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) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 294851457..553ad8d44 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 572492baa..e9ae5aee4 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 6a36d3682..4b888219a 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 ef5a22822..8c2ef17e4 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 df7d67ecb..b2e771322 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 e856c8f7b..7834b0032 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 4d28c6da4..7935c17c0 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 9f7391bb1..77b60d1e8 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # 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) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 b310b0100..a4029513d 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # 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) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 b269519ad..b6987a1b9 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 11a32d8b2..ecae6bd94 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tg), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 b40ad9844..1bdfd9e93 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 9a8c9046e..e5cf95e66 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 f07748515..054d3383b 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tg), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 4634d6be5..c3f222452 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 6ae082052..099fc83ef 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 d4a74d37c..9ab43349f 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 865f9e405..4251aa742 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: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid # -# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg +# Copyright (C) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 6c5efb642..763ec6101 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 147534650..9914f3487 100644 --- a/src/includes/power_types.h +++ b/src/includes/power_types.h @@ -5,14 +5,14 @@ * * Description: Types file for power module. * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 d828d6407..af7617ea7 100644 --- a/src/includes/registers.h +++ b/src/includes/registers.h @@ -5,14 +5,14 @@ * * Description: Register Defines for the perfmon module * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 7bc5137e1..d3ed3d5ea 100644 --- a/src/includes/registers_types.h +++ b/src/includes/registers_types.h @@ -5,14 +5,14 @@ * * Description: Header File of registers. * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 3371891a4..64b86463d 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 fa1eb96fe..7df6fedf5 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 f18ecf5c6..b98d6d7ff 100644 --- a/src/includes/thermal_types.h +++ b/src/includes/thermal_types.h @@ -5,13 +5,13 @@ * * Description: Types file for thermal module. * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 3f7c5e90b..a79d214fb 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 b1f30dfd8..41c83e1aa 100644 --- a/src/includes/timer_types.h +++ b/src/includes/timer_types.h @@ -5,13 +5,13 @@ * * Description: Types file for timer module. * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 72158db80..08852dd56 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 7a8e32c5c..8eebbcc62 100644 --- a/src/includes/topology.h +++ b/src/includes/topology.h @@ -5,14 +5,14 @@ * * Description: Header File of topology module. * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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_cavtx2.h b/src/includes/topology_cavtx2.h index 8fc920e1c..bbb651439 100644 --- a/src/includes/topology_cavtx2.h +++ b/src/includes/topology_cavtx2.h @@ -6,13 +6,13 @@ * Description: Header File for hardcoded cache information for Marvell/Cavium * Thunder X2. * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 38e2239cd..ea622f0d6 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 6ee8c8219..2f35cc284 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 ce2c093db..5c43c97a1 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 f42d4a7c5..caa27941d 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 753826b68..665a5f90d 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 ca8902ed5..f4d14e9bd 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 87bd790aa..4d8eb72dd 100644 --- a/src/includes/tree_types.h +++ b/src/includes/tree_types.h @@ -5,13 +5,13 @@ * * Description: Types file for tree module. * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 0e74e954d..9167737c1 100644 --- a/src/includes/types.h +++ b/src/includes/types.h @@ -5,14 +5,14 @@ * * Description: Global Types file * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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/voltage.h b/src/includes/voltage.h index 12ccb0bdc..cb08924ce 100644 --- a/src/includes/voltage.h +++ b/src/includes/voltage.h @@ -6,13 +6,13 @@ * Description: Header File Voltage Module. * Implements Intel Core Voltage Interface. * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jimmy Situ web@jimmystone.cn * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 7717742d9..6d6848bdb 100644 --- a/src/libnvctr.c +++ b/src/libnvctr.c @@ -5,13 +5,13 @@ * * Description: Marker API interface of module nvmon * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 c08b8ae64..49ad0c490 100644 --- a/src/libperfctr.c +++ b/src/libperfctr.c @@ -5,14 +5,14 @@ * * Description: Marker API interface of module perfmon * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 e99859040..17f810cd6 100644 --- a/src/likwid.f90 +++ b/src/likwid.f90 @@ -4,14 +4,14 @@ ! ! Description: Marker API f90 module ! -! Version: 5.1 -! Released: 16.11.2020 +! Version: 5.1.0 +! Released: 20.11.2020 ! ! 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) 2020 RRZE, University Erlangen-Nuremberg ! ! This program is free software: you can redistribute 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 2a7486faf..00da8c1f4 100644 --- a/src/likwid_f90_interface.c +++ b/src/likwid_f90_interface.c @@ -5,14 +5,14 @@ * * Description: F90 interface for marker API * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 b7385f566..08749aed3 100644 --- a/src/luawid.c +++ b/src/luawid.c @@ -5,13 +5,13 @@ * * Description: C part of the Likwid Lua interface * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 479fd1eee..826b010ae 100644 --- a/src/map.c +++ b/src/map.c @@ -5,13 +5,13 @@ * * Description: Implementation a hashmap in C using ghash as backend * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thoams Roehl (tr), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 7cfa081a6..b8579e51b 100644 --- a/src/memsweep.c +++ b/src/memsweep.c @@ -5,13 +5,13 @@ * * Description: Implementation of sweeper module. * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 6a64d90ed..553087f42 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 61bf95554..6e5cb42e0 100644 --- a/src/numa_hwloc.c +++ b/src/numa_hwloc.c @@ -5,13 +5,13 @@ * * Description: Interface to hwloc for NUMA topology * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 f4c62aace..a54dce860 100644 --- a/src/numa_proc.c +++ b/src/numa_proc.c @@ -5,14 +5,14 @@ * * Description: Get NUMA topology from procfs and sysfs * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 5438c70f9..a76c2c058 100644 --- a/src/numa_virtual.c +++ b/src/numa_virtual.c @@ -5,14 +5,14 @@ * * Description: Virtual/Fake NUMA backend * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Tobias Auerochs, tobi291019@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 2c6160674..558f2dd8d 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tg), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 331662870..4824b0994 100644 --- a/src/pci_hwloc.c +++ b/src/pci_hwloc.c @@ -5,13 +5,13 @@ * * Description: Interface to hwloc for PCI device lookup * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 bdf4653c8..bb6f80a46 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 ac898133c..a7a2bd49e 100644 --- a/src/perfgroup.c +++ b/src/perfgroup.c @@ -5,14 +5,14 @@ * * Description: Handler for performance groups and event sets * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 68035916f..1f18520d7 100644 --- a/src/perfmon.c +++ b/src/perfmon.c @@ -5,14 +5,14 @@ * * Description: Main implementation of the performance monitoring module * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 477453d72..efc4d5280 100644 --- a/src/power.c +++ b/src/power.c @@ -5,14 +5,14 @@ * * Description: Module implementing Intel RAPL interface * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 999436c1a..aff91d788 100644 --- a/src/pthread-overload/Makefile +++ b/src/pthread-overload/Makefile @@ -4,15 +4,15 @@ # # Description: pthread-overload Makefile # -# Version: 5.1 -# Released: 16.11.2020 +# Version: 5.1.0 +# Released: 20.11.2020 # # 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) 2020 RRZE, University Erlangen-Nuremberg # # This program is free software: you can redistribute 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 ea9aae6b1..d26249a43 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 2ca28e60f..89c2ffba3 100644 --- a/src/thermal.c +++ b/src/thermal.c @@ -5,13 +5,13 @@ * * Description: Module implementing Intel TM/TM2 interface * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 86c0ad94e..3da54ce18 100644 --- a/src/timer.c +++ b/src/timer.c @@ -5,13 +5,13 @@ * * Description: Implementation of timer module * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 f96679d9a..6e1e4b96b 100644 --- a/src/topology.c +++ b/src/topology.c @@ -5,14 +5,14 @@ * * Description: Interface to the topology backends * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 9563fb602..da5d5a185 100644 --- a/src/topology_cpuid.c +++ b/src/topology_cpuid.c @@ -5,14 +5,14 @@ * * Description: Interface to the cpuid based topology backend * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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_gpu.c b/src/topology_gpu.c index 39e5facde..237fb948d 100644 --- a/src/topology_gpu.c +++ b/src/topology_gpu.c @@ -5,13 +5,13 @@ * * Description: Topology module for GPUs * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Thomas Gruber (tg), thomas.roehl@googlemail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 33f1e1e31..e12d5a2a1 100644 --- a/src/topology_hwloc.c +++ b/src/topology_hwloc.c @@ -5,14 +5,14 @@ * * Description: Interface to the hwloc based topology backend * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Authors: Thomas Gruber (tr), thomas.roehl@googlemail.com * * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 b63d5cfcc..1a1858ab3 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: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * 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) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute 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 3e84391d4..4acfc3f49 100644 --- a/src/tree.c +++ b/src/tree.c @@ -5,13 +5,13 @@ * * Description: Module implementing a tree data structure * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/voltage.c b/src/voltage.c index 6bd8b0b4a..24ae76fd4 100644 --- a/src/voltage.c +++ b/src/voltage.c @@ -1,18 +1,18 @@ /* * ======================================================================================= * - * Filename: voltage.h + * Filename: voltage.c * - * Description: Header File Voltage Module. + * Description: Implementation of the Voltage Module. * Implements Intel Core Voltage Interface. * - * Version: 5.1 - * Released: 16.11.2020 + * Version: 5.1.0 + * Released: 20.11.2020 * * Author: Jimmy Situ web@jimmystone.cn * Project: likwid * - * Copyright (C) 2015 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2020 RRZE, University Erlangen-Nuremberg * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software