An MPI Implementation of a Self-Submitting Parallel Job Queue
John M. Neuberger, Nandor Sieben, James W. Swift

TL;DR
This paper introduces MPQueue, a C++ library enabling high-level self-submitting parallel job queues in MPI, simplifying complex parallel computations like PDE bifurcation analysis and combinatorics.
Contribution
It presents a general, easy-to-use MPI-based methodology and library for self-submitting parallel job queues, reducing programming complexity for large-scale problems.
Findings
Efficient parallel execution demonstrated through overhead and scaling tests.
Successful application to PDE bifurcation diagrams and combinatorics problems.
Library facilitates solving large problems without extensive MPI expertise.
Abstract
We present a simple and easy to apply methodology for using high-level self-submitting parallel job queues in an MPI environment. Using C++, we implemented a library of functions, MPQueue, both for testing our concepts and for use in real applications. In particular, we have applied our ideas toward solving computational combinatorics problems and for finding bifurcation diagrams of solutions of partial differential equations (PDE). Our method is general and can be applied in many situations without a lot of programming effort. The key idea is that workers themselves can easily submit new jobs to the currently running job queue. Our applications involve complicated data structures, so we employ serialization to allow data to be effortlessly passed between nodes. Using our library, one can solve large problems in parallel without being an expert in MPI. We demonstrate our methodology and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDistributed and Parallel Computing Systems · Parallel Computing and Optimization Techniques · Simulation Techniques and Applications
