MPI 101 ===== In this section, we will learn the basics of MPI. Many people get by writing parallel code by just using six MPI calls, and this is what we will show you in this section. .. toctree:: tutorial/MPI101/intro tutorial/MPI101/monte-carlo tutorial/MPI101/basic_mpi turotial/MPI101/model_problem Topic 1: Syntax and Semantics ============================= .. toctree:: tutorial/Topic_one/semantics Topic 2: Point-to-point Communication ===================================== .. toctree:: tutorial/Topic_two/p2p_comm Topic 3: Collective Communication ================================== .. toctree:: tutorial/Topic_three/collective_comm Topic 4: One-sided Communication ================================= .. toctree:: tutorial/Topic_four/one_sided_comm