... | @@ -38,6 +38,7 @@ Run: |
... | @@ -38,6 +38,7 @@ Run: |
|
hpc_user: bsc32762 # replace with your hpc username
|
|
hpc_user: bsc32762 # replace with your hpc username
|
|
wallclock: 01:00 # hh:mm
|
|
wallclock: 01:00 # hh:mm
|
|
processors_per_job: 8
|
|
processors_per_job: 8
|
|
|
|
custom_directives: ['#SBATCH --exclusive', '#SBATCH --constraint=medmem']
|
|
platform: nord3v2
|
|
platform: nord3v2
|
|
email_notifications: yes # enable/disable email notifications. Change it if you want to.
|
|
email_notifications: yes # enable/disable email notifications. Change it if you want to.
|
|
email_address: victoria.agudetse@bsc.es # replace with your email address
|
|
email_address: victoria.agudetse@bsc.es # replace with your email address
|
... | @@ -130,7 +131,15 @@ Run: |
... | @@ -130,7 +131,15 @@ Run: |
|
expid: a5no # replace with your EXPID
|
|
expid: a5no # replace with your EXPID
|
|
hpc_user: bsc32762 # replace with your hpc username
|
|
hpc_user: bsc32762 # replace with your hpc username
|
|
wallclock: 01:00 # hh:mm
|
|
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
|
|
platform: nord3v2
|
|
custom_directives: ['#SBATCH --exclusive', '#SBATCH --constraint=medmem'] # custom directives for the jobs
|
|
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.
|
|
email_notifications: yes # enable/disable email notifications. Change it if you want to.
|
... | @@ -138,3 +147,21 @@ Run: |
... | @@ -138,3 +147,21 @@ Run: |
|
notify_completed: no # notify me by email when a job finishes
|
|
notify_completed: no # notify me by email when a job finishes
|
|
notify_failed: yes # notify me by email when a job fails
|
|
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 |