Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions mlproject/unicore-config-venv.yaml
Original file line number Diff line number Diff line change
@@ -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
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
1 change: 1 addition & 0 deletions requirements_wo_modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down