Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
autoicon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
w2w
autoicon
Commits
dee6c609
Commit
dee6c609
authored
1 year ago
by
Oriol Tintó
Browse files
Options
Downloads
Patches
Plain Diff
Update jobs file for event-generator.
parent
289c56ac
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#19306
passed
1 year ago
Stage: run_tests
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
conf/event-generator/jobs.yml
+59
-2
59 additions, 2 deletions
conf/event-generator/jobs.yml
with
59 additions
and
2 deletions
conf/event-generator/jobs.yml
+
59
−
2
View file @
dee6c609
## This file contains the template of the generic workflow
## It can be used as a reference to create a custom workflow.
JOBS
:
TRANSFER_PROJECT
:
FILE
:
templates/common/transfer_project.sh
PLATFORM
:
LOCAL
BUILD_ICON
:
FILE
:
templates/common/build_icon.sh
DEPENDENCIES
:
TRANSFER_PROJECT
WALLCLOCK
:
04:00
PROCESSORS
:
16
RETRIALS
:
2
# retry because spack downloads sometimes timeout
NODES
:
1
BUILD_PYTHON_ENVIRONMENT
:
FILE
:
templates/common/build_python_environment.sh
# Right now we rely on spack for building icon and having a python interpreter, so we need this dependency:
DEPENDENCIES
:
BUILD_ICON
WALLCLOCK
:
01:00
PROCESSORS
:
16
NODES
:
1
PREPARE_EXPERIMENT
:
FILE
:
templates/event-generator/prepare_experiment.sh
DEPENDENCIES
:
BUILD_ICON
RUNNING
:
once
WALLCLOCK
:
01:00
PREPARE_DATE
:
FILE
:
templates/event-generator/prepare_date.sh
...
...
@@ -11,6 +37,8 @@ JOBS:
PREPARE_MEMBER
:
FILE
:
templates/event-generator/prepare_member.sh
DEPENDENCIES
:
PREPARE_EXPERIMENT PREPARE_DATE
RUNNING
:
member
WALLCLOCK
:
01:00
ADAPT_MEMBER
:
FILE
:
templates/event-generator/adapt_member.sh
...
...
@@ -21,11 +49,40 @@ JOBS:
PREPARE_NAMELIST
:
FILE
:
templates/event-generator/prepare_namelist.py
DEPENDENCIES
:
ADAPT_MEMBER RUN_ICON-1
WALLCLOCK
:
00:05
RUNNING
:
chunk
TYPE
:
python
EXECUTABLE
:
"
%HPCROOTDIR%/%python_environment.folder_name%/bin/python3"
RUN_ICON
:
FILE
:
templates/common/run_icon.sh
DEPENDENCIES
:
PREPARE_NAMELIST COMPRESS-1
WALLCLOCK
:
02:00
RUNNING
:
chunk
PROCESSORS
:
64
MEMORY
:
81920
CUSTOM_DIRECTIVES
:
[
"
#SBATCH
--exclusive"
]
COMPRESS
:
FILE
:
templates/common/compress.py
DEPENDENCIES
:
RUN_ICON
RUNNING
:
member
TYPE
:
python
EXECUTABLE
:
"
%HPCROOTDIR%/%python_environment.folder_name%/bin/python3"
PROCESSORS
:
16
MEMORY
:
16384
WALLCLOCK
:
01:00
RUN ICON
:
WALLCLOCK
:
02:00
TRANSFER
:
FILE
:
templates/common/transfer.sh
DEPENDENCIES
:
COMPRESS
# Since this is running locally, can simply leave a long wallclock.
WALLCLOCK
:
24:00
RUNNING
:
member
PLATFORM
:
LOCAL
CLEAN
:
FILE
:
templates/common/clean.sh
DEPENDENCIES
:
TRANSFER
WALLCLOCK
:
00:10
RUNNING
:
member
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment