Skip to content
Snippets Groups Projects
Commit e1a95ce7 authored by Marc Jorda's avatar Marc Jorda Committed by Manoel Römmer
Browse files

Add dependency and fix toolchain

parent a7be767a
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ version = "0.0.1"
homepage = 'https://gitlab.jsc.fz-juelich.de/deep-sea/wp4/software/ecohmem-tensorflow'
description = "ecoHMEM TF experimental platform"
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
toolchain = {'name': 'gcccoremkl', 'version': '11.3.0-2022.1.0'}
sources = [{
'filename': 'ecoHMEM-TF-ep.tar.gz',
......@@ -19,6 +19,10 @@ sources = [{
checksums = [None]
dependencies = [
('TensorFlow', '2.11.0', '-CUDA-11.7'),
]
build_cmd = 'true'
files_to_copy = [
(['exp_cfgs', 'models'], ''),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment