From ed86fe2eff49bda606e9f4d235f68bc83b5196e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9l=C3=A8ne=20Gingras?= Date: Thu, 19 Sep 2024 14:36:25 -0400 Subject: [PATCH] Update CSDI MC recipe (#1) * Ajustement d'espaces * Ajustement d'espace encore * Ajustements espace et accolades --------- Co-authored-by: helene --- CDSI_intro_hpc/config.yaml | 3 +-- CDSI_intro_hpc/custom.tf | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CDSI_intro_hpc/config.yaml b/CDSI_intro_hpc/config.yaml index 559d8e1..1c47dc7 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: @@ -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 } +}