Skip to content
Snippets Groups Projects
Commit 57bb3bdd authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Fix path to jobs.

parent 0da810eb
No related branches found
No related tags found
1 merge request!3Refactor folder structure. Putting configuration files and namelists inside...
......@@ -57,12 +57,12 @@ JOBS:
# EXECUTABLE: /my_python_env/python3
BUILD_ICON:
FILE: templates/build_icon.sh
FILE: templates/common/build_icon.sh
WALLCLOCK: 01:00
PROCESSORS: 16
BUILD_ENSTOOLS:
FILE: templates/build_enstools.sh
FILE: templates/common/build_enstools.sh
DEPENDENCIES: BUILD_ICON
WALLCLOCK: 01:00
PROCESSORS: 16
......@@ -110,7 +110,7 @@ JOBS:
EXECUTABLE: "%HPCROOTDIR%/%python_environment.folder_name%/bin/python3"
RUN_ICON:
FILE: templates/run_icon.sh
FILE: templates/common/run_icon.sh
DEPENDENCIES: PREPARE_CHUNK
WALLCLOCK: 01:00
RUNNING: chunk
......@@ -118,21 +118,21 @@ JOBS:
CUSTOM_DIRECTIVES: [ "export OMPI_MCA_btl_tcp_if_include=10.0.0.0/8" ]
COMPRESS:
FILE: templates/compress.py
FILE: templates/common/compress.py
DEPENDENCIES: RUN_ICON BUILD_ENSTOOLS COMPRESS-1
RUNNING: chunk
TYPE: python
EXECUTABLE: "%HPCROOTDIR%/venv/bin/python3"
TRANSFER:
FILE: templates/transfer.sh
FILE: templates/common/transfer.sh
DEPENDENCIES: COMPRESS
WALLCLOCK: 00:10
RUNNING: member
PLATFORM: LOCAL
CLEAN:
FILE: templates/clean.sh
FILE: templates/common/clean.sh
DEPENDENCIES: TRANSFER
WALLCLOCK: 00:10
RUNNING: member
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment