From 8ba02077a9962fa026ad26e0459bca5cc389c78a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Jord=C3=A0?= <marc.jorda@bsc.es> Date: Mon, 11 Mar 2024 10:25:08 +0100 Subject: [PATCH] Add easyconfig file for ecoHMEM-TF ep --- .../ecoHMEM-TF-ep-0.0.1-GCCcore-11.3.0.eb | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Golden_Repo/e/ecoHMEM-TF-ep/ecoHMEM-TF-ep-0.0.1-GCCcore-11.3.0.eb diff --git a/Golden_Repo/e/ecoHMEM-TF-ep/ecoHMEM-TF-ep-0.0.1-GCCcore-11.3.0.eb b/Golden_Repo/e/ecoHMEM-TF-ep/ecoHMEM-TF-ep-0.0.1-GCCcore-11.3.0.eb new file mode 100644 index 00000000..1a0df49f --- /dev/null +++ b/Golden_Repo/e/ecoHMEM-TF-ep/ecoHMEM-TF-ep-0.0.1-GCCcore-11.3.0.eb @@ -0,0 +1,33 @@ +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' -- GitLab