Skip to content

Program written in C++ language to search a number from an array after distributing it equally to all slave processes and using OpenMP and MPI for parallel searching

Notifications You must be signed in to change notification settings

SameetAsadullah/Searching-a-Number-Among-Slave-Processes-Using-OpenMP-and-MPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Searching a Number Among Slave Processes Using OpenMP and MPI

Description

Program written in C++ language to search a number from an array after distributing it equally to all Slave Processes and using OpenMP and MPI for Parallel Searching. You can view the detailed project description Here.

Manual

  1. Use following command to Compile the Code:

    mpic++ -fopenmp Source.cpp -o Source
    
  2. Use following command to Execute the Code. 3 indicates total number of processes to create:

    mpiexec -n 3 -f machinefile ./Source
    

Working Screenshots


About

Program written in C++ language to search a number from an array after distributing it equally to all slave processes and using OpenMP and MPI for parallel searching

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages