Lesson 12

Date: 4/16/2014
High Performance Computing (part I)
Linux for Engineering and IT applications


Master-Slave Task Farming

  • A process with rank=0 forms tasks for slaves (rank > 0), sends it to them then receives computed results. The slaves receive the tasks, compute them and send the results to the master.






  • Take me to the Course Website