Skip to content

Commit

Permalink
Regenerate config from haddock3 3cf7c296714cfc6b8857082d02c48dacd943221c
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Jan 16, 2024
1 parent b35156a commit a65291f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions packages/haddock3_catalog/public/catalog/haddock3.easy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ global:
type: string
format: uri-reference
ncores:
default: 8
default: 4
title: Number of CPU cores
description: Number of CPU cores to use for the CNS calculations. It is truncated
to max available CPUs minus 1.
Expand All @@ -96,14 +96,14 @@ global:
description: Mode of execution of the jobs, either local or using a batch
system.
$comment: Mode of execution of the jobs, either local or using a batch system.
Currently slurm and torque are supported. For the HPC mode the queue command
Currently slurm and torque are supported. For the batch mode the queue command
must be specified in the queue parameter.
type: string
minLength: 0
maxLength: 20
enum:
- local
- hpc
- batch
batch_type:
default: slurm
title: Batch system
Expand Down
6 changes: 3 additions & 3 deletions packages/haddock3_catalog/public/catalog/haddock3.expert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ global:
type: string
format: uri-reference
ncores:
default: 8
default: 4
title: Number of CPU cores
description: Number of CPU cores to use for the CNS calculations. It is truncated
to max available CPUs minus 1.
Expand All @@ -106,14 +106,14 @@ global:
description: Mode of execution of the jobs, either local or using a batch
system.
$comment: Mode of execution of the jobs, either local or using a batch system.
Currently slurm and torque are supported. For the HPC mode the queue command
Currently slurm and torque are supported. For the batch mode the queue command
must be specified in the queue parameter.
type: string
minLength: 0
maxLength: 20
enum:
- local
- hpc
- batch
batch_type:
default: slurm
title: Batch system
Expand Down
6 changes: 3 additions & 3 deletions packages/haddock3_catalog/public/catalog/haddock3.guru.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ global:
type: string
format: uri-reference
ncores:
default: 8
default: 4
title: Number of CPU cores
description: Number of CPU cores to use for the CNS calculations. It is truncated
to max available CPUs minus 1.
Expand All @@ -106,14 +106,14 @@ global:
description: Mode of execution of the jobs, either local or using a batch
system.
$comment: Mode of execution of the jobs, either local or using a batch system.
Currently slurm and torque are supported. For the HPC mode the queue command
Currently slurm and torque are supported. For the batch mode the queue command
must be specified in the queue parameter.
type: string
minLength: 0
maxLength: 20
enum:
- local
- hpc
- batch
batch_type:
default: slurm
title: Batch system
Expand Down

0 comments on commit a65291f

Please sign in to comment.