Skip to content

Commit cc63063

Browse files
authored
Merge pull request #891 from jgphpc/UES-485
[test] Update Intel VTune test
2 parents 47e031a + 6eab36a commit cc63063

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

cscs-checks/tools/profiling_and_debugging/intel_vtune.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,11 @@ def setup(self, partition, environ, **job_opts):
7676
elif partitiontype == 'mc':
7777
self.job.options = ['--constraint="mc&perf"']
7878

79-
toolsversion = '597835'
79+
system_default_toolversion = {
80+
'daint': '551022', # 2018 Update 2
81+
'dom': '597835', # 2019 Update 4
82+
}
83+
toolsversion = system_default_toolversion[self.current_system.name]
8084
self.sanity_patterns = sn.all([
8185
# check the job:
8286
sn.assert_found('SUCCESS', self.stdout),

0 commit comments

Comments
 (0)