We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3bb651 commit aedb7f2Copy full SHA for aedb7f2
cscs-checks/tools/profiling_and_debugging/intel_vtune.py
@@ -50,12 +50,11 @@ def __init__(self, lang):
50
'amplxe-cl -help collect |tail -20',
51
]
52
self.post_run = [
53
- 'amplxe-cl -V &> %s'
54
- % self.version_rpt,
55
- 'amplxe-cl -R hotspots -r hotspots* -column="CPU Time:Self" &> %s'
56
- % self.summary_rpt,
57
- 'srun -n1 cat /proc/sys/kernel/perf_event_paranoid &> %s'
58
- % self.paranoid_rpt,
+ 'amplxe-cl -V &> %s' % self.version_rpt,
+ 'amplxe-cl -R hotspots -r hotspots* -column="CPU Time:Self" &>%s' %
+ self.summary_rpt,
+ 'srun -n1 cat /proc/sys/kernel/perf_event_paranoid &> %s' %
+ self.paranoid_rpt,
59
60
self.maintainers = ['JG']
61
self.tags = {'production'}
0 commit comments