Skip to content

Commit

Permalink
Set version and date for release
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTheBear committed Nov 20, 2020
1 parent 8c582be commit bb074cc
Show file tree
Hide file tree
Showing 263 changed files with 820 additions and 789 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# Description: Central Makefile
#
# Version: 5.1
# Released: 16.11.2020
# Version: 5.1.0
# Released: 20.11.2020
#
# Author: Jan Treibig (jt), jan.treibig@gmail.com
# Project: likwid
#
# Copyright (C) 2015 RRZE, University Erlangen-Nuremberg
# Copyright (C) 2020 RRZE, University Erlangen-Nuremberg
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/includes/allocator.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
*
* Description: Header File allocator Module.
*
* Version: 5.1
* Released: 16.11.2020
* Version: 5.1.0
* Released: 20.11.2020
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Project: none
*
* Copyright (C) 2015 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2020 RRZE, University Erlangen-Nuremberg
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/includes/allocator_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
*
* Description: Header File types of allocator Module.
*
* Version: 5.1
* Released: 16.11.2020
* Version: 5.1.0
* Released: 20.11.2020
*
* Author: Thomas Gruber (tr), thomas.roehl@googlemail.com
* Project: none
*
* Copyright (C) 2015 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2020 RRZE, University Erlangen-Nuremberg
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/includes/barrier.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
*
* Description: Header File barrier Module
*
* Version: 5.1
* Released: 16.11.2020
* Version: 5.1.0
* Released: 20.11.2020
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Project: likwid
*
* Copyright (C) 2015 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2020 RRZE, University Erlangen-Nuremberg
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/includes/barrier_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
*
* Description: Type Definitions for barrier Module
*
* Version: 5.1
* Released: 16.11.2020
* Version: 5.1.0
* Released: 20.11.2020
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Project: likwid
*
* Copyright (C) 2015 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2020 RRZE, University Erlangen-Nuremberg
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/includes/isa_armv7.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
*
* Description: Definitions used for dynamically compile benchmarks for ARMv7 systems
*
* Version: 5.1
* Released: 16.11.2020
* Version: 5.1.0
* Released: 20.11.2020
*
* Author: Thomas Gruber (tg), thomas.roehl@gmail.com
* Project: likwid
*
* Copyright (C) 2015 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2020 RRZE, University Erlangen-Nuremberg
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/includes/isa_armv8.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
*
* Description: Definitions used for dynamically compile benchmarks for ARMv8 systems
*
* Version: 5.1
* Released: 16.11.2020
* Version: 5.1.0
* Released: 20.11.2020
*
* Author: Thomas Gruber (tg), thomas.roehl@gmail.com
* Project: likwid
*
* Copyright (C) 2015 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2020 RRZE, University Erlangen-Nuremberg
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/includes/isa_ppc64.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
*
* Description: Definitions used for dynamically compile benchmarks for POWER systems
*
* Version: 5.1
* Released: 16.11.2020
* Version: 5.1.0
* Released: 20.11.2020
*
* Author: Thomas Gruber (tg), thomas.roehl@gmail.com
* Project: likwid
*
* Copyright (C) 2015 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2020 RRZE, University Erlangen-Nuremberg
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/includes/isa_x86-64.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
*
* Description: Definitions used for dynamically compile benchmarks for x86-64 systems
*
* Version: 5.1
* Released: 16.11.2020
* Version: 5.1.0
* Released: 20.11.2020
*
* Author: Thomas Gruber (tg), thomas.roehl@gmail.com
* Project: likwid
*
* Copyright (C) 2015 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2020 RRZE, University Erlangen-Nuremberg
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/includes/isa_x86.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
*
* Description: Definitions used for dynamically compile benchmarks for x86 systems
*
* Version: 5.1
* Released: 16.11.2020
* Version: 5.1.0
* Released: 20.11.2020
*
* Author: Thomas Gruber (tg), thomas.roehl@gmail.com
* Project: likwid
*
* Copyright (C) 2015 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2020 RRZE, University Erlangen-Nuremberg
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/includes/ptt2asm.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
*
* Description: The interface to dynamically load ptt files
*
* Version: 5.1
* Released: 16.11.2020
* Version: 5.1.0
* Released: 20.11.2020
*
* Author: Thomas Gruber (tg), thomas.roehl@gmail.com
* Project: likwid
*
* Copyright (C) 2015 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2020 RRZE, University Erlangen-Nuremberg
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/includes/strUtil.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
*
* Description: Some sting functions
*
* Version: 5.1
* Released: 16.11.2020
* Version: 5.1.0
* Released: 20.11.2020
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Project: likwid
*
* Copyright (C) 2015 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2020 RRZE, University Erlangen-Nuremberg
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/includes/test_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
*
* Description: Type definitions for benchmarking framework
*
* Version: 5.1
* Released: 16.11.2020
* Version: 5.1.0
* Released: 20.11.2020
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Project: likwid
*
* Copyright (C) 2015 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2020 RRZE, University Erlangen-Nuremberg
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/includes/threads.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
*
* Description: Header file of pthread interface module
*
* Version: 5.1
* Released: 16.11.2020
* Version: 5.1.0
* Released: 20.11.2020
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Project: likwid
*
* Copyright (C) 2015 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2020 RRZE, University Erlangen-Nuremberg
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/includes/threads_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
*
* Description: Types file for threads module.
*
* Version: 5.1
* Released: 16.11.2020
* Version: 5.1.0
* Released: 20.11.2020
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Project: likwid
*
* Copyright (C) 2015 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2020 RRZE, University Erlangen-Nuremberg
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/likwid-bench.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
*
* Description: A flexible and extensible benchmarking toolbox
*
* Version: 5.1
* Released: 16.11.2020
* Version: 5.1.0
* Released: 20.11.2020
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Project: likwid
*
* Copyright (C) 2015 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2020 RRZE, University Erlangen-Nuremberg
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/src/allocator.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
*
* Description: Implementation of allocator module.
*
* Version: 5.1
* Released: 16.11.2020
* Version: 5.1.0
* Released: 20.11.2020
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Project: likwid
*
* Copyright (C) 2015 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2020 RRZE, University Erlangen-Nuremberg
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/src/barrier.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
*
* Description: Implementation of threaded spin loop barrier
*
* Version: 5.1
* Released: 16.11.2020
* Version: 5.1.0
* Released: 20.11.2020
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Project: likwid
*
* Copyright (C) 2015 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2020 RRZE, University Erlangen-Nuremberg
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/src/bench.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
*
* Description: Benchmarking framework for likwid-bench
*
* Version: 5.1
* Released: 16.11.2020
* Version: 5.1.0
* Released: 20.11.2020
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Thomas Gruber (tr), thomas.roehl@googlemail.com
* Project: likwid
*
* Copyright (C) 2015 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2020 RRZE, University Erlangen-Nuremberg
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/src/ptt2asm.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
*
* Description: The interface to dynamically load ptt files
*
* Version: 5.1
* Released: 16.11.2020
* Version: 5.1.0
* Released: 20.11.2020
*
* Author: Thomas Gruber (tg), thomas.roehl@gmail.com
* Project: likwid
*
* Copyright (C) 2015 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2020 RRZE, University Erlangen-Nuremberg
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/src/strUtil.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
*
* Description: Utility string routines building upon bstrlib
*
* Version: 5.1
* Released: 16.11.2020
* Version: 5.1.0
* Released: 20.11.2020
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com.
* Project: likwid
*
* Copyright (C) 2015 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2020 RRZE, University Erlangen-Nuremberg
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/src/threads.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
*
* Description: High level interface to pthreads
*
* Version: 5.1
* Released: 16.11.2020
* Version: 5.1.0
* Released: 20.11.2020
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Project: likwid
*
* Copyright (C) 2015 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2020 RRZE, University Erlangen-Nuremberg
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
Expand Down
4 changes: 2 additions & 2 deletions examples/C-internalMarkerAPI.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Avoids the likwid-perfctr CLI for setting environment
* variables, pinning threads, and inspecting results.
*
* Version: 5.1
* Released: 16.11.2020
* Version: 5.1.0
* Released: 20.11.2020
*
* Author: Riley Weber, rileyw13@protonmail.com
* Project: likwid
Expand Down
Loading

0 comments on commit bb074cc

Please sign in to comment.