Difference between revisions of "MPI"
Jump to navigation
Jump to search
(Created page with "MPI is an implementation of Distributed Memory parallelization. Information of how to run an existing MPI program can be found in the How_to_Use_MPI...") |
m |
||
Line 5: | Line 5: | ||
== References == | == References == | ||
− | [https://doc.itc.rwth-aachen.de/download/attachments/35947076/01_PPCES2018_MPI_Tutorial.pdf Introduction to MPI from PPCES (@RWTH Aachen) Part 1 | + | [https://doc.itc.rwth-aachen.de/download/attachments/35947076/01_PPCES2018_MPI_Tutorial.pdf Introduction to MPI from PPCES (@RWTH Aachen) Part 1] |
− | [https://doc.itc.rwth-aachen.de/download/attachments/35947076/02_PPCES2018_MPI_Tutorial.pdf Introduction to MPI from PPCES (@RWTH Aachen) Part | + | [https://doc.itc.rwth-aachen.de/download/attachments/35947076/02_PPCES2018_MPI_Tutorial.pdf Introduction to MPI from PPCES (@RWTH Aachen) Part 2] |
− | [https://doc.itc.rwth-aachen.de/download/attachments/35947076/03_PPCES2018_MPI_Tutorial.pdf Introduction to MPI from PPCES (@RWTH Aachen) Part | + | [https://doc.itc.rwth-aachen.de/download/attachments/35947076/03_PPCES2018_MPI_Tutorial.pdf Introduction to MPI from PPCES (@RWTH Aachen) Part 3] |
Revision as of 09:54, 5 April 2018
MPI is an implementation of Distributed Memory parallelization. Information of how to run an existing MPI program can be found in the How_to_Use_MPI Section.
General
References
Introduction to MPI from PPCES (@RWTH Aachen) Part 1