Commit 4e8d0f08 authored by mohamadbashar.disoki's avatar mohamadbashar.disoki

Update README.md

parent 2e4f7c33
# MPI LAB # MPI LAB
*topics*
* Prepare Environment
* Running an MPI cluster within a LAN
* Running an MPI hello world application
* Blocking point-to-point communication
* Sending and receiving with MPI_Send and MPI_Recv
## Prepare your User ## Prepare your User
To establish ssh connection between master and slaves without prompt required password we copy To establish ssh connection between master and slaves without prompt required password we copy
public id on slave machines as following public id on slave machines as following
...@@ -37,3 +44,5 @@ mpirun -np 3 -f mpi_hosts ./mpi_sampl ...@@ -37,3 +44,5 @@ mpirun -np 3 -f mpi_hosts ./mpi_sampl
``` ```
*Useful Links*
* [MPI Tutorial](https://mpitutorial.com/tutorials/)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment