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 43
    • Issues 43
    • 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 17, 2024 by vagudets's avatar vagudets
Hide whitespace changes
Inline Side-by-side
Autosubmit.md
View page @ 402af390
......@@ -37,7 +37,8 @@ Run:
expid: a5no # replace with your EXPID
hpc_user: bsc32762 # replace with your hpc username
wallclock: 01:00 # hh:mm
processors_per_job: 8
processors_per_job: 8
custom_directives: ['#SBATCH --exclusive', '#SBATCH --constraint=medmem']
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
......@@ -130,7 +131,15 @@ Run:
expid: a5no # replace with your EXPID
hpc_user: bsc32762 # replace with your hpc username
wallclock: 01:00 # hh:mm
processors_per_job: 8
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
notify_completed: yes # notify me by email when a job finishes
notify_failed: yes # notify me by email when a job fails
platform: nord3v2
custom_directives: ['#SBATCH --exclusive', '#SBATCH --constraint=medmem'] # custom directives for the jobs
email_notifications: yes # enable/disable email notifications. Change it if you want to.
......@@ -138,3 +147,21 @@ Run:
notify_completed: no # notify me by email when a job finishes
notify_failed: yes # notify me by email when a job fails
```
```yaml
auto_conf:
script: ./example_scripts/multimodel_seasonal.R # replace with the path to your script
expid: a6wq # replace with your EXPID
hpc_user: bsc32762 # replace with your hpc username
wallclock: 01:00 # hh:mm
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: 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
Clone repository
  • Autosubmit
  • Current known bugs
  • FAQ
  • Operational Workflows with Jenkins
  • Home