Skip to content

Commit

Permalink
Set today's date for release
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTheBear committed Dec 3, 2021
1 parent a079083 commit 2cf0fe1
Show file tree
Hide file tree
Showing 266 changed files with 266 additions and 266 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -5,7 +5,7 @@
# Description: Central Makefile
#
# Version: 5.2.1
# Released: 11.11.2021
# Released: 03.12.2021
#
# Author: Jan Treibig (jt), jan.treibig@gmail.com
# Project: likwid
Expand Down
2 changes: 1 addition & 1 deletion bench/includes/allocator.h
Expand Up @@ -6,7 +6,7 @@
* Description: Header File allocator Module.
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Project: none
Expand Down
2 changes: 1 addition & 1 deletion bench/includes/allocator_types.h
Expand Up @@ -6,7 +6,7 @@
* Description: Header File types of allocator Module.
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Thomas Gruber (tr), thomas.roehl@googlemail.com
* Project: none
Expand Down
2 changes: 1 addition & 1 deletion bench/includes/barrier.h
Expand Up @@ -6,7 +6,7 @@
* Description: Header File barrier Module
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Project: likwid
Expand Down
2 changes: 1 addition & 1 deletion bench/includes/barrier_types.h
Expand Up @@ -6,7 +6,7 @@
* Description: Type Definitions for barrier Module
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Project: likwid
Expand Down
2 changes: 1 addition & 1 deletion bench/includes/isa_armv7.h
Expand Up @@ -5,7 +5,7 @@
* Description: Definitions used for dynamically compile benchmarks for ARMv7 systems
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Thomas Gruber (tg), thomas.roehl@gmail.com
* Project: likwid
Expand Down
2 changes: 1 addition & 1 deletion bench/includes/isa_armv8.h
Expand Up @@ -5,7 +5,7 @@
* Description: Definitions used for dynamically compile benchmarks for ARMv8 systems
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Thomas Gruber (tg), thomas.roehl@gmail.com
* Project: likwid
Expand Down
2 changes: 1 addition & 1 deletion bench/includes/isa_ppc64.h
Expand Up @@ -5,7 +5,7 @@
* Description: Definitions used for dynamically compile benchmarks for POWER systems
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Thomas Gruber (tg), thomas.roehl@gmail.com
* Project: likwid
Expand Down
2 changes: 1 addition & 1 deletion bench/includes/isa_x86-64.h
Expand Up @@ -5,7 +5,7 @@
* Description: Definitions used for dynamically compile benchmarks for x86-64 systems
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Thomas Gruber (tg), thomas.roehl@gmail.com
* Project: likwid
Expand Down
2 changes: 1 addition & 1 deletion bench/includes/isa_x86.h
Expand Up @@ -5,7 +5,7 @@
* Description: Definitions used for dynamically compile benchmarks for x86 systems
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Thomas Gruber (tg), thomas.roehl@gmail.com
* Project: likwid
Expand Down
2 changes: 1 addition & 1 deletion bench/includes/ptt2asm.h
Expand Up @@ -5,7 +5,7 @@
* Description: The interface to dynamically load ptt files
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Thomas Gruber (tg), thomas.roehl@gmail.com
* Project: likwid
Expand Down
2 changes: 1 addition & 1 deletion bench/includes/strUtil.h
Expand Up @@ -5,7 +5,7 @@
* Description: Some sting functions
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Project: likwid
Expand Down
2 changes: 1 addition & 1 deletion bench/includes/test_types.h
Expand Up @@ -6,7 +6,7 @@
* Description: Type definitions for benchmarking framework
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Project: likwid
Expand Down
2 changes: 1 addition & 1 deletion bench/includes/threads.h
Expand Up @@ -6,7 +6,7 @@
* Description: Header file of pthread interface module
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Project: likwid
Expand Down
2 changes: 1 addition & 1 deletion bench/includes/threads_types.h
Expand Up @@ -6,7 +6,7 @@
* Description: Types file for threads module.
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Project: likwid
Expand Down
2 changes: 1 addition & 1 deletion bench/likwid-bench.c
Expand Up @@ -6,7 +6,7 @@
* Description: A flexible and extensible benchmarking toolbox
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Project: likwid
Expand Down
2 changes: 1 addition & 1 deletion bench/src/allocator.c
Expand Up @@ -6,7 +6,7 @@
* Description: Implementation of allocator module.
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Project: likwid
Expand Down
2 changes: 1 addition & 1 deletion bench/src/barrier.c
Expand Up @@ -6,7 +6,7 @@
* Description: Implementation of threaded spin loop barrier
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Project: likwid
Expand Down
2 changes: 1 addition & 1 deletion bench/src/bench.c
Expand Up @@ -6,7 +6,7 @@
* Description: Benchmarking framework for likwid-bench
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Thomas Gruber (tr), thomas.roehl@googlemail.com
Expand Down
2 changes: 1 addition & 1 deletion bench/src/ptt2asm.c
Expand Up @@ -5,7 +5,7 @@
* Description: The interface to dynamically load ptt files
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Thomas Gruber (tg), thomas.roehl@gmail.com
* Project: likwid
Expand Down
2 changes: 1 addition & 1 deletion bench/src/strUtil.c
Expand Up @@ -6,7 +6,7 @@
* Description: Utility string routines building upon bstrlib
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com.
* Project: likwid
Expand Down
2 changes: 1 addition & 1 deletion bench/src/threads.c
Expand Up @@ -6,7 +6,7 @@
* Description: High level interface to pthreads
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Project: likwid
Expand Down
2 changes: 1 addition & 1 deletion examples/C-internalMarkerAPI.c
Expand Up @@ -8,7 +8,7 @@
* variables, pinning threads, and inspecting results.
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Riley Weber, rileyw13@protonmail.com
* Project: likwid
Expand Down
2 changes: 1 addition & 1 deletion examples/C-likwidAPI.c
Expand Up @@ -6,7 +6,7 @@
* Description: Example how to use the LIKWID API in C/C++ applications
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Thomas Gruber (tr), thomas.roehl@googlemail.com
* Project: likwid
Expand Down
2 changes: 1 addition & 1 deletion examples/C-markerAPI.c
Expand Up @@ -6,7 +6,7 @@
* Description: Example how to use the C/C++ Marker API
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Authors: Thomas Gruber (tr), thomas.roehl@googlemail.com
* Riley Weber, rileyw13@protonmail.com
Expand Down
2 changes: 1 addition & 1 deletion examples/C-nvMarkerAPI.c
Expand Up @@ -7,7 +7,7 @@
* in C/C++ applications
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Thomas Gruber (tr), thomas.roehl@googlemail.com
* Project: likwid
Expand Down
2 changes: 1 addition & 1 deletion examples/F-markerAPI.F90
Expand Up @@ -5,7 +5,7 @@
! Description: Example how to use the Fortran90 Marker API
!
! Version: 5.2.1
! Released: 11.11.2021
! Released: 03.12.2021
!
! Author: Thomas Gruber (tr), thomas.roehl@googlemail.com
! Project: likwid
Expand Down
2 changes: 1 addition & 1 deletion examples/Lua-likwidAPI.lua
Expand Up @@ -8,7 +8,7 @@
* Description: Example how to use the LIKWID API in Lua scripts
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Thomas Gruber (tr), thomas.roehl@googlemail.com
* Project: likwid
Expand Down
2 changes: 1 addition & 1 deletion perl/set_license.pl
Expand Up @@ -13,7 +13,7 @@
#my $VERSION = '<VERSION>';
#my $DATE = '<DATE>';
my $VERSION = '5.2.1';
my $DATE = '11.11.2021';
my $DATE = '03.12.2021';
my $YEAR = '2021';
my $AUTHOR = 'NHR@FAU, University Erlangen-Nuremberg';
my $LICENSE = 'gpl';
Expand Down
2 changes: 1 addition & 1 deletion src/access-daemon/Makefile
Expand Up @@ -5,7 +5,7 @@
# Description: accessDaemon Makefile
#
# Version: 5.2.1
# Released: 11.11.2021
# Released: 03.12.2021
#
# Author: Jan Treibig (jt), jan.treibig@gmail.com
# Project: likwid
Expand Down
2 changes: 1 addition & 1 deletion src/access-daemon/accessDaemon.c
Expand Up @@ -6,7 +6,7 @@
* Description: Implementation of access daemon.
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Authors: Michael Meier, michael.meier@rrze.fau.de
* Jan Treibig (jt), jan.treibig@gmail.com,
Expand Down
2 changes: 1 addition & 1 deletion src/access-daemon/appDaemon.c
Expand Up @@ -7,7 +7,7 @@
* using the GOTCHA library
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Thoams Roehl (tr), thomas.roehl@gmail.com
* Project: likwid
Expand Down
2 changes: 1 addition & 1 deletion src/access-daemon/setFreqDaemon.c
Expand Up @@ -6,7 +6,7 @@
* Description: Implementation of frequency daemon.
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Authors: Michael Meier, michael.meier@rrze.fau.de
* Jan Treibig (jt), jan.treibig@gmail.com,
Expand Down
2 changes: 1 addition & 1 deletion src/access.c
Expand Up @@ -6,7 +6,7 @@
* Description: Interface for the different register access modules.
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Thomas Gruber (tr), thomas.roehl@googlemail.com
* Project: likwid
Expand Down
2 changes: 1 addition & 1 deletion src/access_client.c
Expand Up @@ -6,7 +6,7 @@
* Description: Interface to the access daemon for the access module.
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Thomas Gruber (tr), thomas.roehl@googlemail.com
* Project: likwid
Expand Down
2 changes: 1 addition & 1 deletion src/access_x86.c
Expand Up @@ -6,7 +6,7 @@
* Description: Interface to x86 related functions for the access module.
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Thomas Gruber (tr), thomas.roehl@googlemail.com
* Project: likwid
Expand Down
2 changes: 1 addition & 1 deletion src/access_x86_clientmem.c
Expand Up @@ -9,7 +9,7 @@
* for Intel Sandy Bridge Processors.
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com,
* Thomas Gruber (tr), thomas.roehl@googlemail.com
Expand Down
2 changes: 1 addition & 1 deletion src/access_x86_mmio.c
Expand Up @@ -9,7 +9,7 @@
* for Intel Sandy Bridge Processors.
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com,
* Thomas Gruber (tr), thomas.roehl@googlemail.com
Expand Down
2 changes: 1 addition & 1 deletion src/access_x86_msr.c
Expand Up @@ -10,7 +10,7 @@
* is based on the msr-util tools.
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com.
* Thomas Gruber (tr), thomas.roehl@googlemail.com
Expand Down
2 changes: 1 addition & 1 deletion src/access_x86_pci.c
Expand Up @@ -9,7 +9,7 @@
* for Intel Sandy Bridge Processors.
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com,
* Thomas Gruber (tr), thomas.roehl@googlemail.com
Expand Down
2 changes: 1 addition & 1 deletion src/access_x86_rdpmc.c
Expand Up @@ -6,7 +6,7 @@
* Description: Implementation of rdpmc module to bypass costly msr or accessdaemon
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Thomas Gruber (tr), thomas.roehl@googlemail.com
* Project: likwid
Expand Down
2 changes: 1 addition & 1 deletion src/affinity.c
Expand Up @@ -6,7 +6,7 @@
* Description: Implementation of affinity module.
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com,
* Thomas Gruber (tr), thomas.roehl@googlemail.com
Expand Down
2 changes: 1 addition & 1 deletion src/applications/likwid-features.lua
Expand Up @@ -7,7 +7,7 @@
* Description: A application to retrieve and manipulate CPU features.
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Thomas Gruber (tr), thomas.roehl@gmail.com
* Project: likwid
Expand Down
2 changes: 1 addition & 1 deletion src/applications/likwid-genTopoCfg.lua
Expand Up @@ -9,7 +9,7 @@
* each start.
*
* Version: 5.2.1
* Released: 11.11.2021
* Released: 03.12.2021
*
* Author: Thomas Gruber (tr), thomas.roehl@gmail.com
* Project: likwid
Expand Down

0 comments on commit 2cf0fe1

Please sign in to comment.