Skip to content

Commit

Permalink
Clarify that Malt.jl does not support ssh workers (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
lassepe authored Aug 29, 2024
1 parent 0532f06 commit 24a764c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ julia> @time Malt.Worker();
0.964955 seconds (537 allocations: 308.734 KiB)
```

### Limitations

In contrast to Distributed.jl, Malt.jl currently does not support launching workers on another machine (e.g. SSH remote workers).

# Sponsors

Development of Malt.jl is sponsored by:
Expand Down

0 comments on commit 24a764c

Please sign in to comment.