From 8b704281924b35a700cb2e49ddf1e2e35b58b072 Mon Sep 17 00:00:00 2001 From: Anke Kreuzer <zitz1@jwlogin02.juwels> Date: Fri, 6 Jan 2023 20:10:43 +0100 Subject: [PATCH] Added itac for 2023 --- Golden_Repo/i/itac/itac-2021.8.0.eb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Golden_Repo/i/itac/itac-2021.8.0.eb diff --git a/Golden_Repo/i/itac/itac-2021.8.0.eb b/Golden_Repo/i/itac/itac-2021.8.0.eb new file mode 100644 index 000000000..80aa15d8f --- /dev/null +++ b/Golden_Repo/i/itac/itac-2021.8.0.eb @@ -0,0 +1,18 @@ +name = 'itac' +version = '2021.8.0' + +homepage = 'https://software.intel.com/en-us/intel-trace-analyzer/' +description = """The Intel Trace Collector is a low-overhead tracing library that performs + event-based tracing in applications. The Intel Trace Analyzer provides a convenient way to monitor application + activities gathered by the Intel Trace Collector through graphical displays. """ + +toolchain = SYSTEM + +source_urls = [ + 'https://registrationcenter-download.intel.com/akdlm/irc_nas/19129/'] +sources = ['l_itac_oneapi_p_%(version)s.25341_offline.sh'] +checksums = ['9e943e07cbe7bcb2c6ec181cea5a2fd2241555bed695050f5069467fe7140c37'] + +preferredmpi = 'impi5' + +moduleclass = 'tools' -- GitLab