Skip to content

Commit aedb7f2

Browse files
committed
https://github.com/eth-cscs/reframe/pull/714#pullrequestreview-214357991
1 parent f3bb651 commit aedb7f2

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

cscs-checks/tools/profiling_and_debugging/intel_vtune.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,11 @@ def __init__(self, lang):
5050
'amplxe-cl -help collect |tail -20',
5151
]
5252
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,
53+
'amplxe-cl -V &> %s' % self.version_rpt,
54+
'amplxe-cl -R hotspots -r hotspots* -column="CPU Time:Self" &>%s' %
55+
self.summary_rpt,
56+
'srun -n1 cat /proc/sys/kernel/perf_event_paranoid &> %s' %
57+
self.paranoid_rpt,
5958
]
6059
self.maintainers = ['JG']
6160
self.tags = {'production'}

0 commit comments

Comments
 (0)