[Likwid-commit] [likwid] 02/09: Merge tag 'upstream/3.1.3'

Christoph Martin chrism at debian.org
Mon Mar 2 15:31:05 UTC 2015


This is an automated email from the git hooks/post-receive script.

chrism pushed a commit to branch master
in repository likwid.

commit 1132cf568cc0b417f5e460107c6fa6bb0d4732f1
Merge: d1082b8 7c57191
Author: Christoph Martin <martin at uni-mainz.de>
Date:   Wed Feb 25 17:26:37 2015 +0100

    Merge tag 'upstream/3.1.3'
    
    Upstream version 3.1.3

 INSTALL                                            |   10 +-
 Makefile                                           |   82 +-
 README                                             |    2 +-
 bench/x86-64/branch.ptt                            |   36 +
 bench/x86-64/copy_avx.ptt                          |   15 +
 bench/x86-64/copy_mem_avx.ptt                      |   14 +
 bench/x86-64/copy_mem_sse.ptt                      |   15 +
 bench/x86-64/copy_plain.ptt                        |   16 +
 bench/x86-64/copy_sse.ptt                          |   15 +
 bench/x86-64/load_avx.ptt                          |   12 +
 bench/x86-64/load_plain.ptt                        |   12 +
 bench/x86-64/load_sse.ptt                          |   12 +
 bench/x86-64/peak_avx.ptt                          |   49 +
 bench/x86-64/peak_sse.ptt                          |   49 +
 bench/x86-64/peakflops_avx.ptt                     |   37 +
 bench/x86-64/peakflops_sse.ptt                     |   37 +
 bench/x86-64/store_avx.ptt                         |   15 +
 bench/x86-64/store_mem_avx.ptt                     |   14 +
 bench/x86-64/store_mem_sse.ptt                     |   14 +
 bench/x86-64/store_plain.ptt                       |   15 +
 bench/x86-64/store_sse.ptt                         |   15 +
 bench/x86-64/stream_avx.ptt                        |   22 +
 bench/x86-64/striad_avx.ptt                        |   23 +
 bench/x86-64/striad_mem_avx.ptt                    |   11 +
 bench/x86-64/striad_mem_sse.ptt                    |   11 +
 bench/x86-64/striad_plain.ptt                      |   23 +
 bench/x86-64/striad_sse.ptt                        |   23 +
 bench/x86-64/sum_sse.ptt                           |   23 +
 bench/x86-64/triad_avx.ptt                         |   12 +
 bench/x86-64/triad_split.ptt                       |   30 +
 bench/x86-64/update_avx.ptt                        |   15 +
 bench/x86-64/update_plain.ptt                      |   15 +
 bench/x86-64/update_sse.ptt                        |   15 +
 bench/x86-64/vtriad_avx.ptt                        |   22 +
 bench/x86-64/vtriad_mem_avx.ptt                    |   10 +
 bench/x86-64/vtriad_mem_sse.ptt                    |   10 +
 bench/x86-64/vtriad_plain.ptt                      |   22 +
 bench/x86-64/vtriad_sse.ptt                        |   22 +
 config.mk                                          |    1 -
 doc/feedGnuplot.1                                  |  190 +++
 doc/likwid-accessD.1                               |   22 +
 doc/likwid-bench.1                                 |   31 +-
 doc/likwid-features.1                              |   14 +-
 doc/likwid-genCfg.1                                |   30 +
 doc/likwid-memsweeper.1                            |   28 +
 doc/likwid-mpirun.1                                |   81 ++
 doc/likwid-perfctr.1                               |  100 +-
 doc/likwid-perfscope.1                             |   55 +
 doc/likwid-pin.1                                   |   24 +-
 doc/likwid-powermeter.1                            |   17 +-
 doc/likwid-setFreq.1                               |   24 +
 doc/likwid-setFrequencies.1                        |   16 +-
 doc/likwid-topology.1                              |   14 +-
 filters/csv                                        |    5 +-
 filters/xml                                        |   27 +-
 groups/core2/BRANCH.txt                            |    2 +
 groups/core2/CACHE.txt                             |    2 +
 groups/core2/DATA.txt                              |    2 +
 groups/core2/FLOPS_DP.txt                          |    2 +
 groups/core2/FLOPS_SP.txt                          |    2 +
 groups/core2/FLOPS_X87.txt                         |    2 +
 groups/core2/L2.txt                                |    2 +
 groups/core2/L2CACHE.txt                           |    2 +
 groups/core2/MEM.txt                               |    2 +
 groups/core2/TLB.txt                               |    2 +
 groups/haswell/ENERGY.txt                          |   11 +-
 groups/haswell/ICACHE.txt                          |   25 +
 groups/haswell/L2.txt                              |   33 +
 groups/haswell/L2CACHE.txt                         |    6 +-
 groups/haswell/{L2CACHE.txt => L3CACHE.txt}        |   24 +-
 groups/haswell/TLB.txt                             |   22 -
 groups/haswell/TLB_DATA.txt                        |   35 +
 groups/haswell/TLB_INSTR.txt                       |   28 +
 groups/ivybridge/ENERGY.txt                        |    4 +
 groups/ivybridge/FLOPS_AVX.txt                     |    4 +-
 groups/ivybridge/FLOPS_DP.txt                      |    2 +-
 groups/ivybridge/ICACHE.txt                        |   25 +
 .../{haswell/L2CACHE.txt => ivybridge/L3CACHE.txt} |   24 +-
 groups/ivybridge/MEM.txt                           |   20 +-
 groups/ivybridge/MEM_DP.txt                        |   24 +-
 groups/ivybridge/MEM_SP.txt                        |   22 +-
 groups/ivybridge/TLB.txt                           |   23 -
 groups/ivybridge/TLB_DATA.txt                      |   35 +
 groups/ivybridge/TLB_INSTR.txt                     |   28 +
 groups/sandybridge/ENERGY.txt                      |    6 +-
 groups/sandybridge/FLOPS_DP.txt                    |    2 +-
 .../L2CACHE.txt => sandybridge/L3CACHE.txt}        |   24 +-
 groups/sandybridge/MEM.txt                         |   20 +-
 groups/sandybridge/MEM_DP.txt                      |   22 +-
 groups/sandybridge/MEM_SP.txt                      |   22 +-
 groups/sandybridge/TLB.txt                         |   23 -
 groups/sandybridge/TLB_DATA.txt                    |   35 +
 groups/sandybridge/TLB_INSTR.txt                   |   28 +
 groups/{core2 => silvermont}/BRANCH.txt            |   17 +-
 groups/{haswell => silvermont}/ENERGY.txt          |    4 +-
 groups/silvermont/ICACHE.txt                       |   25 +
 groups/silvermont/L1TOL2.txt                       |   28 +
 groups/silvermont/L2TOMEM.txt                      |   26 +
 kernel/Makefile                                    |   12 +
 kernel/enable_rdpmc.c                              |   73 ++
 make/include_GCC.mk                                |    2 +-
 make/include_ICC.mk                                |    6 +-
 perl/generatePas.pl                                |    2 +-
 perl/likwid-mpirun                                 |   36 +-
 perl/likwid-setFrequencies                         |   41 +-
 perl/set_license.pl                                |    4 +-
 perl/templates/group.tt                            |   57 +-
 src/access-daemon/Makefile                         |    9 +-
 src/access-daemon/accessDaemon.c                   |  345 ++++--
 src/access-daemon/setFreq.c                        |  100 +-
 src/access-daemon/setFreq.c.tmp                    |    0
 src/accessClient.c                                 |   46 +-
 src/affinity.c                                     |  179 +--
 src/allocator.c                                    |   43 +-
 src/applications/likwid-bench.c                    |  353 +++---
 src/applications/likwid-features.c                 |   48 +-
 src/applications/likwid-genCfg.c                   |   32 +-
 src/applications/likwid-memsweeper.c               |   43 +-
 src/applications/likwid-perfctr.c                  |  166 ++-
 src/applications/likwid-pin.c                      |  150 ++-
 src/applications/likwid-powermeter.c               |  291 +++--
 src/applications/likwid-topology.c                 |   86 +-
 src/asciiBoxes.c                                   |    7 +-
 src/asciiTable.c                                   |    4 +-
 src/barrier.c                                      |    8 +-
 src/bench.c                                        |  122 +-
 src/bitUtil.c                                      |    4 +-
 src/cpuFeatures.c                                  |  274 ++--
 src/cpuid.c                                        |  108 +-
 src/daemon.c                                       |   94 +-
 src/ghash.c                                        |    1 -
 src/hashTable.c                                    |   10 +-
 src/includes/accessClient.h                        |    4 +-
 src/includes/accessClient_types.h                  |    4 +-
 src/includes/affinity.h                            |    6 +-
 src/includes/affinity_types.h                      |    6 +-
 src/includes/allocator.h                           |   17 +-
 src/includes/asciiBoxes.h                          |    6 +-
 src/includes/asciiBoxes_types.h                    |    4 +-
 src/includes/asciiTable.h                          |    4 +-
 src/includes/asciiTable_types.h                    |    4 +-
 src/includes/barrier.h                             |    4 +-
 src/includes/barrier_types.h                       |    4 +-
 src/includes/bitUtil.h                             |    4 +-
 src/includes/cpuFeatures.h                         |    4 +-
 src/includes/cpuFeatures_types.h                   |   38 +-
 src/includes/cpuid.h                               |   11 +-
 src/includes/cpuid_types.h                         |    5 +-
 src/includes/daemon.h                              |    6 +-
 src/includes/error.h                               |    4 +-
 src/includes/ghash.h                               |   14 +-
 src/includes/hashTable.h                           |    4 +-
 src/includes/libperfctr_types.h                    |    4 +-
 src/includes/likwid.h                              |    4 +-
 src/includes/lock.h                                |   56 +-
 src/includes/memsweep.h                            |   10 +-
 src/includes/msr.h                                 |    4 +-
 src/includes/multiplex.h                           |    4 +-
 src/includes/multiplex_types.h                     |    4 +-
 src/includes/numa.h                                |    4 +-
 src/includes/numa_types.h                          |   10 +-
 src/includes/pci.h                                 |    4 +-
 src/includes/pci_types.h                           |    4 +-
 src/includes/perfmon.h                             |   49 +-
 src/includes/perfmon_atom.h                        |    4 +-
 src/includes/perfmon_atom_events.txt               |    4 +-
 src/includes/perfmon_core2.h                       |   13 +-
 src/includes/perfmon_core2_counters.h              |   13 +-
 src/includes/perfmon_core2_events.txt              |    9 +-
 src/includes/perfmon_haswell.h                     |  156 ++-
 src/includes/perfmon_haswell_counters.h            |   13 +-
 src/includes/perfmon_haswell_events.txt            |  148 +--
 src/includes/perfmon_interlagos.h                  |   14 +-
 src/includes/perfmon_interlagos_counters.h         |    4 +-
 src/includes/perfmon_interlagos_events.txt         |    4 +-
 src/includes/perfmon_ivybridge.h                   |   84 +-
 src/includes/perfmon_ivybridge_counters.h          |  103 +-
 src/includes/perfmon_ivybridge_events.txt          |  210 +---
 src/includes/perfmon_k10.h                         |   13 +-
 src/includes/perfmon_k10_counters.h                |    4 +-
 src/includes/perfmon_k10_events.txt                |    4 +-
 src/includes/perfmon_k8.h                          |    4 +-
 src/includes/perfmon_k8_events.txt                 |    4 +-
 src/includes/perfmon_kabini.h                      |   18 +-
 src/includes/perfmon_kabini_counters.h             |    4 +-
 src/includes/perfmon_kabini_events.txt             |    4 +-
 src/includes/perfmon_nehalem.h                     |   44 +-
 src/includes/perfmon_nehalemEX.h                   |  602 ++++++++-
 src/includes/perfmon_nehalemEX_events.txt          |  619 +++++++++-
 src/includes/perfmon_nehalem_counters.h            |    4 +-
 src/includes/perfmon_nehalem_events.txt            |    4 +-
 src/includes/perfmon_p6_events.txt                 |    4 +-
 src/includes/perfmon_phi.h                         |   11 +-
 src/includes/perfmon_phi_counters.h                |    4 +-
 src/includes/perfmon_phi_events.txt                |    4 +-
 src/includes/perfmon_pm.h                          |   17 +-
 src/includes/perfmon_pm_counters.h                 |    4 +-
 src/includes/perfmon_pm_events.txt                 |    4 +-
 src/includes/perfmon_sandybridge.h                 |   47 +-
 src/includes/perfmon_sandybridge_counters.h        |   93 +-
 src/includes/perfmon_sandybridge_events.txt        |  695 +----------
 .../{perfmon_haswell.h => perfmon_silvermont.h}    |  161 ++-
 ...ll_counters.h => perfmon_silvermont_counters.h} |   26 +-
 src/includes/perfmon_silvermont_events.txt         |  440 +++++++
 src/includes/perfmon_types.h                       |   44 +-
 src/includes/perfmon_westmere.h                    |    4 +-
 src/includes/perfmon_westmereEX.h                  |  522 +++++---
 src/includes/perfmon_westmereEX_counters.h         |   72 +-
 src/includes/perfmon_westmereEX_events.txt         |  637 +++++++++-
 src/includes/perfmon_westmere_events.txt           |    4 +-
 src/includes/power.h                               |    4 +-
 src/includes/power_types.h                         |    4 +-
 src/includes/registers.h                           |   84 +-
 src/includes/strUtil.h                             |    6 +-
 src/includes/strUtil_types.h                       |    4 +-
 src/includes/test_types.h                          |   22 +-
 src/includes/textcolor.h                           |    4 +-
 src/includes/thermal.h                             |    9 +-
 src/includes/thermal_types.h                       |    5 +-
 src/includes/threads.h                             |    7 +-
 src/includes/threads_types.h                       |   26 +-
 src/includes/timer.h                               |   70 +-
 src/includes/timer_types.h                         |    4 +-
 src/includes/tree.h                                |    4 +-
 src/includes/tree_types.h                          |    4 +-
 src/includes/types.h                               |    4 +-
 src/libperfctr.c                                   |   79 +-
 src/likwid.f90                                     |   28 +-
 src/likwid_f90_interface.c                         |    8 +-
 src/memsweep.c                                     |   40 +-
 src/msr.c                                          |  168 ++-
 src/multiplex.c                                    |    4 +-
 src/numa.c                                         |   38 +-
 src/pci.c                                          |  159 ++-
 src/perfmon.c                                      |  255 +++-
 src/power.c                                        |   54 +-
 src/pthread-overload/Makefile                      |    4 +-
 src/pthread-overload/pthread-overload.c            |    8 +-
 src/strUtil.c                                      | 1305 ++++++++++----------
 src/thermal.c                                      |    5 +-
 src/threads.c                                      |   13 +-
 src/timer.c                                        |   28 +-
 src/tree.c                                         |   44 +-
 test/accuracy/Makefile                             |   25 +
 test/accuracy/README                               |   18 +
 test/accuracy/likwid-accuracy.py                   |  533 ++++++++
 test/accuracy/likwid-tester                        |    4 +-
 test/accuracy/statistics.py                        |  643 ++++++++++
 test/executable_tests/Makefile                     |   22 +
 test/executable_tests/README                       |    8 +
 test/executable_tests/likwid-bench.txt             |   29 +
 test/executable_tests/likwid-features.txt          |    9 +
 test/executable_tests/likwid-genCfg.txt            |    5 +
 test/executable_tests/likwid-memsweeper.txt        |    8 +
 test/executable_tests/likwid-perfctr.txt           |   38 +
 test/executable_tests/likwid-pin.txt               |   26 +
 test/executable_tests/likwid-powermeter.txt        |   14 +
 test/executable_tests/likwid-setFreq.txt           |    6 +
 test/executable_tests/likwid-topology.txt          |   11 +
 test/executable_tests/tester.sh                    |   80 ++
 260 files changed, 10026 insertions(+), 4091 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/likwid/likwid.git



More information about the Likwid-commit mailing list