- Introduction
- Project Overview
- Usage
- Technologies Used
- Installation
- Contributing
- License
- Acknowledgements
The "Distributed Object Search using MPI and OMP" project is an innovative solution designed to address the challenges associated with processing a large volume of images and conducting object searches in a parallel computing environment. This project showcases the integration of multiple parallel processing techniques, including Message Passing Interface (MPI) and Open Multi-Processing (OMP), to efficiently analyze images and perform object searches.
The project revolves around orchestrating a multi-process architecture comprising a dynamic master process and several slave processes. Each process collaborates to optimize computational efficiency by distributing and processing image data concurrently. The primary objectives of this project include:
- Efficiently allocating initial work segments (images) from the master process to each slave process.
- Dynamically assigning new work to slave processes upon task completion.
- Aggregating results from each slave process to generate a comprehensive output file.
To use this project:
- Clone the repository to your local machine.
- Compile and execute the program using the appropriate compiler with the makefile and runtime environment.
- Modify the
input2.txt
file to provide the necessary input data. - Execute the program to perform distributed object searches and generate output results.
For detailed installation and usage instructions, please refer to the Installation section.
This project leverages the following technologies:
- MPI (Message Passing Interface): Facilitates inter-process communication and data distribution among processes.
- OMP (Open Multi-Processing): Utilizes parallel threads within each process to conduct efficient object searches.
Follow these steps to set up and run the project:
- Clone the repository:
git clone https://github.com/your-username/your-repo-name.git
- Navigate to the project directory:
cd your-repo-name
- Compile the source code using your preferred compiler.
- Modify the
input2.txt
file to provide input data. - Run the compiled program to initiate the distributed object search.
Contributions to this project are welcome! If you'd like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature:
git checkout -b feature-name
- Make your changes and commit them:
git commit -m "Add your message here"
- Push the changes to your fork:
git push origin feature-name
- Submit a pull request to the main repository.
This project is licensed under the MIT License.
We extend our gratitude to the academic community and the collaborative efforts that contributed to the development of this project.