-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3c4f2f8
commit 1d0d06c
Showing
37 changed files
with
844 additions
and
706 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 6b1f964971c10eed1035b081deb3c52d | ||
config: 94d250ba7429ff31e08a1571e1a197ad | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
flowchart LR | ||
classDef safe stroke:#03A062,stroke-width:3px; | ||
classDef unsafe stroke:#d95f02,stroke-width:3px; | ||
classDef emphasis color:#03A062,stroke:#03A062,stroke-width:3px; | ||
|
||
unmanaged("💻\n Unmanaged\n Computer") -->|ssh| bastion(("Bastion Node\n ssh.swc.ucl.ac.uk")) | ||
|
||
subgraph trusted["SWC Network Domain"] | ||
|
||
bastion --> |ssh| gateway(("Gateway Node\n hpc-gw1")) | ||
managed_win("💻\n Managed\n Windows\n Desktop") ---> |ssh| gateway | ||
managed_linux("💻\n Managed\n Linux\n Desktop") ---> |ssh| gateway | ||
bastion ----> |srun\n sbatch| slurm{"SLURM 🚦"} | ||
gateway --> |srun\n sbatch| slurm | ||
managed_linux --> |srun\n sbatch| slurm | ||
|
||
subgraph compute["Compute Nodes"] | ||
node1(("Node 1")) | ||
node2(("Node 2")) | ||
node3(("Node 3")) | ||
end | ||
|
||
slurm --> node1 | ||
slurm --> node2 | ||
slurm --> node3 | ||
|
||
end | ||
|
||
class bastion emphasis | ||
class gateway emphasis | ||
class unmanaged unsafe | ||
class managed_win safe | ||
class managed_linux safe | ||
class node1 safe | ||
class node2 safe | ||
class node3 safe |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.