Commit 48c2d97f authored by mohamadbashar.disoki's avatar mohamadbashar.disoki

Update README.md

parent 6f43c918
...@@ -7,6 +7,10 @@ ...@@ -7,6 +7,10 @@
* Blocking point-to-point communication * Blocking point-to-point communication
* Sending and receiving with MPI_Send and MPI_Recv * Sending and receiving with MPI_Send and MPI_Recv
*Some Useful links:*
* [What is a Makefile and how does it work?](https://opensource.com/article/18/8/what-how-makefile)
* [MPI Tutorial](https://mpitutorial.com/)
## 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
...@@ -45,6 +49,3 @@ mpirun -np 3 -f mpi_hosts ./mpi_sampl ...@@ -45,6 +49,3 @@ mpirun -np 3 -f mpi_hosts ./mpi_sampl
Use Makefile Use Makefile
To compile the program type "make" which compiles the program with "mpicc". To compile the program type "make" which compiles the program with "mpicc".
*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