Skip to content

Commit

Permalink
Update README.md (#64)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md
  • Loading branch information
carstenbauer authored Nov 14, 2023
1 parent 2d20f6d commit 34e6226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Malt.jl worker processes **do not inherit** `ENV` variables, command-line argume
Malt.jl supports **interrupting a worker process on Windows**, not just on UNIX.

### Heterogenous computing
Malt.jl does not have API like `@everywhere` or `Distributed.procs`: Malt is **not the right tool for homogenous computing**.
Malt.jl does not have API like `@everywhere` or `Distributed.procs`: Malt is **not the right tool for heterogenous computing**.

### Exception handling
Exceptions in Malt.jl workers are converted to plaintext before being rethrown in the host.
Expand Down

0 comments on commit 34e6226

Please sign in to comment.