Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{perf,tools}[system/system] Advisor v2025.0.0, Inspector v2024.2.0 #21874

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions easybuild/easyconfigs/a/Advisor/Advisor-2025.0.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name = 'Advisor'
version = '2025.0.0'

homepage = 'https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/advisor.html'
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 = SYSTEM

source_urls = [
'https://registrationcenter-download.intel.com/akdlm/IRC_NAS/fe95ae4a-3692-4e31-919d-3e7bdf5832f1/']
sources = ['intel-advisor-%(version)s.798_offline.sh']
checksums = ['bf85d4b0bd199a2babdff6b4bd3885ce569a3ad0e992b99b2e14dbb30af88cd4']

dontcreateinstalldir = True

sanity_check_paths = {
'files': ['%(namelower)s/%(version_major_minor)s/bin64/advisor'],
'dirs': ['%(namelower)s/%(version_major_minor)s/bin64',
'%(namelower)s/%(version_major_minor)s/lib64',
'%(namelower)s/%(version_major_minor)s/include/intel64']
}

moduleclass = 'perf'
19 changes: 19 additions & 0 deletions easybuild/easyconfigs/i/Inspector/Inspector-2024.2.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

name = 'Inspector'
version = '2024.2.0'

homepage = 'https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/inspector.html'
description = """Intel Inspector is a dynamic memory and threading error
checking tool for users developing serial and parallel applications"""

toolchain = SYSTEM

source_urls = ['https://registrationcenter-download.intel.com/akdlm/IRC_NAS/1549c5b3-cf23-4595-9593-b5d0460a8dcd/']
sources = ['l_inspector_oneapi_p_%(version)s.22_offline.sh']
checksums = ['e2aab9b1b428d0c23184beae8caac55fa3d3f973ac51a6b6908eb38b0d9097ed']

dontcreateinstalldir = True

requires_runtime_license = False

moduleclass = 'tools'
Loading