Skip to content

Commit 54126fa

Browse files
committed
add more todo
1 parent 24f7c58 commit 54126fa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ end
5858

5959
Currently it is a very simple implementation making some not perfect assumptions.
6060

61-
* Same directory structure needed on all nodes (allow for one structure on host and one on workers?)
61+
* Same directory structure needed on all nodes for now
62+
* Allow for supplying a `project` folder which all dev packages and env files are added to. Modify Manifest to update paths. Could be problematic with nested packages?
6263
* `rsync` exists on host and workers (allow for choise between scp/rsync other?)
6364
* `julia` exists and will use that (allow to set julia executable)
6465
* Check if we can create a SSHManager object and keep that alive to have acces to individual machines, would allow for either running `@everywhere` or something like `@allmachines` to only run once on each machine (downloading dataset, precompiling)

0 commit comments

Comments
 (0)