Skip to content

Commit

Permalink
Use config for JH
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoulombe committed Jan 9, 2025
1 parent 141f669 commit efd2ae8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 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 Down

0 comments on commit efd2ae8

Please sign in to comment.