From 46b2b5de5d78f86610ffc1b17feb4955c9bd7b83 Mon Sep 17 00:00:00 2001 From: saragrau4 <138492377+saragrau4@users.noreply.github.com> Date: Wed, 6 Mar 2024 15:18:38 +0100 Subject: [PATCH 1/2] Added dependency h5netcdf to requirements_wo_modules.txt --- requirements_wo_modules.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements_wo_modules.txt b/requirements_wo_modules.txt index d15d46c..56b25cb 100644 --- a/requirements_wo_modules.txt +++ b/requirements_wo_modules.txt @@ -5,6 +5,7 @@ eccodes==1.4.2 ecmwf-api-client==1.6.3 ecmwf-opendata==0.1.2 ecmwflibs==0.5.0 +h5netcdf==1.3.0 hanging_threads==2.0.5 hydra-core==1.3.2 matplotlib==3.5.2 From 3b7800965eb92cc61140836047f35833d4226ef5 Mon Sep 17 00:00:00 2001 From: saragrau4 <138492377+saragrau4@users.noreply.github.com> Date: Fri, 22 Mar 2024 12:16:46 +0100 Subject: [PATCH 2/2] Update unicore-config-venv.yaml --- mlproject/unicore-config-venv.yaml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/mlproject/unicore-config-venv.yaml b/mlproject/unicore-config-venv.yaml index c398f4f..5684e26 100644 --- a/mlproject/unicore-config-venv.yaml +++ b/mlproject/unicore-config-venv.yaml @@ -1,17 +1,17 @@ -UnicoreApiUrl: https://zam2125.zam.kfa-juelich.de:9112/JUWELS/rest/core +Exclude: + - '*.sif' + - figures + - saved_model + - README.md +Resources: + Nodes: 1 + Queue: devel Environment: - PreRunCommand: - Command: > - module load Stages/2022 GCCcore/.11.2.0 Python/3.9.6 CUDA/11.5 numactl/2.0.14 cuDNN/8.3.1.22-CUDA-11.5 ecCodes/2.22.1 parallel/20210722 GCC/11.2.0 OpenMPI/4.1.1 CDO/2.0.2; - source /p/project/deepacf/maelstrom/grau1/ap4_env/bin/activate - ExecuteOnLoginNode: False Variables: GIT_PYTHON_REFRESH: quiet -Resources: - Queue: devel - Nodes: 1 -Exclude: - - "*.sif" - - "figures" - - "saved_model" - - README.md \ No newline at end of file + PreRunCommandOnComputeNode: >- + module load Stages/2022 GCCcore/.11.2.0 Python/3.9.6 CUDA/11.5 + numactl/2.0.14 cuDNN/8.3.1.22-CUDA-11.5 ecCodes/2.22.1 parallel/20210722 + GCC/11.2.0 OpenMPI/4.1.1 CDO/2.0.2; source + /p/scratch/deepacf/maelstrom/grau1/ap4/bin/activate +UnicoreApiUrl: https://zam2125.zam.kfa-juelich.de:9112/JUWELS/rest/core