tud-zih-energy / lo2s

Linux OTF2 Sampling - A Lightweight Node-Level Performance Monitoring Tool
https://tu-dresden.de/zih/forschung/projekte/lo2s?set_language=en
GNU General Public License v3.0
44 stars 13 forks source link

feat(sampling): Implement sampling for NEC vector accelerators #299

Closed cvonelm closed 6 months ago

cvonelm commented 11 months ago

This PR implements sampling for NEC Vector accelerators, such as the NEC SX-Aurora Tsubasa cards.

The "--nec" enables NEC sampling. This records the activity of every thread on every card, regardles of the overall sampling mode.

"--nec-readout-interval" controls the interval of the readouts

This fixes #253