OPARI2/2.0.8-cpeAMD-24.03 (OPARI2-2.0.8-cpeAMD-24.03.eb)
Install with the EasyBuild-user module:
To access module help after installation and get reminded for which stacks and partitions the module is installed, usemodule spider OPARI2/2.0.8-cpeAMD-24.03
.
EasyConfig:
##
# This is an easyconfig file for EasyBuild, see https://github.com/easybuilders/easybuild
# Copyright:: Copyright 2013-2024 Juelich Supercomputing Centre, Germany
# Authors:: Bernd Mohr <b.mohr@fz-juelich.de>
# Markus Geimer <m.geimer@fz-juelich.de>
# Christian Feld <c.feld@fz-juelich.de>
# Jan André Reuter <j.reuter@fz-juelich.de>
# License:: 3-clause BSD
#
# This work is based on experiences from the UNITE project
# http://apps.fz-juelich.de/unite/
##
easyblock = 'ConfigureMake'
local_OPARI2_version = '2.0.8' # https://www.vi-hps.org/projects/score-p/
name = 'OPARI2'
version = local_OPARI2_version
homepage = 'https://www.score-p.org'
whatis = [
'Description: OPARI2 is a source-to-source instrumentation tool for OpenMP and hybrid codes.'
]
description = """
OPARI2, the successor of Forschungszentrum Juelich's OPARI, is a
source-to-source instrumentation tool for OpenMP and hybrid codes.
It surrounds OpenMP directives and runtime library calls with calls
to the POMP2 measurement interface.
"""
toolchain = {'name': 'cpeAMD', 'version': '24.03'}
toolchainopts = {'pic': True}
source_urls = ['http://perftools.pages.jsc.fz-juelich.de/cicd/opari2/tags/opari2-%(version)s']
sources = [SOURCELOWER_TAR_GZ]
checksums = [
'196e59a2a625e6c795a6124c61e784bad142f9f38df0b4fa4d435ba9b9c19721', # opari2-2.0.8.tar.gz
]
builddependencies = [
('buildtools', '%(toolchain_version)s', '', True),
('craype-network-none', EXTERNAL_MODULE),
('craype-accel-host', EXTERNAL_MODULE),
]
preconfigopts = 'module unload rocm xpmem ; '
prebuildopts = preconfigopts;
configopts = '--enable-shared'
sanity_check_paths = {
'files': ['bin/opari2', 'include/opari2/pomp2_lib.h'],
'dirs': [],
}
moduleclass = 'perf'