From bfe87c7a1ba1772a30d524041443230f69e1e89f Mon Sep 17 00:00:00 2001 From: helene Date: Thu, 19 Sep 2024 11:23:41 -0400 Subject: [PATCH 1/3] Ajustement d'espaces --- CDSI_intro_hpc/config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CDSI_intro_hpc/config.yaml b/CDSI_intro_hpc/config.yaml index 559d8e1..caf383e 100644 --- a/CDSI_intro_hpc/config.yaml +++ b/CDSI_intro_hpc/config.yaml @@ -1,5 +1,5 @@ jupyterhub::jupyterhub_config_hash: - SbatchForm: + SbatchForm: account: def: 'def-sponsor00' runtime: @@ -7,9 +7,9 @@ jupyterhub::jupyterhub_config_hash: def: 4.0 max: 5.0 nprocs: - min: 1 - def: 1 - max: 1 + min: 1 + def: 1 + max: 1 memory: min: 1024 max: 1024 From e8e8e392a5a6d918c6d5dd88cf036f1e8bd6de26 Mon Sep 17 00:00:00 2001 From: helene Date: Thu, 19 Sep 2024 11:29:13 -0400 Subject: [PATCH 2/3] Ajustement d'espace encore --- CDSI_intro_hpc/config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CDSI_intro_hpc/config.yaml b/CDSI_intro_hpc/config.yaml index caf383e..1d2e83c 100644 --- a/CDSI_intro_hpc/config.yaml +++ b/CDSI_intro_hpc/config.yaml @@ -7,9 +7,9 @@ jupyterhub::jupyterhub_config_hash: def: 4.0 max: 5.0 nprocs: - min: 1 - def: 1 - max: 1 + min: 1 + def: 1 + max: 1 memory: min: 1024 max: 1024 From ac70e321ff1f7d8bde4748fbe398606c07848f53 Mon Sep 17 00:00:00 2001 From: helene Date: Thu, 19 Sep 2024 13:00:29 -0400 Subject: [PATCH 3/3] Ajustements espace et accolades --- CDSI_intro_hpc/config.yaml | 1 - CDSI_intro_hpc/custom.tf | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CDSI_intro_hpc/config.yaml b/CDSI_intro_hpc/config.yaml index 1d2e83c..1c47dc7 100644 --- a/CDSI_intro_hpc/config.yaml +++ b/CDSI_intro_hpc/config.yaml @@ -38,4 +38,3 @@ profile::users::ldap::users: count: 4 passwd: "%{alias('passwd_helper')}" groups: ['def-sponsor00', 'helper'] - diff --git a/CDSI_intro_hpc/custom.tf b/CDSI_intro_hpc/custom.tf index 54bc84c..a894b91 100644 --- a/CDSI_intro_hpc/custom.tf +++ b/CDSI_intro_hpc/custom.tf @@ -5,3 +5,4 @@ locals { ncpu = 2 nnode_compute = 2 } +}