Fortran: Getting Started in Multiprocessing with MPI

#Fortran #MPI #Programming Today I go into MPI and more specifically how to set it up and run some basic calls. MPI is used a lot in high performance computing (HPC) and is a staple for parallel processing. It is also good to make sure your program is full tested and robust before you implement a paralleled version of it, because of the debugging you may go through. Moreover, good coding practices will make your code extremely fast before making it parallel. Sections -------------- 0:00 - Intro 0:41 - WARNING 1:38 - Documentation 3:33 - Setting Up MPI 6:00 - Using MPI Links --------- Installing MPI https://fnjn.io/2019/03/04/Install-Op... MPI Documentation http://www.dartmouth.edu/%7Erc/classe... https://www.mpi-forum.org/docs/mpi-3.... Using MPI https://curc.readthedocs.io/en/latest... http://condor.cc.ku.edu/%7Egrobe/docs... https://www.mir.wustl.edu/research/re... Repo -------- https://github.com/da-james/djs-offic... GM: [email protected] IG:   / djsofficehours   TT:   / djsofficehours   T:   / djsofficehours