Skip to content
Snippets Groups Projects
Commit f4d03ad0 authored by Manoel Römmer's avatar Manoel Römmer :rage:
Browse files

Remove non-mt of MUSA deps (2)

parent d899206d
No related branches found
No related tags found
No related merge requests found
Pipeline #179792 passed
easyblock = 'ConfigureMake'
name = 'nanox'
version = 'tasksim-nov2020'
homepage = 'https://pm.bsc.es/nanox'
description = """Nanox/Nanos++ is a runtime designed to serve as runtime support in parallel
environments. It is mainly used to support OmpSs, a extension to OpenMP developed at BSC. It
also has modules to support OpenMP."""
source_urls = ['https://github.com/dchasap/MUSA/releases/download/deepsea']
sources = ['nanox-tasksim-nov2020.tar.gz']
checksums = ['0af76fe7cbe5678dbaddd705b89ce9b2f815d596b05d064b05e053adc5ce886f']
toolchain = {'name': 'gpsmpi', 'version': '2022a'}
builddependencies = [
('Autotools', '20220317'),
]
dependencies = [
('PAPI', '7.0.0'),
('TaskSim_SRC', '3.1'),
('Extrae', '4.0.6-musa')
]
preconfigopts = 'autoreconf -vif && '
configopts = '--with-papi=$EBROOTPAPI'
configopts += ' --with-mpi=$EBROOTPSMPI'
configopts += ' --with-mpi-include-path=$EBROOTPSMPI/include'
configopts += ' --with-mpi-lib-path=$EBROOTPSMPI/lib'
configopts += ' --with-nextsim=$EBROOTTASKSIM_SRC'
configopts += ' --with-extrae=$EBROOTEXTRAE'
configopts += ' --disable-allocator'
configopts += ' --disable-debug'
install_cmd = "make install && cp -rf ./src %(installdir)s/"
sanity_check_paths = {
'files': [],
'dirs': ['src', 'lib'],
}
hidden = True
moduleclass = 'perf'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment