pointeee's blog

Archives · 2023

Home

About

Archive

Friends

Research, Computer Science

MPI notes

Crash MPIFollowing are basically the note when I went through https://www.hlrs.de/training/self-study-materials. This tutorial is highly recommended as it contains plenty of informative code exercises! OverviewSequential vs ParallelSequential - One memory, one processor; all the works done in linear order Parallel - Many memories, many processors; at diffe..

Read more