Skip to content
#

mpich

Here are 92 public repositories matching this topic...

In this task, I wrote the code using both OpenMP and MPI inorder to parallelize it. What it does is that the master process distributes a chunk of number equally among the slave processes. Each slave process then searches for the number to find. When one slave process finds the number, it sends a message to the master process who then sends a "t…

  • Updated Aug 5, 2021
  • C++

Add this topic to your repo

To associate your repository with the mpich topic, visit your repo's landing page and select "manage topics."

Learn more