Skip to content

Commit 1d2130b

Browse files
committed
update the readme
1 parent 3d56a04 commit 1d2130b

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

README.md

+2-12
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,8 @@ For a list of all available options and algorithms, please consult `danny --help
7070

7171
## Running on a cluster
7272

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
8575
passwordless `ssh` configured in your cluster.
8676

8777
The file listing hosts should contain `host:port` pairs, like the following (any port number will do):

0 commit comments

Comments
 (0)