Recent changes

Jump to navigation Jump to search

Track the most recent changes to the wiki on this page.

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 10:28, 9 August 2026
 
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
     14:48  Software diffhist +15 Honfi001 talk contribs Tag: Visual edit

5 August 2026

N    14:46  IntelMPI 2 changes history +12,183 [Honfi001 (2×)]
     
14:46 (cur | prev) −571 Honfi001 talk contribs Tag: Visual edit
N    
14:40 (cur | prev) +12,754 Honfi001 talk contribs (Created page with "'''Intel MPI''' is the other MPI implementation available on Anunna, alongside OpenMPI. It arrives as part of the Intel toolchain, together with the Intel compilers and the Intel Math Kernel Library (MKL). Everything general about MPI — that it runs one program as many cooperating processes, that it has to be built into the program, and when it is the right tool at all — is covered on Multi-Process Workflows. This page is the Intel-sp...")
     14:07  Software 2 changes history +17 [Honfi001 (2×)]
     
14:07 (cur | prev) +14 Honfi001 talk contribs Tag: Visual edit
 m   
11:36 (cur | prev) +3 Honfi001 talk contribs Tag: Visual edit
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,...")
 m   09:55  Workflows 2 changes history +55 [Honfi001 (2×)]
 m   
09:55 (cur | prev) +19 Honfi001 talk contribs Tag: Visual edit
 m   
09:29 (cur | prev) +36 Honfi001 talk contribs Tag: Visual edit
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) Tag: Visual edit
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...")