From a65291f97441aeab84e57fc0ac27e5406a76f866 Mon Sep 17 00:00:00 2001 From: Stefan Verhoeven Date: Tue, 16 Jan 2024 12:05:03 +0100 Subject: [PATCH] Regenerate config from haddock3 3cf7c296714cfc6b8857082d02c48dacd943221c --- packages/haddock3_catalog/public/catalog/haddock3.easy.yaml | 6 +++--- .../haddock3_catalog/public/catalog/haddock3.expert.yaml | 6 +++--- packages/haddock3_catalog/public/catalog/haddock3.guru.yaml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/haddock3_catalog/public/catalog/haddock3.easy.yaml b/packages/haddock3_catalog/public/catalog/haddock3.easy.yaml index 8d3ef918..428612ff 100644 --- a/packages/haddock3_catalog/public/catalog/haddock3.easy.yaml +++ b/packages/haddock3_catalog/public/catalog/haddock3.easy.yaml @@ -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. @@ -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 diff --git a/packages/haddock3_catalog/public/catalog/haddock3.expert.yaml b/packages/haddock3_catalog/public/catalog/haddock3.expert.yaml index b1f04029..74d503be 100644 --- a/packages/haddock3_catalog/public/catalog/haddock3.expert.yaml +++ b/packages/haddock3_catalog/public/catalog/haddock3.expert.yaml @@ -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. @@ -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 diff --git a/packages/haddock3_catalog/public/catalog/haddock3.guru.yaml b/packages/haddock3_catalog/public/catalog/haddock3.guru.yaml index f3185e42..5154c6f5 100644 --- a/packages/haddock3_catalog/public/catalog/haddock3.guru.yaml +++ b/packages/haddock3_catalog/public/catalog/haddock3.guru.yaml @@ -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. @@ -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