... | ... | @@ -14,7 +14,7 @@ We have implemented Autosubmit configuration file templates that can be used to |
|
|
|
|
|
```shell
|
|
|
module load autosubmit/4.0.98-foss-2015a-Python-3.7.3
|
|
|
autosubmit expid -H nord3v2 -d <Description> # Write anything you like in the description, like "SEAS5 Verification experiment" for example.
|
|
|
autosubmit expid -H nord4 -d <Description> # Write anything you like in the description, like "SEAS5 Verification experiment" for example.
|
|
|
```
|
|
|
|
|
|
This will create a new autosubmit experiment which you can use for your verification workflows, with a new 4-letter ID ("EXPID"). Store your EXPID somewhere so you remember it. You will not have to create a new experiment every time, as you can use this EXPID for other verification runs. It's up to you how many you want to create.
|
... | ... | @@ -42,7 +42,7 @@ Run: |
|
|
processors_multimodel: 16
|
|
|
custom_directives: ['#SBATCH --exclusive']
|
|
|
custom_directives_multimodel: ['#SBATCH --exclusive', '#SBATCH --constraint=highmem']
|
|
|
platform: nord3v2
|
|
|
platform: nord4
|
|
|
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
|
... | ... | @@ -135,7 +135,7 @@ 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
|
|
|
platform: nord3v2
|
|
|
platform: nord4
|
|
|
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
|
... | ... | @@ -161,7 +161,7 @@ Run: |
|
|
processors_multimodel: 16
|
|
|
custom_directives: ['#SBATCH --exclusive']
|
|
|
custom_directives_multimodel: ['#SBATCH --exclusive', '#SBATCH --constraint=highmem']
|
|
|
platform: nord3v2
|
|
|
platform: nord4
|
|
|
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
|
... | ... | |