From 181453fe1f47bf6226cc4680068ac5607b6ea697 Mon Sep 17 00:00:00 2001 From: "Thomas.Roehl" Date: Mon, 8 Aug 2016 13:54:06 +0200 Subject: [PATCH] Updating copyright messages --- bench/includes/allocator.h | 2 +- bench/includes/allocator_types.h | 2 +- bench/includes/barrier.h | 2 +- bench/includes/barrier_types.h | 2 +- bench/includes/strUtil.h | 2 +- bench/includes/test_types.h | 2 +- bench/includes/threads.h | 2 +- bench/includes/threads_types.h | 2 +- bench/likwid-bench.c | 2 +- bench/src/allocator.c | 2 +- bench/src/barrier.c | 2 +- bench/src/bench.c | 2 +- bench/src/strUtil.c | 2 +- bench/src/threads.c | 2 +- config.mk | 2 +- examples/C-likwidAPI.c | 2 +- examples/C-markerAPI.c | 2 +- examples/F-markerAPI.F90 | 2 +- examples/Lua-likwidAPI.lua | 2 +- perl/set_license.pl | 2 +- src/access-daemon/Makefile | 2 +- src/access-daemon/accessDaemon.c | 2 +- src/access-daemon/setFreq.c | 2 +- src/access.c | 2 +- src/access_client.c | 2 +- src/access_x86.c | 2 +- src/access_x86_msr.c | 2 +- src/access_x86_pci.c | 2 +- src/affinity.c | 2 +- src/applications/likwid-agent.lua | 2 +- src/applications/likwid-features.lua | 2 +- src/applications/likwid-genTopoCfg.lua | 2 +- src/applications/likwid-memsweeper.lua | 2 +- src/applications/likwid-mpirun.lua | 2 +- src/applications/likwid-perfctr.lua | 2 +- src/applications/likwid-perfscope.lua | 2 +- src/applications/likwid-pin.lua | 2 +- src/applications/likwid-powermeter.lua | 2 +- src/applications/likwid-setFrequencies.lua | 2 +- src/applications/likwid-topology.lua | 2 +- src/applications/likwid.lua | 2 +- src/bitUtil.c | 2 +- src/calculator.c | 3 +- src/calculator_stack.c | 27 +++++++------- src/configuration.c | 2 +- src/cpuFeatures.c | 2 +- src/cpustring.c | 2 +- src/hashTable.c | 2 +- src/includes/access.h | 2 +- src/includes/access_client.h | 2 +- src/includes/access_client_types.h | 2 +- src/includes/access_x86.h | 2 +- src/includes/access_x86_msr.h | 2 +- src/includes/access_x86_pci.h | 2 +- src/includes/affinity.h | 2 +- src/includes/bitUtil.h | 2 +- src/includes/calculator.h | 35 +++++++++---------- src/includes/calculator_stack.h | 32 ++++++++--------- src/includes/configuration.h | 2 +- src/includes/cpuFeatures.h | 2 +- src/includes/cpuFeatures_types.h | 2 +- src/includes/cpuid.h | 2 +- src/includes/error.h | 2 +- src/includes/hashTable.h | 2 +- src/includes/libperfctr_types.h | 2 +- src/includes/likwid.h | 2 +- src/includes/lock.h | 2 +- src/includes/memsweep.h | 2 +- src/includes/numa.h | 2 +- src/includes/numa_hwloc.h | 2 +- src/includes/numa_proc.h | 2 +- src/includes/pci_hwloc.h | 2 +- src/includes/pci_proc.h | 2 +- src/includes/pci_types.h | 2 +- src/includes/perfgroup.h | 2 +- src/includes/perfmon.h | 2 +- src/includes/perfmon_atom.h | 2 +- src/includes/perfmon_atom_events.txt | 2 +- src/includes/perfmon_broadwell.h | 2 +- src/includes/perfmon_broadwellEP_counters.h | 2 +- src/includes/perfmon_broadwellEP_events.txt | 2 +- src/includes/perfmon_broadwell_counters.h | 2 +- src/includes/perfmon_broadwell_events.txt | 2 +- src/includes/perfmon_broadwelld_counters.h | 2 +- src/includes/perfmon_broadwelld_events.txt | 2 +- src/includes/perfmon_core2.h | 2 +- src/includes/perfmon_core2_counters.h | 2 +- src/includes/perfmon_core2_events.txt | 2 +- src/includes/perfmon_goldmont.h | 2 +- src/includes/perfmon_goldmont_counters.h | 2 +- src/includes/perfmon_goldmont_events.txt | 2 +- src/includes/perfmon_haswell.h | 2 +- src/includes/perfmon_haswellEP_counters.h | 2 +- src/includes/perfmon_haswellEP_events.txt | 2 +- src/includes/perfmon_haswell_counters.h | 2 +- src/includes/perfmon_haswell_events.txt | 2 +- src/includes/perfmon_interlagos.h | 2 +- src/includes/perfmon_interlagos_counters.h | 2 +- src/includes/perfmon_interlagos_events.txt | 2 +- src/includes/perfmon_ivybridge.h | 2 +- src/includes/perfmon_ivybridgeEP_counters.h | 2 +- src/includes/perfmon_ivybridgeEP_events.txt | 2 +- src/includes/perfmon_ivybridge_counters.h | 2 +- src/includes/perfmon_ivybridge_events.txt | 2 +- src/includes/perfmon_k10.h | 2 +- src/includes/perfmon_k10_counters.h | 2 +- src/includes/perfmon_k10_events.txt | 2 +- src/includes/perfmon_k8.h | 2 +- src/includes/perfmon_k8_events.txt | 2 +- src/includes/perfmon_kabini.h | 2 +- src/includes/perfmon_kabini_counters.h | 2 +- src/includes/perfmon_kabini_events.txt | 2 +- src/includes/perfmon_nehalem.h | 2 +- src/includes/perfmon_nehalemEX.h | 2 +- src/includes/perfmon_nehalemEX_counters.h | 2 +- src/includes/perfmon_nehalemEX_events.txt | 2 +- .../perfmon_nehalemEX_westmereEX_common.h | 2 +- src/includes/perfmon_nehalem_counters.h | 2 +- src/includes/perfmon_nehalem_events.txt | 2 +- src/includes/perfmon_p6_events.txt | 2 +- src/includes/perfmon_perf.h | 2 +- src/includes/perfmon_phi.h | 2 +- src/includes/perfmon_phi_counters.h | 2 +- src/includes/perfmon_phi_events.txt | 2 +- src/includes/perfmon_pm.h | 2 +- src/includes/perfmon_pm_counters.h | 2 +- src/includes/perfmon_pm_events.txt | 2 +- src/includes/perfmon_sandybridge.h | 2 +- src/includes/perfmon_sandybridgeEP_counters.h | 2 +- src/includes/perfmon_sandybridgeEP_events.txt | 2 +- src/includes/perfmon_sandybridge_counters.h | 2 +- src/includes/perfmon_sandybridge_events.txt | 2 +- src/includes/perfmon_silvermont.h | 2 +- src/includes/perfmon_silvermont_counters.h | 2 +- src/includes/perfmon_silvermont_events.txt | 2 +- src/includes/perfmon_skylake.h | 2 +- src/includes/perfmon_skylake_counters.h | 2 +- src/includes/perfmon_skylake_events.txt | 2 +- src/includes/perfmon_types.h | 2 +- src/includes/perfmon_westmere.h | 2 +- src/includes/perfmon_westmereEX.h | 2 +- src/includes/perfmon_westmereEX_counters.h | 2 +- src/includes/perfmon_westmereEX_events.txt | 2 +- src/includes/perfmon_westmere_events.txt | 2 +- src/includes/power.h | 2 +- src/includes/power_types.h | 2 +- src/includes/registers.h | 2 +- src/includes/registers_types.h | 2 +- src/includes/textcolor.h | 2 +- src/includes/thermal.h | 2 +- src/includes/thermal_types.h | 2 +- src/includes/timer.h | 2 +- src/includes/timer_types.h | 2 +- src/includes/tlb-info.h | 2 +- src/includes/topology.h | 2 +- src/includes/topology_cpuid.h | 2 +- src/includes/topology_hwloc.h | 2 +- src/includes/topology_proc.h | 2 +- src/includes/topology_types.h | 2 +- src/includes/tree.h | 2 +- src/includes/tree_types.h | 2 +- src/includes/types.h | 2 +- src/libperfctr.c | 2 +- src/likwid.f90 | 2 +- src/likwid_f90_interface.c | 2 +- src/luawid.c | 2 +- src/memsweep.c | 2 +- src/numa.c | 2 +- src/numa_hwloc.c | 2 +- src/numa_proc.c | 2 +- src/pci_hwloc.c | 2 +- src/pci_proc.c | 2 +- src/perfgroup.c | 2 +- src/perfmon.c | 2 +- src/perfmon_perf.c | 2 +- src/power.c | 2 +- src/pthread-overload/Makefile | 2 +- src/pthread-overload/pthread-overload.c | 2 +- src/thermal.c | 2 +- src/timer.c | 2 +- src/topology.c | 2 +- src/topology_cpuid.c | 2 +- src/topology_hwloc.c | 2 +- src/topology_proc.c | 2 +- src/tree.c | 2 +- 185 files changed, 230 insertions(+), 229 deletions(-) diff --git a/bench/includes/allocator.h b/bench/includes/allocator.h index de48636cf..76df39690 100644 --- a/bench/includes/allocator.h +++ b/bench/includes/allocator.h @@ -6,7 +6,7 @@ * Description: Header File allocator Module. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: none diff --git a/bench/includes/allocator_types.h b/bench/includes/allocator_types.h index 42303a3de..c73a12579 100644 --- a/bench/includes/allocator_types.h +++ b/bench/includes/allocator_types.h @@ -6,7 +6,7 @@ * Description: Header File types of allocator Module. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: none diff --git a/bench/includes/barrier.h b/bench/includes/barrier.h index 3145c1c4a..41abafa62 100644 --- a/bench/includes/barrier.h +++ b/bench/includes/barrier.h @@ -6,7 +6,7 @@ * Description: Header File barrier Module * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/bench/includes/barrier_types.h b/bench/includes/barrier_types.h index 4ea835e6d..2434299ee 100644 --- a/bench/includes/barrier_types.h +++ b/bench/includes/barrier_types.h @@ -6,7 +6,7 @@ * Description: Type Definitions for barrier Module * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/bench/includes/strUtil.h b/bench/includes/strUtil.h index 8e75f136b..4b02ea8b2 100644 --- a/bench/includes/strUtil.h +++ b/bench/includes/strUtil.h @@ -5,7 +5,7 @@ * Description: Some sting functions * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/bench/includes/test_types.h b/bench/includes/test_types.h index 8dec10bea..9d4da1bce 100644 --- a/bench/includes/test_types.h +++ b/bench/includes/test_types.h @@ -6,7 +6,7 @@ * Description: Type definitions for benchmarking framework * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/bench/includes/threads.h b/bench/includes/threads.h index 188ddeaee..7693be5f0 100644 --- a/bench/includes/threads.h +++ b/bench/includes/threads.h @@ -6,7 +6,7 @@ * Description: Header file of pthread interface module * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/bench/includes/threads_types.h b/bench/includes/threads_types.h index b3a6546a5..aa51ca1a5 100644 --- a/bench/includes/threads_types.h +++ b/bench/includes/threads_types.h @@ -6,7 +6,7 @@ * Description: Types file for threads module. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/bench/likwid-bench.c b/bench/likwid-bench.c index da5908923..37d40e6fb 100644 --- a/bench/likwid-bench.c +++ b/bench/likwid-bench.c @@ -6,7 +6,7 @@ * Description: A flexible and extensible benchmarking toolbox * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/bench/src/allocator.c b/bench/src/allocator.c index 7dd92af9f..290a6b183 100644 --- a/bench/src/allocator.c +++ b/bench/src/allocator.c @@ -6,7 +6,7 @@ * Description: Implementation of allocator module. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/bench/src/barrier.c b/bench/src/barrier.c index 316ee7b22..b536ff3fb 100644 --- a/bench/src/barrier.c +++ b/bench/src/barrier.c @@ -6,7 +6,7 @@ * Description: Implementation of threaded spin loop barrier * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/bench/src/bench.c b/bench/src/bench.c index 6f11e17a0..3cbfb54c1 100644 --- a/bench/src/bench.c +++ b/bench/src/bench.c @@ -6,7 +6,7 @@ * Description: Benchmarking framework for likwid-bench * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/bench/src/strUtil.c b/bench/src/strUtil.c index 27152d213..93d46308f 100644 --- a/bench/src/strUtil.c +++ b/bench/src/strUtil.c @@ -6,7 +6,7 @@ * Description: Utility string routines building upon bstrlib * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com. * Project: likwid diff --git a/bench/src/threads.c b/bench/src/threads.c index a8bf6c88f..df506e908 100644 --- a/bench/src/threads.c +++ b/bench/src/threads.c @@ -6,7 +6,7 @@ * Description: High level interface to pthreads * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/config.mk b/config.mk index 46fbe78c3..9c5d7cd26 100644 --- a/config.mk +++ b/config.mk @@ -77,7 +77,7 @@ TOPO_FILE_PATH = /etc/likwid_topo.cfg # Versioning Information VERSION = 4 RELEASE = 1 -DATE = 19.05.2016 +DATE = 08.08.2016 RPATHS = -Wl,-rpath=$(INSTALLED_LIBPREFIX) LIBLIKWIDPIN = $(abspath $(INSTALLED_PREFIX)/lib/liblikwidpin.so.$(VERSION).$(RELEASE)) diff --git a/examples/C-likwidAPI.c b/examples/C-likwidAPI.c index 36f3a890d..fcdd13e55 100644 --- a/examples/C-likwidAPI.c +++ b/examples/C-likwidAPI.c @@ -6,7 +6,7 @@ * Description: Example how to use the LIKWID API in C/C++ applications * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/examples/C-markerAPI.c b/examples/C-markerAPI.c index b1fbf663f..fec66c137 100644 --- a/examples/C-markerAPI.c +++ b/examples/C-markerAPI.c @@ -6,7 +6,7 @@ * Description: Example how to use the C/C++ Marker API * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/examples/F-markerAPI.F90 b/examples/F-markerAPI.F90 index 97d6cae43..3cafd5248 100644 --- a/examples/F-markerAPI.F90 +++ b/examples/F-markerAPI.F90 @@ -5,7 +5,7 @@ ! Description: Example how to use the Fortran90 Marker API ! ! Version: 4.1 -! Released: 13.6.2016 +! Released: 8.8.2016 ! ! Author: Thomas Roehl (tr), thomas.roehl@googlemail.com ! Project: likwid diff --git a/examples/Lua-likwidAPI.lua b/examples/Lua-likwidAPI.lua index b32ace2e1..f5c9fc3ef 100644 --- a/examples/Lua-likwidAPI.lua +++ b/examples/Lua-likwidAPI.lua @@ -8,7 +8,7 @@ * Description: Example how to use the LIKWID API in Lua scripts * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/perl/set_license.pl b/perl/set_license.pl index d249130bd..88155a2a7 100755 --- a/perl/set_license.pl +++ b/perl/set_license.pl @@ -13,7 +13,7 @@ #my $VERSION = ''; #my $DATE = ''; my $VERSION = '4.1'; -my $DATE = '13.6.2016'; +my $DATE = '8.8.2016'; my $YEAR = '2016'; my $AUTHOR = 'RRZE, University Erlangen-Nuremberg'; my $LICENSE = 'gpl'; diff --git a/src/access-daemon/Makefile b/src/access-daemon/Makefile index 148b22e7b..0bb28189c 100644 --- a/src/access-daemon/Makefile +++ b/src/access-daemon/Makefile @@ -5,7 +5,7 @@ # Description: accessDaemon Makefile # # Version: 4.1 -# Released: 13.6.2016 +# Released: 8.8.2016 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Project: likwid diff --git a/src/access-daemon/accessDaemon.c b/src/access-daemon/accessDaemon.c index 7b695ab15..5c48688d4 100644 --- a/src/access-daemon/accessDaemon.c +++ b/src/access-daemon/accessDaemon.c @@ -6,7 +6,7 @@ * Description: Implementation of access daemon. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Authors: Michael Meier, michael.meier@rrze.fau.de * Jan Treibig (jt), jan.treibig@gmail.com, diff --git a/src/access-daemon/setFreq.c b/src/access-daemon/setFreq.c index 0ac1cc249..43adc74be 100644 --- a/src/access-daemon/setFreq.c +++ b/src/access-daemon/setFreq.c @@ -6,7 +6,7 @@ * Description: Implementation of frequency daemon * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Authors: Jan Treibig (jt), jan.treibig@gmail.com, * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/access.c b/src/access.c index 1522fd1c6..350cd9d19 100644 --- a/src/access.c +++ b/src/access.c @@ -6,7 +6,7 @@ * Description: Interface for the different register access modules. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/access_client.c b/src/access_client.c index 8c854392b..62a7e7c70 100644 --- a/src/access_client.c +++ b/src/access_client.c @@ -6,7 +6,7 @@ * Description: Interface to the access daemon for the access module. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/access_x86.c b/src/access_x86.c index 9461cea96..dfb3ed5e7 100644 --- a/src/access_x86.c +++ b/src/access_x86.c @@ -6,7 +6,7 @@ * Description: Interface to x86 related functions for the access module. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/access_x86_msr.c b/src/access_x86_msr.c index d873bfe76..1ce7aecc6 100644 --- a/src/access_x86_msr.c +++ b/src/access_x86_msr.c @@ -10,7 +10,7 @@ * is based on the msr-util tools. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com. * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/access_x86_pci.c b/src/access_x86_pci.c index 55de474f4..81ea0aea6 100644 --- a/src/access_x86_pci.c +++ b/src/access_x86_pci.c @@ -9,7 +9,7 @@ * for Intel Sandy Bridge Processors. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com, * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/affinity.c b/src/affinity.c index ad1a8ce53..ec276438a 100644 --- a/src/affinity.c +++ b/src/affinity.c @@ -6,7 +6,7 @@ * Description: Implementation of affinity module. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com, * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/applications/likwid-agent.lua b/src/applications/likwid-agent.lua index a76953905..b557cbc9d 100644 --- a/src/applications/likwid-agent.lua +++ b/src/applications/likwid-agent.lua @@ -7,7 +7,7 @@ * Description: A monitoring daemon for hardware performance counters. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@gmail.com * Project: likwid diff --git a/src/applications/likwid-features.lua b/src/applications/likwid-features.lua index 506097f05..787aa22b1 100644 --- a/src/applications/likwid-features.lua +++ b/src/applications/likwid-features.lua @@ -7,7 +7,7 @@ * Description: A application to retrieve and manipulate CPU features. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@gmail.com * Project: likwid diff --git a/src/applications/likwid-genTopoCfg.lua b/src/applications/likwid-genTopoCfg.lua index 71dbc1e14..845c35974 100644 --- a/src/applications/likwid-genTopoCfg.lua +++ b/src/applications/likwid-genTopoCfg.lua @@ -9,7 +9,7 @@ * each start. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@gmail.com * Project: likwid diff --git a/src/applications/likwid-memsweeper.lua b/src/applications/likwid-memsweeper.lua index 476c276e0..999dedd37 100644 --- a/src/applications/likwid-memsweeper.lua +++ b/src/applications/likwid-memsweeper.lua @@ -7,7 +7,7 @@ * Description: An application to clean up NUMA memory domains. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@gmail.com * Project: likwid diff --git a/src/applications/likwid-mpirun.lua b/src/applications/likwid-mpirun.lua index dc58be3a7..7c090d65e 100644 --- a/src/applications/likwid-mpirun.lua +++ b/src/applications/likwid-mpirun.lua @@ -8,7 +8,7 @@ * measure hardware performance counters * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/applications/likwid-perfctr.lua b/src/applications/likwid-perfctr.lua index 5c57fecd2..c35f0fd35 100644 --- a/src/applications/likwid-perfctr.lua +++ b/src/applications/likwid-perfctr.lua @@ -8,7 +8,7 @@ * on x86 processors * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/applications/likwid-perfscope.lua b/src/applications/likwid-perfscope.lua index 1c352aeba..faad45982 100644 --- a/src/applications/likwid-perfscope.lua +++ b/src/applications/likwid-perfscope.lua @@ -8,7 +8,7 @@ * realtime plots using feedGnuplot * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/applications/likwid-pin.lua b/src/applications/likwid-pin.lua index d57e0fb93..93b8ac2ed 100644 --- a/src/applications/likwid-pin.lua +++ b/src/applications/likwid-pin.lua @@ -7,7 +7,7 @@ * Description: An application to pin a program including threads * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@gmail.com * Project: likwid diff --git a/src/applications/likwid-powermeter.lua b/src/applications/likwid-powermeter.lua index e5cdbb378..813fec3d5 100644 --- a/src/applications/likwid-powermeter.lua +++ b/src/applications/likwid-powermeter.lua @@ -8,7 +8,7 @@ * consumption on architectures implementing the RAPL interface. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@gmail.com * Project: likwid diff --git a/src/applications/likwid-setFrequencies.lua b/src/applications/likwid-setFrequencies.lua index 205fd1b68..15993204e 100644 --- a/src/applications/likwid-setFrequencies.lua +++ b/src/applications/likwid-setFrequencies.lua @@ -7,7 +7,7 @@ * Description: A application to set the CPU frequency of CPU cores and domains. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@gmail.com * Project: likwid diff --git a/src/applications/likwid-topology.lua b/src/applications/likwid-topology.lua index 3d033efb8..2aabf0c4a 100644 --- a/src/applications/likwid-topology.lua +++ b/src/applications/likwid-topology.lua @@ -8,7 +8,7 @@ * on x86 processors. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@gmail.com * Project: likwid diff --git a/src/applications/likwid.lua b/src/applications/likwid.lua index c20672b97..b184b1025 100644 --- a/src/applications/likwid.lua +++ b/src/applications/likwid.lua @@ -6,7 +6,7 @@ * Description: Lua LIKWID interface library * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@gmail.com * Project: likwid diff --git a/src/bitUtil.c b/src/bitUtil.c index 79dbfcde9..6a3ddd51c 100644 --- a/src/bitUtil.c +++ b/src/bitUtil.c @@ -6,7 +6,7 @@ * Description: Utility routines manipulating bit arrays. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/calculator.c b/src/calculator.c index caefeb65b..b46132ee7 100644 --- a/src/calculator.c +++ b/src/calculator.c @@ -6,7 +6,6 @@ * Description: Infix calculator * * Author: Brandon Mills (bm), mills.brandont@gmail.com - * Project: likwid * * Copyright (C) 2016 Brandon Mills * @@ -34,7 +33,7 @@ * Some changes done for the integration in LIKWID, see inline comments * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@gmail.com diff --git a/src/calculator_stack.c b/src/calculator_stack.c index e14acee3d..43cae98c7 100644 --- a/src/calculator_stack.c +++ b/src/calculator_stack.c @@ -6,24 +6,27 @@ * Description: Stack implementation for infix calculator * * Version: 4.1 - * Released: 19.5.2016 + * Released: 8.8.2016 * * Author: Brandon Mills (bm), mills.brandont@gmail.com - * Project: likwid * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Copyright (C) 2016 Brandon Mills * - * This program is free 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. + * Permission is hereby granted, free of charge, to any person obtaining a copy of this + * software and associated documentation files (the "Software"), to deal in the + * Softwarewithout restriction, including without limitation the rights to use, copy, + * modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and to permit persons to whom the Software is furnished to do so, subject to the + * following conditions: * - * 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. + * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. * - * You should have received a copy of the GNU General Public License along with - * this program. If not, see . + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, + * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A + * PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT + * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * ======================================================================================= */ diff --git a/src/configuration.c b/src/configuration.c index 052a79ff7..b60dcaf9c 100644 --- a/src/configuration.c +++ b/src/configuration.c @@ -6,7 +6,7 @@ * Description: Configuration file module. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/cpuFeatures.c b/src/cpuFeatures.c index 7c8df25d7..1c866ff3c 100644 --- a/src/cpuFeatures.c +++ b/src/cpuFeatures.c @@ -10,7 +10,7 @@ * available. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/cpustring.c b/src/cpustring.c index 9714ff578..ed934ac9e 100644 --- a/src/cpustring.c +++ b/src/cpustring.c @@ -6,7 +6,7 @@ * Description: Parser for CPU selection strings * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/hashTable.c b/src/hashTable.c index eb5609291..d3bc9abf4 100644 --- a/src/hashTable.c +++ b/src/hashTable.c @@ -7,7 +7,7 @@ * Used for Marker API result handling. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/includes/access.h b/src/includes/access.h index 643d38690..c7f95d3f8 100644 --- a/src/includes/access.h +++ b/src/includes/access.h @@ -6,7 +6,7 @@ * Description: Header File HPM access Module * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@gmail.com * Project: likwid diff --git a/src/includes/access_client.h b/src/includes/access_client.h index f49e7f61e..ecfdb3138 100644 --- a/src/includes/access_client.h +++ b/src/includes/access_client.h @@ -6,7 +6,7 @@ * Description: Header file for interface to the access daemon for the access module. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/access_client_types.h b/src/includes/access_client_types.h index a6d8b0917..1eb16a9a1 100644 --- a/src/includes/access_client_types.h +++ b/src/includes/access_client_types.h @@ -6,7 +6,7 @@ * Description: Types file for access_client access module. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/includes/access_x86.h b/src/includes/access_x86.h index 89e71e084..dbfda7fad 100644 --- a/src/includes/access_x86.h +++ b/src/includes/access_x86.h @@ -6,7 +6,7 @@ * Description: Header file for the interface to x86 related functions for the access module. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/access_x86_msr.h b/src/includes/access_x86_msr.h index 51a42a7fa..87d3500c4 100644 --- a/src/includes/access_x86_msr.h +++ b/src/includes/access_x86_msr.h @@ -6,7 +6,7 @@ * Description: Header file for the interface to x86 MSR functions for the access module. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/access_x86_pci.h b/src/includes/access_x86_pci.h index a009f305d..241a1e8d5 100644 --- a/src/includes/access_x86_pci.h +++ b/src/includes/access_x86_pci.h @@ -6,7 +6,7 @@ * Description: Header file for the interface to x86 PCI functions for the access module. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/affinity.h b/src/includes/affinity.h index 6e6e81e80..369297616 100644 --- a/src/includes/affinity.h +++ b/src/includes/affinity.h @@ -6,7 +6,7 @@ * Description: Header File affinity Module * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@gmail.com diff --git a/src/includes/bitUtil.h b/src/includes/bitUtil.h index c735b0d97..b0a17abff 100644 --- a/src/includes/bitUtil.h +++ b/src/includes/bitUtil.h @@ -7,7 +7,7 @@ * Helper routines for dealing with bit manipulations * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/includes/calculator.h b/src/includes/calculator.h index 5e1c2aa49..819041a8b 100644 --- a/src/includes/calculator.h +++ b/src/includes/calculator.h @@ -1,30 +1,29 @@ /* * ======================================================================================= * - * Filename: calculator.h + * Filename: calculator.c * - * Description: Header file for infix calculator + * Description: Infix calculator * - * Version: 4.1 - * Released: 13.6.2016 + * Author: Brandon Mills (bm), mills.brandont@gmail.com * - * Author: Jan Treibig (jt), jan.treibig@gmail.com - * Thomas Roehl (tr), thomas.roehl@gmail.com - * Project: likwid + * Copyright (C) 2016 Brandon Mills * - * Copyright (C) 2016 RRZE, University Erlangen-Nuremberg + * Permission is hereby granted, free of charge, to any person obtaining a copy of this + * software and associated documentation files (the "Software"), to deal in the + * Softwarewithout restriction, including without limitation the rights to use, copy, + * modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and to permit persons to whom the Software is furnished to do so, subject to the + * following conditions: * - * This program is free 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. + * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. * - * 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 . + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, + * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A + * PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT + * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * ======================================================================================= */ diff --git a/src/includes/calculator_stack.h b/src/includes/calculator_stack.h index 670f31780..1c1ab9039 100644 --- a/src/includes/calculator_stack.h +++ b/src/includes/calculator_stack.h @@ -1,29 +1,29 @@ /* * ======================================================================================= * - * Filename: calculator_stack.h + * Filename: calculator.c * - * Description: Stack implementation for infix calculator - * - * Version: 4.1 - * Released: 19.5.2016 + * Description: Infix calculator * * Author: Brandon Mills (bm), mills.brandont@gmail.com - * Project: likwid * - * Copyright (C) Brandon Mills + * Copyright (C) 2016 Brandon Mills * - * This program is free 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. + * Permission is hereby granted, free of charge, to any person obtaining a copy of this + * software and associated documentation files (the "Software"), to deal in the + * Softwarewithout restriction, including without limitation the rights to use, copy, + * modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and to permit persons to whom the Software is furnished to do so, subject to the + * following conditions: * - * 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. + * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. * - * You should have received a copy of the GNU General Public License along with - * this program. If not, see . + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, + * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A + * PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT + * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * ======================================================================================= */ diff --git a/src/includes/configuration.h b/src/includes/configuration.h index be5e90fd7..21b97a505 100644 --- a/src/includes/configuration.h +++ b/src/includes/configuration.h @@ -6,7 +6,7 @@ * Description: Header File of Module configuration. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@gmail.com * Project: likwid diff --git a/src/includes/cpuFeatures.h b/src/includes/cpuFeatures.h index db169391e..41c45e4c9 100644 --- a/src/includes/cpuFeatures.h +++ b/src/includes/cpuFeatures.h @@ -6,7 +6,7 @@ * Description: Header File of Module cpuFeatures. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/includes/cpuFeatures_types.h b/src/includes/cpuFeatures_types.h index a106ba1a3..ec5e9c7da 100644 --- a/src/includes/cpuFeatures_types.h +++ b/src/includes/cpuFeatures_types.h @@ -6,7 +6,7 @@ * Description: Types file for CpuFeature module. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/includes/cpuid.h b/src/includes/cpuid.h index 7ceffc9bc..7cea6d8f1 100644 --- a/src/includes/cpuid.h +++ b/src/includes/cpuid.h @@ -6,7 +6,7 @@ * Description: Common macro definition for CPUID instruction * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@gmail.com * Project: likwid diff --git a/src/includes/error.h b/src/includes/error.h index 6ce6bff5a..696db4d6b 100644 --- a/src/includes/error.h +++ b/src/includes/error.h @@ -6,7 +6,7 @@ * Description: Central error handling macros * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@gmail.com diff --git a/src/includes/hashTable.h b/src/includes/hashTable.h index 85ac3a0a9..9824e1d08 100644 --- a/src/includes/hashTable.h +++ b/src/includes/hashTable.h @@ -8,7 +8,7 @@ * specific region information. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/includes/libperfctr_types.h b/src/includes/libperfctr_types.h index ccc481ffd..7cf836e9b 100644 --- a/src/includes/libperfctr_types.h +++ b/src/includes/libperfctr_types.h @@ -6,7 +6,7 @@ * Description: Types file for libperfctr module. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/includes/likwid.h b/src/includes/likwid.h index dfc273419..d2ec5e9b5 100644 --- a/src/includes/likwid.h +++ b/src/includes/likwid.h @@ -6,7 +6,7 @@ * Description: Header File of likwid API * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Authors: Thomas Roehl (tr), thomas.roehl@googlemail.com * diff --git a/src/includes/lock.h b/src/includes/lock.h index e08afdad0..623e81c64 100644 --- a/src/includes/lock.h +++ b/src/includes/lock.h @@ -6,7 +6,7 @@ * Description: Header File Locking primitive Module * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/includes/memsweep.h b/src/includes/memsweep.h index da6a79420..dca686245 100644 --- a/src/includes/memsweep.h +++ b/src/includes/memsweep.h @@ -7,7 +7,7 @@ * defined in likwid.h * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/includes/numa.h b/src/includes/numa.h index 976ba6ba1..681894cd8 100644 --- a/src/includes/numa.h +++ b/src/includes/numa.h @@ -7,7 +7,7 @@ * defined in likwid.h * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/numa_hwloc.h b/src/includes/numa_hwloc.h index eba5717bf..33af62d42 100644 --- a/src/includes/numa_hwloc.h +++ b/src/includes/numa_hwloc.h @@ -6,7 +6,7 @@ * Description: Header File hwloc NUMA backend * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/numa_proc.h b/src/includes/numa_proc.h index 2bf3fabaa..24d39e74e 100644 --- a/src/includes/numa_proc.h +++ b/src/includes/numa_proc.h @@ -6,7 +6,7 @@ * Description: Header File procfs/sysfs NUMA backend * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/pci_hwloc.h b/src/includes/pci_hwloc.h index 96663e3df..9533b49aa 100644 --- a/src/includes/pci_hwloc.h +++ b/src/includes/pci_hwloc.h @@ -6,7 +6,7 @@ * Description: Header File hwloc based PCI lookup backend * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/pci_proc.h b/src/includes/pci_proc.h index e5d4e9194..3aa859cc0 100644 --- a/src/includes/pci_proc.h +++ b/src/includes/pci_proc.h @@ -6,7 +6,7 @@ * Description: Header File procfs based PCI lookup backend * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/pci_types.h b/src/includes/pci_types.h index 32b3c8744..651409ae1 100644 --- a/src/includes/pci_types.h +++ b/src/includes/pci_types.h @@ -6,7 +6,7 @@ * Description: Types file for pci module. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfgroup.h b/src/includes/perfgroup.h index 78efa1c17..78c545383 100644 --- a/src/includes/perfgroup.h +++ b/src/includes/perfgroup.h @@ -6,7 +6,7 @@ * Description: Header File of performance group and event set handler * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@gmail.com * Project: likwid diff --git a/src/includes/perfmon.h b/src/includes/perfmon.h index 1b0001f73..0c39093a6 100644 --- a/src/includes/perfmon.h +++ b/src/includes/perfmon.h @@ -8,7 +8,7 @@ * on x86 based architectures. Supports multi threading. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_atom.h b/src/includes/perfmon_atom.h index e1e8b233d..e96c8e065 100644 --- a/src/includes/perfmon_atom.h +++ b/src/includes/perfmon_atom.h @@ -6,7 +6,7 @@ * Description: Header file of perfmon module for Atom * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/includes/perfmon_atom_events.txt b/src/includes/perfmon_atom_events.txt index 30272bb46..26ec5b9b3 100644 --- a/src/includes/perfmon_atom_events.txt +++ b/src/includes/perfmon_atom_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Atom # # Version: 4.1 -# Released: 13.6.2016 +# Released: 8.8.2016 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_broadwell.h b/src/includes/perfmon_broadwell.h index 198c28c4d..b22ed0cfa 100644 --- a/src/includes/perfmon_broadwell.h +++ b/src/includes/perfmon_broadwell.h @@ -6,7 +6,7 @@ * Description: Header File of perfmon module for Intel Broadwell. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/perfmon_broadwellEP_counters.h b/src/includes/perfmon_broadwellEP_counters.h index 14a2f13b0..6c693e9d5 100644 --- a/src/includes/perfmon_broadwellEP_counters.h +++ b/src/includes/perfmon_broadwellEP_counters.h @@ -6,7 +6,7 @@ * Description: Counter Header File of perfmon module for Broadwell EP/EN/EX. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/perfmon_broadwellEP_events.txt b/src/includes/perfmon_broadwellEP_events.txt index fa52f6ea9..c03e9ba10 100644 --- a/src/includes/perfmon_broadwellEP_events.txt +++ b/src/includes/perfmon_broadwellEP_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Broadwell EP/EN/EX. # # Version: 4.1 -# Released: 13.6.2016 +# Released: 8.8.2016 # # Author: Thomas Roehl (tr), thomas.roehl@googlemail.com # Project: likwid diff --git a/src/includes/perfmon_broadwell_counters.h b/src/includes/perfmon_broadwell_counters.h index 418306ee6..362e9de9c 100644 --- a/src/includes/perfmon_broadwell_counters.h +++ b/src/includes/perfmon_broadwell_counters.h @@ -6,7 +6,7 @@ * Description: Counter Header File of perfmon module for Broadwell. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/perfmon_broadwell_events.txt b/src/includes/perfmon_broadwell_events.txt index d3ff7f593..548b3551f 100644 --- a/src/includes/perfmon_broadwell_events.txt +++ b/src/includes/perfmon_broadwell_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Broadwell # # Version: 4.1 -# Released: 13.6.2016 +# Released: 8.8.2016 # # Author: Thomas Roehl (tr), thomas.roehl@googlemail.com # Project: likwid diff --git a/src/includes/perfmon_broadwelld_counters.h b/src/includes/perfmon_broadwelld_counters.h index 7a9990ec3..c195ff2d5 100644 --- a/src/includes/perfmon_broadwelld_counters.h +++ b/src/includes/perfmon_broadwelld_counters.h @@ -6,7 +6,7 @@ * Description: Counter Header File of perfmon module for Broadwell D. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/perfmon_broadwelld_events.txt b/src/includes/perfmon_broadwelld_events.txt index 1cf637516..e52f292fa 100644 --- a/src/includes/perfmon_broadwelld_events.txt +++ b/src/includes/perfmon_broadwelld_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Broadwell D # # Version: 4.1 -# Released: 13.6.2016 +# Released: 8.8.2016 # # Author: Thomas Roehl (tr), thomas.roehl@googlemail.com # Project: likwid diff --git a/src/includes/perfmon_core2.h b/src/includes/perfmon_core2.h index dabc7f707..ec3f0af07 100644 --- a/src/includes/perfmon_core2.h +++ b/src/includes/perfmon_core2.h @@ -6,7 +6,7 @@ * Description: Header file of perfmon module for Intel Core 2 * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_core2_counters.h b/src/includes/perfmon_core2_counters.h index 1a194ec98..e3ae594b1 100644 --- a/src/includes/perfmon_core2_counters.h +++ b/src/includes/perfmon_core2_counters.h @@ -6,7 +6,7 @@ * Description: Counter header file of perfmon module for Intel Core 2 * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_core2_events.txt b/src/includes/perfmon_core2_events.txt index bf0016fc4..93ad0b742 100644 --- a/src/includes/perfmon_core2_events.txt +++ b/src/includes/perfmon_core2_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Core 2 # # Version: 4.1 -# Released: 13.6.2016 +# Released: 8.8.2016 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_goldmont.h b/src/includes/perfmon_goldmont.h index 722a66c74..14270fe31 100644 --- a/src/includes/perfmon_goldmont.h +++ b/src/includes/perfmon_goldmont.h @@ -6,7 +6,7 @@ * Description: Header File of perfmon module for Intel Goldmont. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_goldmont_counters.h b/src/includes/perfmon_goldmont_counters.h index 625d1759f..f996cbc7e 100644 --- a/src/includes/perfmon_goldmont_counters.h +++ b/src/includes/perfmon_goldmont_counters.h @@ -6,7 +6,7 @@ * Description: Counter Header File of perfmon module for Intel Goldmont. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_goldmont_events.txt b/src/includes/perfmon_goldmont_events.txt index 8bf415d6f..08218c3a8 100644 --- a/src/includes/perfmon_goldmont_events.txt +++ b/src/includes/perfmon_goldmont_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Goldmont # # Version: 4.1 -# Released: 13.6.2016 +# Released: 8.8.2016 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_haswell.h b/src/includes/perfmon_haswell.h index 74ee1ea4e..b36415513 100644 --- a/src/includes/perfmon_haswell.h +++ b/src/includes/perfmon_haswell.h @@ -6,7 +6,7 @@ * Description: Header File of perfmon module for Intel Haswell. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_haswellEP_counters.h b/src/includes/perfmon_haswellEP_counters.h index ac6655112..af4d5249a 100644 --- a/src/includes/perfmon_haswellEP_counters.h +++ b/src/includes/perfmon_haswellEP_counters.h @@ -6,7 +6,7 @@ * Description: Counter Header File of perfmon module for Intel Haswell EP/EN/EX. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_haswellEP_events.txt b/src/includes/perfmon_haswellEP_events.txt index adf73d69f..5ea1ad1cd 100644 --- a/src/includes/perfmon_haswellEP_events.txt +++ b/src/includes/perfmon_haswellEP_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Haswell EP/EN/EX # # Version: 4.1 -# Released: 13.6.2016 +# Released: 8.8.2016 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_haswell_counters.h b/src/includes/perfmon_haswell_counters.h index 50b7507da..8685420d3 100644 --- a/src/includes/perfmon_haswell_counters.h +++ b/src/includes/perfmon_haswell_counters.h @@ -6,7 +6,7 @@ * Description: Counter Header File of perfmon module for Intel Haswell. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_haswell_events.txt b/src/includes/perfmon_haswell_events.txt index 2b063b36d..8ada1d016 100644 --- a/src/includes/perfmon_haswell_events.txt +++ b/src/includes/perfmon_haswell_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Haswell # # Version: 4.1 -# Released: 13.6.2016 +# Released: 8.8.2016 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_interlagos.h b/src/includes/perfmon_interlagos.h index b782710d6..464a1af53 100644 --- a/src/includes/perfmon_interlagos.h +++ b/src/includes/perfmon_interlagos.h @@ -6,7 +6,7 @@ * Description: Header file of perfmon module for AMD Interlagos * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_interlagos_counters.h b/src/includes/perfmon_interlagos_counters.h index af83f63f5..c3e170284 100644 --- a/src/includes/perfmon_interlagos_counters.h +++ b/src/includes/perfmon_interlagos_counters.h @@ -6,7 +6,7 @@ * Description: Counter Header File of perfmon module for AMD Interlagos * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_interlagos_events.txt b/src/includes/perfmon_interlagos_events.txt index c01aea1ed..0847b2f2f 100644 --- a/src/includes/perfmon_interlagos_events.txt +++ b/src/includes/perfmon_interlagos_events.txt @@ -5,7 +5,7 @@ # Description: Event list for AMD Interlagos # # Version: 4.1 -# Released: 13.6.2016 +# Released: 8.8.2016 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_ivybridge.h b/src/includes/perfmon_ivybridge.h index c8f14c34a..e0c961613 100644 --- a/src/includes/perfmon_ivybridge.h +++ b/src/includes/perfmon_ivybridge.h @@ -6,7 +6,7 @@ * Description: Header File of perfmon module for Intel Ivy Bridge. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_ivybridgeEP_counters.h b/src/includes/perfmon_ivybridgeEP_counters.h index f55cf919d..dc32f9e24 100644 --- a/src/includes/perfmon_ivybridgeEP_counters.h +++ b/src/includes/perfmon_ivybridgeEP_counters.h @@ -6,7 +6,7 @@ * Description: Counter header file of perfmon module for Intel Ivy Bridge EP. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_ivybridgeEP_events.txt b/src/includes/perfmon_ivybridgeEP_events.txt index 9900aef53..fe7735016 100644 --- a/src/includes/perfmon_ivybridgeEP_events.txt +++ b/src/includes/perfmon_ivybridgeEP_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Ivy Bridge EP/EN/EX # # Version: 4.1 -# Released: 13.6.2016 +# Released: 8.8.2016 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_ivybridge_counters.h b/src/includes/perfmon_ivybridge_counters.h index 55f29c3c5..d28f86ac5 100644 --- a/src/includes/perfmon_ivybridge_counters.h +++ b/src/includes/perfmon_ivybridge_counters.h @@ -6,7 +6,7 @@ * Description: Counter header file of perfmon module for Intel Ivy Bridge. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_ivybridge_events.txt b/src/includes/perfmon_ivybridge_events.txt index 547566325..99a501115 100644 --- a/src/includes/perfmon_ivybridge_events.txt +++ b/src/includes/perfmon_ivybridge_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Ivy Bridge # # Version: 4.1 -# Released: 13.6.2016 +# Released: 8.8.2016 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_k10.h b/src/includes/perfmon_k10.h index 58c371bee..bd4e32a04 100644 --- a/src/includes/perfmon_k10.h +++ b/src/includes/perfmon_k10.h @@ -6,7 +6,7 @@ * Description: Header file of perfmon module for AMD K10 * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_k10_counters.h b/src/includes/perfmon_k10_counters.h index bcaef8cd4..b1a794f2c 100644 --- a/src/includes/perfmon_k10_counters.h +++ b/src/includes/perfmon_k10_counters.h @@ -6,7 +6,7 @@ * Description: AMD K10 performance counter definition. Also used for AMD K8. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_k10_events.txt b/src/includes/perfmon_k10_events.txt index edce86841..ab56f1de9 100644 --- a/src/includes/perfmon_k10_events.txt +++ b/src/includes/perfmon_k10_events.txt @@ -5,7 +5,7 @@ # Description: Event list for AMD K10 # # Version: 4.1 -# Released: 13.6.2016 +# Released: 8.8.2016 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_k8.h b/src/includes/perfmon_k8.h index 55c0f15fc..dd55c32bf 100644 --- a/src/includes/perfmon_k8.h +++ b/src/includes/perfmon_k8.h @@ -7,7 +7,7 @@ * The setup routines and registers are similar to AMD K10 * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_k8_events.txt b/src/includes/perfmon_k8_events.txt index 78e1a52fb..d71316a9c 100644 --- a/src/includes/perfmon_k8_events.txt +++ b/src/includes/perfmon_k8_events.txt @@ -5,7 +5,7 @@ # Description: Event list for AMD K8 # # Version: 4.1 -# Released: 13.6.2016 +# Released: 8.8.2016 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_kabini.h b/src/includes/perfmon_kabini.h index 34ccae5d9..dec1436bf 100644 --- a/src/includes/perfmon_kabini.h +++ b/src/includes/perfmon_kabini.h @@ -6,7 +6,7 @@ * Description: Header file of perfmon module for AMD Family 16 * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_kabini_counters.h b/src/includes/perfmon_kabini_counters.h index 5d7f4ff30..dd15fbbc5 100644 --- a/src/includes/perfmon_kabini_counters.h +++ b/src/includes/perfmon_kabini_counters.h @@ -6,7 +6,7 @@ * Description: Counter Header File of perfmon module for AMD Family 16 * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_kabini_events.txt b/src/includes/perfmon_kabini_events.txt index 21fc75c95..bfa15f260 100644 --- a/src/includes/perfmon_kabini_events.txt +++ b/src/includes/perfmon_kabini_events.txt @@ -5,7 +5,7 @@ # Description: Event list for AMD Kabini # # Version: 4.1 -# Released: 13.6.2016 +# Released: 8.8.2016 # # Author: saravanan.ekanathan@amd.com # Project: likwid diff --git a/src/includes/perfmon_nehalem.h b/src/includes/perfmon_nehalem.h index 98655a838..772f9e4ed 100644 --- a/src/includes/perfmon_nehalem.h +++ b/src/includes/perfmon_nehalem.h @@ -6,7 +6,7 @@ * Description: Header File of perfmon module for Intel Nehalem. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_nehalemEX.h b/src/includes/perfmon_nehalemEX.h index 2bcaeaea3..f50c8ecc7 100644 --- a/src/includes/perfmon_nehalemEX.h +++ b/src/includes/perfmon_nehalemEX.h @@ -6,7 +6,7 @@ * Description: Header File of perfmon module for Intel Nehalem EX. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_nehalemEX_counters.h b/src/includes/perfmon_nehalemEX_counters.h index b7bde5bf7..137c41478 100644 --- a/src/includes/perfmon_nehalemEX_counters.h +++ b/src/includes/perfmon_nehalemEX_counters.h @@ -6,7 +6,7 @@ * Description: Counter Header File of perfmon module for Intel Westmere EX. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_nehalemEX_events.txt b/src/includes/perfmon_nehalemEX_events.txt index 64268f841..62a3f028f 100644 --- a/src/includes/perfmon_nehalemEX_events.txt +++ b/src/includes/perfmon_nehalemEX_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Nehalem EX # # Version: 4.1 -# Released: 13.6.2016 +# Released: 8.8.2016 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_nehalemEX_westmereEX_common.h b/src/includes/perfmon_nehalemEX_westmereEX_common.h index c637ca135..a2d0ebb2a 100644 --- a/src/includes/perfmon_nehalemEX_westmereEX_common.h +++ b/src/includes/perfmon_nehalemEX_westmereEX_common.h @@ -6,7 +6,7 @@ * Description: Common definitions for Intel Nehalem EX and Westmere EX * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/perfmon_nehalem_counters.h b/src/includes/perfmon_nehalem_counters.h index 29f6bb65e..332b46a0f 100644 --- a/src/includes/perfmon_nehalem_counters.h +++ b/src/includes/perfmon_nehalem_counters.h @@ -6,7 +6,7 @@ * Description: Counter Header File of perfmon module for Intel Nehalem. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_nehalem_events.txt b/src/includes/perfmon_nehalem_events.txt index d6a5239d2..48c9b4116 100644 --- a/src/includes/perfmon_nehalem_events.txt +++ b/src/includes/perfmon_nehalem_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Nehalem # # Version: 4.1 -# Released: 13.6.2016 +# Released: 8.8.2016 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_p6_events.txt b/src/includes/perfmon_p6_events.txt index 13cb2d7a9..e8cdda999 100644 --- a/src/includes/perfmon_p6_events.txt +++ b/src/includes/perfmon_p6_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Pentium 3 # # Version: 4.1 -# Released: 13.6.2016 +# Released: 8.8.2016 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_perf.h b/src/includes/perfmon_perf.h index 411f65713..a21aaad6c 100644 --- a/src/includes/perfmon_perf.h +++ b/src/includes/perfmon_perf.h @@ -7,7 +7,7 @@ * the perf_event interface * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_phi.h b/src/includes/perfmon_phi.h index a2ff620bd..9fde8cf6d 100644 --- a/src/includes/perfmon_phi.h +++ b/src/includes/perfmon_phi.h @@ -6,7 +6,7 @@ * Description: Header File of perfmon module for Intel Xeon Phi. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_phi_counters.h b/src/includes/perfmon_phi_counters.h index 78b21f2da..43523d43b 100644 --- a/src/includes/perfmon_phi_counters.h +++ b/src/includes/perfmon_phi_counters.h @@ -6,7 +6,7 @@ * Description: Counter Header File of perfmon module for Intel Xeon Phi. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_phi_events.txt b/src/includes/perfmon_phi_events.txt index d97b3b415..4b280c731 100644 --- a/src/includes/perfmon_phi_events.txt +++ b/src/includes/perfmon_phi_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Xeon Phi # # Version: 4.1 -# Released: 13.6.2016 +# Released: 8.8.2016 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_pm.h b/src/includes/perfmon_pm.h index 9ac07b44f..5992733a1 100644 --- a/src/includes/perfmon_pm.h +++ b/src/includes/perfmon_pm.h @@ -6,7 +6,7 @@ * Description: Header File of perfmon module Pentium M. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_pm_counters.h b/src/includes/perfmon_pm_counters.h index 3f357271f..3e2d6ecbb 100644 --- a/src/includes/perfmon_pm_counters.h +++ b/src/includes/perfmon_pm_counters.h @@ -6,7 +6,7 @@ * Description: Counter Header File of perfmon module for Intel Pentium M. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_pm_events.txt b/src/includes/perfmon_pm_events.txt index e14a7e12b..c4670e0a7 100644 --- a/src/includes/perfmon_pm_events.txt +++ b/src/includes/perfmon_pm_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Pentium M # # Version: 4.1 -# Released: 13.6.2016 +# Released: 8.8.2016 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Project: likwid diff --git a/src/includes/perfmon_sandybridge.h b/src/includes/perfmon_sandybridge.h index 82ad67da5..74b017e23 100644 --- a/src/includes/perfmon_sandybridge.h +++ b/src/includes/perfmon_sandybridge.h @@ -6,7 +6,7 @@ * Description: Header File of perfmon module for Intel Sandy Bridge. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_sandybridgeEP_counters.h b/src/includes/perfmon_sandybridgeEP_counters.h index b80165739..5b634ec27 100644 --- a/src/includes/perfmon_sandybridgeEP_counters.h +++ b/src/includes/perfmon_sandybridgeEP_counters.h @@ -6,7 +6,7 @@ * Description: Counter header file of perfmon module for Intel Sandy Bridge EP. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_sandybridgeEP_events.txt b/src/includes/perfmon_sandybridgeEP_events.txt index 2b8746d22..1ccccbb2d 100644 --- a/src/includes/perfmon_sandybridgeEP_events.txt +++ b/src/includes/perfmon_sandybridgeEP_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel SandyBridge EP # # Version: 4.1 -# Released: 13.6.2016 +# Released: 8.8.2016 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_sandybridge_counters.h b/src/includes/perfmon_sandybridge_counters.h index 88ee35d33..7dd83d404 100644 --- a/src/includes/perfmon_sandybridge_counters.h +++ b/src/includes/perfmon_sandybridge_counters.h @@ -6,7 +6,7 @@ * Description: Counter header file of perfmon module for Intel Sandy Bridge. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_sandybridge_events.txt b/src/includes/perfmon_sandybridge_events.txt index 063dad8c7..8cb10ddfd 100644 --- a/src/includes/perfmon_sandybridge_events.txt +++ b/src/includes/perfmon_sandybridge_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel SandyBridge # # Version: 4.1 -# Released: 13.6.2016 +# Released: 8.8.2016 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_silvermont.h b/src/includes/perfmon_silvermont.h index 38bc8061e..3512b994a 100644 --- a/src/includes/perfmon_silvermont.h +++ b/src/includes/perfmon_silvermont.h @@ -6,7 +6,7 @@ * Description: Header file of perfmon module for Intel Atom (Silvermont) * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/perfmon_silvermont_counters.h b/src/includes/perfmon_silvermont_counters.h index bfdfc2447..6428d7f79 100644 --- a/src/includes/perfmon_silvermont_counters.h +++ b/src/includes/perfmon_silvermont_counters.h @@ -6,7 +6,7 @@ * Description: Counter header file of perfmon module for Intel Atom (Silvermont) * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/perfmon_silvermont_events.txt b/src/includes/perfmon_silvermont_events.txt index f7c2bfc90..a8a9beac8 100644 --- a/src/includes/perfmon_silvermont_events.txt +++ b/src/includes/perfmon_silvermont_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Atom (Silvermont) # # Version: 4.1 -# Released: 13.6.2016 +# Released: 8.8.2016 # # Author: Thomas Roehl (tr), thomas.roehl@googlemail.com # Project: likwid diff --git a/src/includes/perfmon_skylake.h b/src/includes/perfmon_skylake.h index 99db908b2..28363c50c 100644 --- a/src/includes/perfmon_skylake.h +++ b/src/includes/perfmon_skylake.h @@ -6,7 +6,7 @@ * Description: Header File of perfmon module for Intel Skylake. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_skylake_counters.h b/src/includes/perfmon_skylake_counters.h index 917ed90b9..2c2630d95 100644 --- a/src/includes/perfmon_skylake_counters.h +++ b/src/includes/perfmon_skylake_counters.h @@ -6,7 +6,7 @@ * Description: Counter Header File of perfmon module for Intel Skylake. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_skylake_events.txt b/src/includes/perfmon_skylake_events.txt index 4ce06af0a..35aede450 100644 --- a/src/includes/perfmon_skylake_events.txt +++ b/src/includes/perfmon_skylake_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Skylake # # Version: 4.1 -# Released: 13.6.2016 +# Released: 8.8.2016 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_types.h b/src/includes/perfmon_types.h index e90519eec..e4e427b62 100644 --- a/src/includes/perfmon_types.h +++ b/src/includes/perfmon_types.h @@ -8,7 +8,7 @@ * on x86 based architectures. Supports multi threading. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_westmere.h b/src/includes/perfmon_westmere.h index cf0946169..e6c2390ce 100644 --- a/src/includes/perfmon_westmere.h +++ b/src/includes/perfmon_westmere.h @@ -6,7 +6,7 @@ * Description: Header File of perfmon module for Intel Westmere. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_westmereEX.h b/src/includes/perfmon_westmereEX.h index ce1d43b11..bdf577dda 100644 --- a/src/includes/perfmon_westmereEX.h +++ b/src/includes/perfmon_westmereEX.h @@ -6,7 +6,7 @@ * Description: Header File of perfmon module for Intel Westmere EX. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_westmereEX_counters.h b/src/includes/perfmon_westmereEX_counters.h index 11f2cd6bf..af9ab151a 100644 --- a/src/includes/perfmon_westmereEX_counters.h +++ b/src/includes/perfmon_westmereEX_counters.h @@ -6,7 +6,7 @@ * Description: Counter Header File of perfmon module for Westmere EX. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_westmereEX_events.txt b/src/includes/perfmon_westmereEX_events.txt index 026835fb2..4b68ecb70 100644 --- a/src/includes/perfmon_westmereEX_events.txt +++ b/src/includes/perfmon_westmereEX_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel WestmereEX # # Version: 4.1 -# Released: 13.6.2016 +# Released: 8.8.2016 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_westmere_events.txt b/src/includes/perfmon_westmere_events.txt index 8fad3ec6e..add794880 100644 --- a/src/includes/perfmon_westmere_events.txt +++ b/src/includes/perfmon_westmere_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Westmere # # Version: 4.1 -# Released: 13.6.2016 +# Released: 8.8.2016 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/power.h b/src/includes/power.h index 18fcf48a4..abe6fe759 100644 --- a/src/includes/power.h +++ b/src/includes/power.h @@ -7,7 +7,7 @@ * Implements Intel RAPL Interface. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/power_types.h b/src/includes/power_types.h index 258ffca0c..09dff968a 100644 --- a/src/includes/power_types.h +++ b/src/includes/power_types.h @@ -6,7 +6,7 @@ * Description: Types file for power module. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/registers.h b/src/includes/registers.h index 22d387797..bc81c791f 100644 --- a/src/includes/registers.h +++ b/src/includes/registers.h @@ -6,7 +6,7 @@ * Description: Register Defines for the perfmon module * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/registers_types.h b/src/includes/registers_types.h index 4fc17eab3..0859ff88b 100644 --- a/src/includes/registers_types.h +++ b/src/includes/registers_types.h @@ -6,7 +6,7 @@ * Description: Header File of registers. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/textcolor.h b/src/includes/textcolor.h index f5c223b60..bd9b9197e 100644 --- a/src/includes/textcolor.h +++ b/src/includes/textcolor.h @@ -8,7 +8,7 @@ * colored text. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/includes/thermal.h b/src/includes/thermal.h index b3fa84f50..1b5e4008d 100644 --- a/src/includes/thermal.h +++ b/src/includes/thermal.h @@ -7,7 +7,7 @@ * Implements Intel TM/TM2 Interface. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/includes/thermal_types.h b/src/includes/thermal_types.h index 7ee5782f7..0fb079114 100644 --- a/src/includes/thermal_types.h +++ b/src/includes/thermal_types.h @@ -6,7 +6,7 @@ * Description: Types file for thermal module. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/includes/timer.h b/src/includes/timer.h index 093dda18a..86736308e 100644 --- a/src/includes/timer.h +++ b/src/includes/timer.h @@ -11,7 +11,7 @@ * measurements should be over 1000 cycles. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/includes/timer_types.h b/src/includes/timer_types.h index df9deb726..5e972ccf3 100644 --- a/src/includes/timer_types.h +++ b/src/includes/timer_types.h @@ -6,7 +6,7 @@ * Description: Types file for timer module. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/includes/tlb-info.h b/src/includes/tlb-info.h index 1b4ca5890..ca6d65e3e 100644 --- a/src/includes/tlb-info.h +++ b/src/includes/tlb-info.h @@ -7,7 +7,7 @@ * describing strings. Not used currently. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/topology.h b/src/includes/topology.h index 978d00b05..05ff5edb7 100644 --- a/src/includes/topology.h +++ b/src/includes/topology.h @@ -6,7 +6,7 @@ * Description: Header File of topology module. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/topology_cpuid.h b/src/includes/topology_cpuid.h index 920a9a6e3..5f5a8bd3a 100644 --- a/src/includes/topology_cpuid.h +++ b/src/includes/topology_cpuid.h @@ -6,7 +6,7 @@ * Description: Header File of topology backend using cpuid instruction. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/topology_hwloc.h b/src/includes/topology_hwloc.h index 26f977277..bd990d574 100644 --- a/src/includes/topology_hwloc.h +++ b/src/includes/topology_hwloc.h @@ -6,7 +6,7 @@ * Description: Header File of topology backend using the hwloc library * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/topology_proc.h b/src/includes/topology_proc.h index 7a462aa59..2b0a13b3c 100644 --- a/src/includes/topology_proc.h +++ b/src/includes/topology_proc.h @@ -6,7 +6,7 @@ * Description: Header File of topology backend using procfs/sysfs * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/topology_types.h b/src/includes/topology_types.h index beb2ccc73..a9b0d9620 100644 --- a/src/includes/topology_types.h +++ b/src/includes/topology_types.h @@ -7,7 +7,7 @@ * in likwid.h * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com, * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/includes/tree.h b/src/includes/tree.h index 469fcb861..f4b5529d2 100644 --- a/src/includes/tree.h +++ b/src/includes/tree.h @@ -7,7 +7,7 @@ * Implements a simple tree data structure. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/includes/tree_types.h b/src/includes/tree_types.h index bd93fb8bb..dac1a4bb7 100644 --- a/src/includes/tree_types.h +++ b/src/includes/tree_types.h @@ -6,7 +6,7 @@ * Description: Types file for tree module. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/includes/types.h b/src/includes/types.h index cfdc66fd8..45df468d0 100644 --- a/src/includes/types.h +++ b/src/includes/types.h @@ -6,7 +6,7 @@ * Description: Global Types file * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/libperfctr.c b/src/libperfctr.c index 81ee075db..bf4ae39c1 100644 --- a/src/libperfctr.c +++ b/src/libperfctr.c @@ -6,7 +6,7 @@ * Description: Marker API interface of module perfmon * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Authors: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/likwid.f90 b/src/likwid.f90 index 03591e2c3..0735f137f 100644 --- a/src/likwid.f90 +++ b/src/likwid.f90 @@ -5,7 +5,7 @@ ! Description: Marker API f90 module ! ! Version: 4.1 -! Released: 13.6.2016 +! Released: 8.8.2016 ! ! Authors: Jan Treibig (jt), jan.treibig@gmail.com, ! Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/likwid_f90_interface.c b/src/likwid_f90_interface.c index c0ba97913..1fe555b4d 100644 --- a/src/likwid_f90_interface.c +++ b/src/likwid_f90_interface.c @@ -6,7 +6,7 @@ * Description: F90 interface for marker API * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com, * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/luawid.c b/src/luawid.c index 24e56ddea..791c51129 100644 --- a/src/luawid.c +++ b/src/luawid.c @@ -6,7 +6,7 @@ * Description: C part of the Likwid Lua interface * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/memsweep.c b/src/memsweep.c index 3f74164b1..f9ea77ee8 100644 --- a/src/memsweep.c +++ b/src/memsweep.c @@ -6,7 +6,7 @@ * Description: Implementation of sweeper module. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/numa.c b/src/numa.c index d3fd5a50e..c882508a8 100644 --- a/src/numa.c +++ b/src/numa.c @@ -7,7 +7,7 @@ * procfs/sysfs backends. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/numa_hwloc.c b/src/numa_hwloc.c index b8f8c71de..ccd69ad32 100644 --- a/src/numa_hwloc.c +++ b/src/numa_hwloc.c @@ -6,7 +6,7 @@ * Description: Interface to hwloc for NUMA topology * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/numa_proc.c b/src/numa_proc.c index d5ee81b85..a7623e7ec 100644 --- a/src/numa_proc.c +++ b/src/numa_proc.c @@ -6,7 +6,7 @@ * Description: Get NUMA topology from procfs and sysfs * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/pci_hwloc.c b/src/pci_hwloc.c index da293a76c..6177e2178 100644 --- a/src/pci_hwloc.c +++ b/src/pci_hwloc.c @@ -6,7 +6,7 @@ * Description: Interface to hwloc for PCI device lookup * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/pci_proc.c b/src/pci_proc.c index 817f9fbaf..854a526b4 100644 --- a/src/pci_proc.c +++ b/src/pci_proc.c @@ -6,7 +6,7 @@ * Description: Interface to procfs/sysfs for PCI device lookup * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/perfgroup.c b/src/perfgroup.c index a1ed54631..aff2e7c59 100644 --- a/src/perfgroup.c +++ b/src/perfgroup.c @@ -6,7 +6,7 @@ * Description: Handler for performance groups and event sets * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@gmail.com diff --git a/src/perfmon.c b/src/perfmon.c index bfcb4e982..09b957bdd 100644 --- a/src/perfmon.c +++ b/src/perfmon.c @@ -6,7 +6,7 @@ * Description: Main implementation of the performance monitoring module * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/perfmon_perf.c b/src/perfmon_perf.c index b19c18e61..cfc40accc 100644 --- a/src/perfmon_perf.c +++ b/src/perfmon_perf.c @@ -7,7 +7,7 @@ * Currently not integrated in perfmon. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Thomas Roehl (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/power.c b/src/power.c index e93ad4e4c..e33695c05 100644 --- a/src/power.c +++ b/src/power.c @@ -6,7 +6,7 @@ * Description: Module implementing Intel RAPL interface * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Authors: Jan Treibig (jt), jan.treibig@gmail.com, * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/pthread-overload/Makefile b/src/pthread-overload/Makefile index 898e2127b..eaf6adf04 100644 --- a/src/pthread-overload/Makefile +++ b/src/pthread-overload/Makefile @@ -5,7 +5,7 @@ # Description: pthread-overload Makefile # # Version: 4.1 -# Released: 13.6.2016 +# Released: 8.8.2016 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/pthread-overload/pthread-overload.c b/src/pthread-overload/pthread-overload.c index 19368537b..05e74fcc3 100644 --- a/src/pthread-overload/pthread-overload.c +++ b/src/pthread-overload/pthread-overload.c @@ -7,7 +7,7 @@ * Implements pinning of threads together with likwid-pin. * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/thermal.c b/src/thermal.c index a6b7debaa..8a46e67ba 100644 --- a/src/thermal.c +++ b/src/thermal.c @@ -6,7 +6,7 @@ * Description: Module implementing Intel TM/TM2 interface * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/timer.c b/src/timer.c index 594dc0135..706158d0e 100644 --- a/src/timer.c +++ b/src/timer.c @@ -6,7 +6,7 @@ * Description: Implementation of timer module * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/topology.c b/src/topology.c index 2cea58dd7..b4ab30ba9 100644 --- a/src/topology.c +++ b/src/topology.c @@ -6,7 +6,7 @@ * Description: Interface to the topology backends * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Authors: Jan Treibig (jt), jan.treibig@gmail.com, * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/topology_cpuid.c b/src/topology_cpuid.c index dfe48e713..5fbcea42c 100644 --- a/src/topology_cpuid.c +++ b/src/topology_cpuid.c @@ -6,7 +6,7 @@ * Description: Interface to the cpuid based topology backend * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Authors: Jan Treibig (jt), jan.treibig@gmail.com, * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/topology_hwloc.c b/src/topology_hwloc.c index 7ab82cf5b..5111faaa7 100644 --- a/src/topology_hwloc.c +++ b/src/topology_hwloc.c @@ -6,7 +6,7 @@ * Description: Interface to the hwloc based topology backend * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Authors: Thomas Roehl (tr), thomas.roehl@googlemail.com * diff --git a/src/topology_proc.c b/src/topology_proc.c index 50ac2540a..5e0948513 100644 --- a/src/topology_proc.c +++ b/src/topology_proc.c @@ -6,7 +6,7 @@ * Description: Interface to the procfs/sysfs based topology backend * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Authors: Jan Treibig (jt), jan.treibig@gmail.com, * Thomas Roehl (tr), thomas.roehl@googlemail.com diff --git a/src/tree.c b/src/tree.c index ad2c4439b..e60c9f9f7 100644 --- a/src/tree.c +++ b/src/tree.c @@ -6,7 +6,7 @@ * Description: Module implementing a tree data structure * * Version: 4.1 - * Released: 13.6.2016 + * Released: 8.8.2016 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid