Merge branch 'it4i-anselm'

This commit is contained in:
Josef 2018-10-10 08:51:25 +02:00
commit 7184b1ba37
2 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,21 @@
name = 'Advisor'
version = '2017_update5'
homepage = 'https://software.intel.com/intel-advisor-xe'
description = """Vectorization Optimization and Thread Prototyping
- Vectorize & thread code or performance “dies”
- Easy workflow + data + tips = faster code faster
- Prioritize, Prototype & Predict performance gain
"""
toolchain = {'name': 'dummy', 'version': ''}
sources = ['advisor_%(version)s.tar.gz']
dontcreateinstalldir = 'True'
# license file
license_file = '/apps/licenses/intel/license.lic'
moduleclass = 'perf'

View File

@ -0,0 +1,20 @@
name = 'Advisor'
version = '2018_update4'
homepage = 'https://software.intel.com/intel-advisor-xe'
description = """Vectorization Optimization and Thread Prototyping
- Vectorize & thread code or performance “dies”
- Easy workflow + data + tips = faster code faster
- Prioritize, Prototype & Predict performance gain
"""
toolchain = {'name': 'dummy', 'version': ''}
sources = ['advisor_%(version)s.tar.gz']
dontcreateinstalldir = 'True'
# license file
license_file = '/apps/licenses/intel/license.lic'
moduleclass = 'perf'