Skip to content

Commit cce85eb

Browse files
committed
add feature options
1 parent c1c2198 commit cce85eb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

ecole/config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jupyterhub::jupyterhub_config_hash:
2727
partition:
2828
def: 'cpubase_bycore_b1'
2929
lock: true
30+
feature:
31+
lock: true
3032
SlurmFormSpawner:
3133
disable_form: false
3234
start_timeout: 900
@@ -42,6 +44,8 @@ jupyterhub::jupyterhub_config_hash:
4244
runtime: 4
4345
memory: '2048'
4446
ui: 'lab'
47+
feature-cpu: true
48+
feature-gpu: false
4549
IA_GPU:
4650
name: 'Séquence IA - GPU'
4751
params:
@@ -51,6 +55,8 @@ jupyterhub::jupyterhub_config_hash:
5155
oversubscribe: false
5256
ui: 'lab'
5357
gpus: 'gpu:1'
58+
feature-cpu: false
59+
feature-gpu: true
5460
PYT:
5561
name: 'Séquence intro python'
5662
params:
@@ -59,6 +65,8 @@ jupyterhub::jupyterhub_config_hash:
5965
memory: '1024'
6066
oversubscribe: false
6167
ui: 'lab'
68+
feature-cpu: true
69+
feature-gpu: false
6270

6371
profile::software_stack::lmod_default_modules: ['StdEnv/2023', 'gcc', 'cuda/12.2', 'mpi4py/4.0.3', 'jupyterlab-apps/1.0']
6472
jupyterhub::kernel::venv::packages:

0 commit comments

Comments
 (0)