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

Add easyconfig file for ecoHMEM-TF ep

parent 9088efe7
No related branches found
No related tags found
No related merge requests found
easyblock = 'MakeCp'
name = "ecoHMEM-TF-ep"
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'}
sources = [{
'filename': 'ecoHMEM-TF-ep.tar.gz',
'git_config': {
'url': 'https://gitlab.jsc.fz-juelich.de/deep-sea/wp4/software',
'repo_name': 'ecohmem-tensorflow',
'commit': '1c19cce3c445b12e1795505c326b76bb1832ba92',
},
}]
checksums = [None]
build_cmd = 'true'
files_to_copy = [
(['exp_cfgs', 'models'], ''),
(['README.md'], 'doc'),
]
sanity_check_paths = {
'files': ['doc/README.md'],
'dirs': ['exp_cfgs', 'models', 'doc']
}
moduleclass = 'devel'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment