Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6660687
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T02:11:10+00:00 2026-05-26T02:11:10+00:00

I am interested in implementing a sort of event driven dispatch queue using MPI

  • 0

I am interested in implementing a sort of event driven dispatch queue using MPI (message passing interface). The basic problem I want to solve is this: I have a master process which inserts jobs into a global queue, and each available slave process retrieves the next job in the queue if there is one.

From what I’ve read about MPI, it seems like sending and receiving processes must be in agreement about when they send and receive. As in, suppose one process sends a message but the other process does not know it needs to receive, or vice versa, then everything deadlocks. Is there any way to make every process a bit more independent?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T02:11:11+00:00Added an answer on May 26, 2026 at 2:11 am

    You can do that as follows:

    Declare one master-node (0), that is going to distribute the tasks. In this node the pseudocode is:

    int sendTo
    for task in tasks:
      MPI_Recv(...sendTo, MPI_INT, MPI_ANY_SOURCE,...)
      MPI_Send(job,... receiver: sendTo)
    
    for node in nodes:
      MPI_Recv(...sendTo, MPI_INT, MPI_ANY_SOURCE,...)
      MPI_SEND(job_null,...,receiver: sendTo)
    

    In the slave nodes the code would be:

    while (true)
      MPI_Send(myNodenum to 0, MPI_INT)
      MPI_Recv(job from 0)
      if (job == job_null)
        break
      else
        execute job
    

    I think this should work.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am interested in implementing a priority queue to enable an efficient Astar implementation
I'm interested in implementing a Forth system, just so I can get some experience
I'm interested in implementing autocomplete in Python. For example, as the user types in
I'm currently poking around with a new archive format and was interested in implementing
We are currently interested in implementing CMMI level 2 for our development processes. I've
Please recommend some material about implementing Object-Oriented Databases for dynamic languages (interested in Ruby).
I'm interested in implementing something like the combobox used in GMail to easily select
I am currently having a hardtime understanding and implementing events in C# using delagates.
When implementing Domain events should the event handlers be only used for purely domain
I'm interested in implementing a chess engine for arena GUI http://www.playwitharena.com . Do you

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.