Skip to content

Commit

Permalink
add more todo
Browse files Browse the repository at this point in the history
  • Loading branch information
albheim committed Sep 1, 2021
1 parent 24f7c58 commit 54126fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ end

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

* Same directory structure needed on all nodes (allow for one structure on host and one on workers?)
* Same directory structure needed on all nodes for now
* 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?
* `rsync` exists on host and workers (allow for choise between scp/rsync other?)
* `julia` exists and will use that (allow to set julia executable)
* 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)
Expand Down

2 comments on commit 54126fa

@albheim
Copy link
Owner Author

@albheim albheim commented on 54126fa Sep 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/43956

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 54126fac4aba9198cdce7d8666705f5f51d41574
git push origin v0.1.0

Please sign in to comment.