jdomke
jdomke
Unfortunately, I cannot reproduce the problem, but I moved to a new system, compiled / installed xow as usual and even rebooted the system. Every time I connected the xbox...
and in the process i cleaned up init_configuration a bit
bug 1: numCachesPerSocket is 0 and numberOfDomains is therefore calculated incorrectly resulting in writes to not allocated mem bug 2: 24-core version of a64fx is essentiually a 48 core with...
**Describe the bug** Running likwid-genTopoCfg twice results in missing information (architecture) and incorrect information (featureFlags), see below. The ERROR and 'Cannot read' messages shouldn't be shown to not confuse a...
The wiki (https://github.com/RRZE-HPC/likwid/wiki/likwid-perfctr#using-the-marker-api) states the following: ``` For a threaded code it is important to call the following sequence of function calls from the serial part of the program: LIKWID_MARKER_INIT;...
``` $ killall cholesky_EXTRALARGE; timeout --foreground --kill-after=5s 20s likwid-perfctr --marker -C 20 -g MEM polybench/linear-algebra/solvers/cholesky/cholesky_EXTRALARGE ; ps aux | grep cholesky_EXTRALARGE -------------------------------------------------------------------------------- CPU name: CPU type: Fujitsu A64FX CPU clock:...
The verbosity level is set here: https://github.com/RRZE-HPC/likwid/blob/2054ecfb1b3b318742880d3caba935b88b55ecf3/src/libperfctr.c#L202 but a few lines before that the following 4 calls happen ``` topology_init(); numa_init(); affinity_init(); hashTable_init(); ``` and even with -V 3 and/or...
https://github.com/RRZE-HPC/likwid/blob/2054ecfb1b3b318742880d3caba935b88b55ecf3/src/includes/perfmon_a64fx_counters.h#L33
**Describe the bug** likwid-perfctr throws different Aborted (core dumped) errors depending on runtime of the sleep command ``` $ likwid-perfctr -C 0 -g L2 sleep 1 -------------------------------------------------------------------------------- CPU name: CPU...