Skip to content

Commit

Permalink
Ajout de comptes et partition
Browse files Browse the repository at this point in the history
  • Loading branch information
helene authored and helene committed Sep 19, 2024
1 parent 893ac1b commit a39bbc7
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 17 deletions.
50 changes: 33 additions & 17 deletions CDSI_intro_hpc/config.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,41 @@
jupyterhub::jupyterhub_config_hash:
SbatchForm:
runtime:
min: 3.5
def: 3.5
max: 5.0
nprocs:
min: 1
def: 1
max: 1
memory:
min: 1024
max: 2048
def: 2048
oversubscribe:
def: false
lock: false
ui:
def: 'terminal'
account:
def: 'def-sponsor00'

Check failure on line 4 in CDSI_intro_hpc/config.yaml

View workflow job for this annotation

GitHub Actions / lint

4:13 [indentation] wrong indentation: expected 16 but found 12
runtime:
min: 3.5

Check failure on line 6 in CDSI_intro_hpc/config.yaml

View workflow job for this annotation

GitHub Actions / lint

6:13 [indentation] wrong indentation: expected 16 but found 12
def: 4.0
max: 5.0
nprocs:
min: 1

Check failure on line 10 in CDSI_intro_hpc/config.yaml

View workflow job for this annotation

GitHub Actions / lint

10:13 [indentation] wrong indentation: expected 16 but found 12
def: 1
max: 1
memory:
min: 1024

Check failure on line 14 in CDSI_intro_hpc/config.yaml

View workflow job for this annotation

GitHub Actions / lint

14:13 [indentation] wrong indentation: expected 16 but found 12
max: 1024
def: 1024
oversubscribe:
def: true

Check failure on line 18 in CDSI_intro_hpc/config.yaml

View workflow job for this annotation

GitHub Actions / lint

18:13 [indentation] wrong indentation: expected 16 but found 12
lock: true
partition:
def: 'node'

Check failure on line 21 in CDSI_intro_hpc/config.yaml

View workflow job for this annotation

GitHub Actions / lint

21:13 [indentation] wrong indentation: expected 16 but found 12
lock: true
ui:
def: 'terminal'

Check failure on line 24 in CDSI_intro_hpc/config.yaml

View workflow job for this annotation

GitHub Actions / lint

24:13 [indentation] wrong indentation: expected 16 but found 12

profile::freeipa::mokey::require_verify_admin: false
profile::users::ldap::users:
user:

Check failure on line 28 in CDSI_intro_hpc/config.yaml

View workflow job for this annotation

GitHub Actions / lint

28:5 [indentation] wrong indentation: expected 8 but found 4
count: 80

Check failure on line 29 in CDSI_intro_hpc/config.yaml

View workflow job for this annotation

GitHub Actions / lint

29:9 [indentation] wrong indentation: expected 12 but found 8
passwd: "%{alias('passwd_user')}"
groups: ['def-sponsor00']

instructor:
passwd: "%{alias('passwd_instructor')}"

Check failure on line 34 in CDSI_intro_hpc/config.yaml

View workflow job for this annotation

GitHub Actions / lint

34:9 [indentation] wrong indentation: expected 12 but found 8
groups: ['def-sponsor00', 'helper']

helper:
count: 4
passwd: "%{alias('passwd_helper')}"
groups: ['def-sponsor00', 'helper']

1 change: 1 addition & 0 deletions CDSI_intro_hpc/custom.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ locals {

custom = {
ncpu = 2
nnode_compute = 2
}

0 comments on commit a39bbc7

Please sign in to comment.