Related changes
← OpenMPI
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
5 August 2026
| N 09:54 | Workflows/Multi-Process diffhist +11,748 Honfi001 talk contribs (Created page with "Multi-threaded work gave one process many arms, and then ran into a wall: threads share memory, and shared memory stops at the edge of the machine. This page is how a single calculation gets past that wall — not by growing one process, but by running '''many separate processes''', each with its own private memory, that send messages to each other as the calculation proceeds. The standard way to do that is '''MPI''', the Message Passing Inte...") | ||||
| 08:02 | Workflows/Multi-threaded diffhist −30 Honfi001 talk contribs (Fix links) | ||||
|
|
N 07:59 | Workflows/Embarassinly-Parallel 3 changes history +11,729 [Honfi001 (3×)] | |||
|
|
07:59 (cur | prev) −20 Honfi001 talk contribs (Embarassinly Parallel) Tag: Visual edit | ||||
|
|
07:39 (cur | prev) −3,683 Honfi001 talk contribs | ||||
| N |
|
07:31 (cur | prev) +15,432 Honfi001 talk contribs (Created page with "This tutorial is a gentle, hands-on introduction to '''parallel computing on Anunna'''. Instead of a heavy scientific code, it uses one friendly problem — estimating the number π by throwing random darts — and runs the ''same'' calculation across every kind of parallelism the cluster offers: a single core, many threads, many processes, multiple nodes, and a GPU. Because the problem stays the same, you can see exactly what each step up the ladder buys you. You do no...") | |||