Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • SUNSET SUNSET
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 42
    • Issues 42
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • SUNSETSUNSET
  • Wiki
  • Autosubmit

Autosubmit · Changes

Page history
Update Autosubmit authored May 23, 2024 by vagudets's avatar vagudets
Show whitespace changes
Inline Side-by-side
Autosubmit.md
View page @ 286985fe
......@@ -33,16 +33,19 @@ Run:
autosubmit: yes
# fill only if using autosubmit
auto_conf:
script: /esarchive/scratch/vagudets/repos/auto-s2s/modules/test_parallel_workflow.R # replace with the path to your script
expid: a5no # replace with your EXPID
hpc_user: bsc32762 # replace with your hpc username
script: ./example_scripts/multimodel_seasonal.R # replace with the path to your script
expid: a6wq # replace with your EXPID
hpc_user: bsc032762 # replace with your hpc username
wallclock: 01:00 # hh:mm
processors_per_job: 8
custom_directives: ['#SBATCH --exclusive', '#SBATCH --constraint=medmem']
wallclock_multimodel: 02:00
processors_per_job: 4
processors_multimodel: 16
custom_directives: ['#SBATCH --exclusive']
custom_directives_multimodel: ['#SBATCH --exclusive', '#SBATCH --constraint=highmem']
platform: nord3v2
email_notifications: yes # enable/disable email notifications. Change it if you want to.
email_address: victoria.agudetse@bsc.es # replace with your email address
notify_completed: no # notify me by email when a job finishes
notify_completed: yes # notify me by email when a job finishes
notify_failed: yes # notify me by email when a job fails
```
......@@ -132,9 +135,6 @@ Run:
hpc_user: bsc32762 # replace with your hpc username
wallclock: 01:00 # hh:mm
processors_per_job: 8 # number of cores for single-model jobs
processors_multimodel: 16 # number of cores for multimodel jobs
custom_directives: ['#SBATCH --exclusive'] # custom SLURM directives for single-model jobs
custom_directives_multimodel: ['#SBATCH --exclusive', '#SBATCH --constraint=highmem'] # custom SLURM directives for multimodel jobs
platform: nord3v2
email_notifications: yes # enable/disable email notifications. Change it if you want to.
email_address: victoria.agudetse@bsc.es # replace with your email address
......@@ -147,6 +147,9 @@ Run:
notify_completed: no # notify me by email when a job finishes
notify_failed: yes # notify me by email when a job fails
```
## Configuration example for Multimodel jobs
```yaml
auto_conf:
script: ./example_scripts/multimodel_seasonal.R # replace with the path to your script
......@@ -164,4 +167,4 @@ Run:
notify_completed: yes # notify me by email when a job finishes
notify_failed: yes # notify me by email when a job fails
```**
\ No newline at end of file
```
\ No newline at end of file
Clone repository
  • Autosubmit
  • Current known bugs
  • FAQ
  • Operational Workflows with Jenkins
  • Home