Skip to content

Commit

Permalink
add dynamic_node
Browse files Browse the repository at this point in the history
  • Loading branch information
mhwasil committed Dec 20, 2023
1 parent 3091ba0 commit bee123b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/server-management/user-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ ToDo: picture
| -------- | ----------------------- | --- | --- | --- | ---------- | ---------------- | ---------------- | ----- | ----------------------------------------------------------------------------------------------------------------------------- |
| mwasil2m | node0+node1 | 64 | 24 | 3 | 1 | 14.03.2023-12:00 | 14.04.2024-19:00 | 1 | ghcr.io/b-it-bots/docker/gpu-notebook:11.3.1-cudnn8-runtime-ubuntu20.04+ghcr.io/digiklausur/docker-stacks/notebook-dev:latest |
| mwasil2s | node0 | 8 | 4 | 2 | 0 | 14.02.2023-12:00 | 14.02.2024-19:00 | 0 | |
| tmetzl2m | node2+node3 | 64 | 24 | 3 | 1 | 14.03.2023-12:00 | 14.04.2024-19:00 | 1 | ghcr.io/b-it-bots/docker/gpu-notebook:11.3.1-cudnn8-runtime-ubuntu20.04+ghcr.io/digiklausur/docker-stacks/notebook-dev:latest |
| tmetzl2m | dynamic_node | 64 | 24 | 3 | 1 | 14.03.2023-12:00 | 14.04.2024-19:00 | 1 | ghcr.io/b-it-bots/docker/gpu-notebook:11.3.1-cudnn8-runtime-ubuntu20.04+ghcr.io/digiklausur/docker-stacks/notebook-dev:latest |

* `Username`: UID of the user
* `Node`: Nodes availabe to users (options: `node0`, `node1`, `node2`, and `node3`). Sign `+` indicates that the user has access to multiple nodes.
* `Node`: Nodes availabe to users (options: `node0`, `node1`, `node2`, `node3`, `node4`, and `dynamic_node`). Sign `+` indicates that the user has access to multiple nodes that are labelled `a2s.cluster.gpu/node-label=<label>`, and `dynamic_node` indicates that the user can be allocated dynamically (depending on the resource availability) to nodes which are labelled `a2s.cluster.gpu/node-allocation=dynamic`.
* `RAM`: Allocated RAM in GB (options: `8`, `16`, `32`, `64`)
* `CPU`: Number of allocated CPU cores (options: `8`, `16`, `32`)
* `GPU`: Number of allocated GPUs (dependent on the number of GPUs available on the selected node)
Expand Down

0 comments on commit bee123b

Please sign in to comment.