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-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,8 @@ end
58
58
59
59
Currently it is a very simple implementation making some not perfect assumptions.
60
60
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?
62
63
*`rsync` exists on host and workers (allow for choise between scp/rsync other?)
63
64
*`julia` exists and will use that (allow to set julia executable)
64
65
* 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