about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorRaphael Dichler <44930718+raphaeldichler@users.noreply.github.com>2025-05-11 20:06:21 +0200
committerGitHub <noreply@github.com>2025-05-11 20:06:21 +0200
commit0e2ecd8d9ea2df912ccfd9f4574639066615d612 (patch)
tree93ea5fd1e019e8253b5df7bd4ed686e0225e4cba
parent2370f0923f896623c279b005b96f51121fc29700 (diff)
downloadresearch-work-archive-artifacts-0e2ecd8d9ea2df912ccfd9f4574639066615d612.tar.gz
research-work-archive-artifacts-0e2ecd8d9ea2df912ccfd9f4574639066615d612.zip
Update README.md
-rw-r--r--archive/2024/winter/bsc_dichler/README.md15
1 files changed, 13 insertions, 2 deletions
diff --git a/archive/2024/winter/bsc_dichler/README.md b/archive/2024/winter/bsc_dichler/README.md
index 6cf7f97d2..e9b1d9960 100644
--- a/archive/2024/winter/bsc_dichler/README.md
+++ b/archive/2024/winter/bsc_dichler/README.md
@@ -24,12 +24,23 @@ To run the experiments on a remote machine, valid SSH keys must be established.
 
 From the root directory of the repo, run any benchmark with the following command:
 ```bash
-./scripts/main.py --experiment <experiment> remote --remote-user <ssh-user> --remote-host <ssh-host>
+./scripts/main.py \
+  --experiment <experiment> \
+  remote \
+  --remote-user <ssh-user> \
+  --remote-host <ssh-host> \
 ```
 
 If an SSH jump host is needed, use the following command:
 ```bash
-./scripts/main.py --experiment <experiment> remote --remote-user <ssh-user> --remote-host <ssh-host> --remote-jump-user <ssh-jump-user> --remote-jump-host <ssh-jump-host> --remote-jump-port <ssh-jump-port>
+./scripts/main.py \
+  --experiment <experiment> \
+  remote \
+  --remote-user <ssh-user> \
+  --remote-host <ssh-host> \
+  --remote-jump-user <ssh-jump-user> \
+  --remote-jump-host <ssh-jump-host> \
+  --remote-jump-port <ssh-jump-port>
 ```
 
 ### Additional Information