GithubHelp home page GithubHelp logo

idos88 / parallelproject2 Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 182 KB

Efficiently search objects in images with Distributed Object Search using MPI and OMP. This project utilizes parallel processing techniques for optimizing object analysis. Developed as part of a distributed computing course.

C 98.27% Makefile 1.73%
mpi openmp openmpi parallel-computing parallel-programming

parallelproject2's Introduction

ParallelProject2

Distributed Object Search using MPI and OMP

Table of Contents

Introduction

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.

Project Overview

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.

Usage

To use this project:

  1. Clone the repository to your local machine.
  2. Compile and execute the program using the appropriate compiler with the makefile and runtime environment.
  3. Modify the input2.txt file to provide the necessary input data.
  4. Execute the program to perform distributed object searches and generate output results.

For detailed installation and usage instructions, please refer to the Installation section.

Technologies Used

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.

Installation

Follow these steps to set up and run the project:

  1. Clone the repository: git clone https://github.com/your-username/your-repo-name.git
  2. Navigate to the project directory: cd your-repo-name
  3. Compile the source code using your preferred compiler.
  4. Modify the input2.txt file to provide input data.
  5. Run the compiled program to initiate the distributed object search.

Contributing

Contributions to this project are welcome! If you'd like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature: git checkout -b feature-name
  3. Make your changes and commit them: git commit -m "Add your message here"
  4. Push the changes to your fork: git push origin feature-name
  5. Submit a pull request to the main repository.

License

This project is licensed under the MIT License.

Acknowledgements

We extend our gratitude to the academic community and the collaborative efforts that contributed to the development of this project.

parallelproject2's People

Contributors

idos88 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.