You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-12
Original file line number
Diff line number
Diff line change
@@ -70,18 +70,8 @@ For a list of all available options and algorithms, please consult `danny --help
70
70
71
71
## Running on a cluster
72
72
73
-
Deploying a running on a cluster requires each machine of the cluster to have a copy of the `danny` binary available in the `$PATH`.
74
-
The simplest way to accomplish this is to run
75
-
76
-
```
77
-
cargo install --force --path danny --locked
78
-
```
79
-
80
-
on each machine of the cluster. This will place the `danny` executable in the `~/.cargo/bin` directory of each machine,
81
-
which should be added to `$PATH`.
82
-
83
-
To run the code, you invoke `danny` on one of the machines and provide a list of all the hosts to use in a file: the executable
84
-
will take care of spawning worker processes on all listed machines using `ssh`. Therefore it is best to have
73
+
To run the code on a cluster of machines, you invoke `danny` on one of the machines and provide a list of all the hosts to use in a file: the executable
74
+
will take care of copying itself to all the workers with `rsync` and spawning worker processes on all listed machines using `ssh`. Therefore it is best to have
85
75
passwordless `ssh` configured in your cluster.
86
76
87
77
The file listing hosts should contain `host:port` pairs, like the following (any port number will do):
0 commit comments