Related changes

Jump to navigation Jump to search

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.

Recent changes optionsShow last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide my edits | Show bots | Hide minor edits
Show new changes starting from 12:08, 9 August 2026
 
Page name:
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

6 August 2026

     14:55  OpenMPI 2 changes history +418 [Honfi001 (2×)]
     
14:55 (cur | prev) +206 Honfi001 talk contribs Tag: Visual edit
     
14:46 (cur | prev) +212 Honfi001 talk contribs (Add recommended environment section) Tag: Visual edit

5 August 2026

N    14:04  OpenMPI 3 changes history +14,357 [Honfi001 (3×)]
     
14:04 (cur | prev) −1,039 Honfi001 talk contribs (Trimming) Tag: Visual edit
     
13:55 (cur | prev) −1,715 Honfi001 talk contribs (Trimming) Tag: Visual edit
N    
13:43 (cur | prev) +17,111 Honfi001 talk contribs (Created page with "'''OpenMPI''' is the MPI library Anunna is built around. MPI — the Message Passing Interface — is how a single program runs as many cooperating processes at once, each with its own private memory, passing messages between themselves as the calculation proceeds. It is what lets one job use more than one node. This page is the practical side: which OpenMPI modules exist here, how to launch a job on one node and across several, and how to choose the network transport,...")
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...")