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

Add compress.py and build_enstools.sh. Transfer moves things to the local platform.

parent 442b5e11
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,12 @@ JOBS:
WALLCLOCK: 01:00
PLATFORM: LOCAL
BUILD_ENSTOOLS:
FILE: templates/build_enstools.sh
DEPENDENCIES: BUILD_ICON
WALLCLOCK: 01:00
PLATFORM: LOCAL
PREPARE_RUNDIR:
FILE: templates/prepare_rundir.sh
DEPENDENCIES: BUILD_ICON
......@@ -81,11 +87,18 @@ JOBS:
PROCESSORS: 16
CUSTOM_DIRECTIVES: ["export OMPI_MCA_btl_tcp_if_include=10.0.0.0/8"]
COMPRESS:
FILE: templates/compress.py
DEPENDENCIES: RUN_ICON BUILD_ENSTOOLS
RUNNING: chunk
EXECUTABLE: "%HPCROOTDIR%/python3"
TRANSFER:
FILE: templates/transfer.sh
DEPENDENCIES: RUN_ICON
DEPENDENCIES: COMPRESS
WALLCLOCK: 00:10
RUNNING: member
PLATFORM: LOCAL
CLEAN:
FILE: templates/clean.sh
......
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