jupyterhub_moss
jupyterhub_moss copied to clipboard
Jupyterhub MOdular Slurm Spawner
When I run the command (pip install jupyterhub_moss) to install jupyterhub_moss I got the following error, ERROR: Could not find a version that satisfies the requirement jupyterhub_moss When I tried...
Where a slurm compute node has multiple gpu types, as in my example below, the parser fails. sinfo -a --noheader -o '%R %F %c %C %G %m %l' returns: gpu-private...
There is a limitation in the current fetching of parititon information when there is different `gres` (e.g., GPU) in the same partition, e.g.: ``` dev 1/0/0/1 128 32/0/96/128 gpu:MYGPU:2(S:0-1) 520000...
There is little difference between jhub_moss batch scripts and the default one. Let's move to use the default one.
Hi, In our cluster with only 3 nodes (just one partition), the spawner uses always the same node (the third, which has more memory than the others and is usually...