Skip to content

Commit

Permalink
Merge branch '2025-1' of github.com:calculquebec/mc-infra-cours into …
Browse files Browse the repository at this point in the history
…2025-1
  • Loading branch information
mboisson committed Jan 10, 2025
2 parents 958d46c + efd2ae8 commit af55f47
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions bif4007/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
jupyterhub::jupyterhub_config_hash:
SbatchForm:
runtime:
min: 1.0
def: 2.0
max: 5.0
nprocs:
min: 1
def: 1
max: 8
memory:
min: 1024
max: 10000
def: 6144
oversubscribe:
def: true
lock: true
ui:
def: 'lab'
partition:
lock: false
SlurmFormSpawner:
disable_form: false

profile::software_stack::lmod_default_modules:
- 'StdEnv/2023'
- 'gcc'
Expand All @@ -19,3 +43,30 @@ cron::job:
weekday: '4'
user: 'root'
description: 'spawn nodes at 10:25 on each Thursdays'
spawn_nodes_jan:
command: '/opt/software/slurm/bin/scontrol update node=nodecpupool[1-2] state=power_up'
minute: '25'
hour: '8'
date: '29'
month: '1'
weekday: '*'
user: 'root'
description: 'spawn nodes at 8:25 on 29 January'
spawn_nodes_feb:
command: '/opt/software/slurm/bin/scontrol update node=nodecpupool[1-2] state=power_up'
minute: '25'
hour: '8'
date: '12'
month: '2'
weekday: '*'
user: 'root'
description: 'spawn nodes at 8:25 on 12 February'
spawn_nodes_apr:
command: '/opt/software/slurm/bin/scontrol update node=nodecpupool[1-2] state=power_up'
minute: '25'
hour: '8'
date: '2,16'
month: '4'
weekday: '*'
user: 'root'
description: 'spawn nodes at 8:25 on for April'

0 comments on commit af55f47

Please sign in to comment.