Skip to content

Commit

Permalink
Homogenous vs Heterogenous computing
Browse files Browse the repository at this point in the history
`@everywhere` is homogenous I think 🤔
  • Loading branch information
pankgeorg authored Jul 5, 2024
1 parent 0715f26 commit c5c098a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ Malt.jl worker processes **do not inherit** `ENV` variables, command-line argume
### Interrupt on Windows
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 heterogenous computing**.
### Homogenous computing
Malt.jl does not have API like `@everywhere` or `Distributed.procs`: Malt is **not the right tool for homogenous computing**.

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

0 comments on commit c5c098a

Please sign in to comment.