Skip to content

Commit d9e7e03

Browse files
author
Vasileios Karakasis
committed
Update configuration of JupyterHub reservations
1 parent 1897374 commit d9e7e03

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

config/cscs.py

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,9 @@
267267
'builtin'
268268
],
269269
'access': [
270-
'-Cgpu',
271-
'--reservation=jupyter_gpu'
270+
f'-Cgpu',
271+
f'--reservation=jupyter_gpu',
272+
f'--account={osext.osgroup()}'
272273
],
273274
'descr': 'JupyterHub GPU nodes',
274275
'max_jobs': 10,
@@ -281,8 +282,9 @@
281282
'builtin'
282283
],
283284
'access': [
284-
'-Cmc',
285-
'--reservation=jupyter_mc'
285+
f'-Cmc',
286+
f'--reservation=jupyter_mc',
287+
f'--account={osext.osgroup()}'
286288
],
287289
'descr': 'JupyterHub multicore nodes',
288290
'max_jobs': 10,
@@ -404,8 +406,9 @@
404406
'builtin'
405407
],
406408
'access': [
407-
'-Cgpu',
408-
'--reservation=jupyter_gpu'
409+
f'-Cgpu',
410+
f'--reservation=jupyter_gpu',
411+
f'--account={osext.osgroup()}'
409412
],
410413
'descr': 'JupyterHub GPU nodes',
411414
'max_jobs': 10,
@@ -418,8 +421,9 @@
418421
'builtin'
419422
],
420423
'access': [
421-
'-Cmc',
422-
'--reservation=jupyter_mc'
424+
f'-Cmc',
425+
f'--reservation=jupyter_mc',
426+
f'--account={osext.osgroup()}'
423427
],
424428
'descr': 'JupyterHub multicore nodes',
425429
'max_jobs': 10,

0 commit comments

Comments
 (0)