I have a similar usecase and run distributed code on machines that are not a part of any cluster at all - just a few random workstations in our group. Julia doesn’t really have built-in features to make it easy, and I’ve written a small helper package: [ANN] DistributedAdhoc.jl: for machines that don't share a common filesystem. It can transfer individual files and directories without extra setup, and share whole julia environments from the local machine.
aplavin
5
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Sending modules from a local julia file to remote machines | 4 | 871 | September 20, 2018 | |
| JuliaDB w/ Workers on Remote Machine | 2 | 450 | June 18, 2019 | |
| Local & remote workflow | 16 | 1677 | November 29, 2018 | |
| How to specify absolute path for include("file.jl") on multiple workers? | 9 | 4165 | September 4, 2018 | |
| Loading modules on remote workers in Julia 1.0/.7 | 7 | 3118 | July 25, 2019 |