Thomas Gruber

Results 294 comments of Thomas Gruber

Would be the usage of the https://github.com/LLNL/msr-safe module be an option for you? There is also a library for this module https://github.com/LLNL/libmsr. These components allow system administrators to restrict access...

I understand your request but it is tricky in detail. The problem with the TMA groups is that they might require more events than physical counter registers. Perf and VTune...

Short story: LIKWID uses the counter names as placeholders for the measurements when deriving metrics (`PMC0+PMC1`). While you could use the event name in many cases, there are some difficulties...

If anyone has access to such a system: - Output of `/proc/cpuinfo` - File listing `ls /sys/devices`

I added this a while ago but didn't exactly know how it would behave in the future. The commit hash is read from Github but it is only updated when...

If that's working, feel free. You can add it in the make/config_git.mk file. The file is sourced by the main Makefile.

Any novelties on this issue? It would be great to have this fixed until the next release (mid November)

This will be quite some work due to the P- and E-cores. Each core-type has own units with maybe different amount of counters and features, see chapter 19.3.10 in [Intel's...

Thanks @edisonchan . That's the same documentation, I mentioned above, just a different link. The related event lists: https://download.01.org/perfmon/ADL/

@edisonchan : You are very welcome to add support for Intel Raptorlake. Could you please open a [new architecture](https://github.com/RRZE-HPC/likwid/issues/new?assignees=&labels=new+architecture&template=hardware-support-request.md&title=) issue for it. And please create a PR with your changes....