Skip to content
Snippets Groups Projects
Commit efd1d7a3 authored by Marc Jorda's avatar Marc Jorda
Browse files

Add deps in ecoHMEM and change to gompi toolchain

parent 5af9a2ea
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ heterogeneous memory systems equipped with DRAM, HBM, ...@@ -11,7 +11,7 @@ heterogeneous memory systems equipped with DRAM, HBM,
Persistent Memory, etc. Persistent Memory, etc.
""" """
toolchain = {'name': 'GCCcore', 'version': '11.3.0'} toolchain = {'name': 'gompi', 'version': '2022a'}
sources = [{ sources = [{
'filename': 'ecoHMEM.tar.gz', 'filename': 'ecoHMEM.tar.gz',
...@@ -28,6 +28,8 @@ checksums = [ ...@@ -28,6 +28,8 @@ checksums = [
dependencies = [ dependencies = [
('Boost', '1.79.0'), ('Boost', '1.79.0'),
('Extrae', '4.0.3.ecoHMEM'),
('Flexmalloc', '16Jan24.ecoHMEM'),
] ]
build_cmd = 'make -C src BOOST_HOME=$EBROOTBOOST' build_cmd = 'make -C src BOOST_HOME=$EBROOTBOOST'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment