English

Open-MPI over MOSIX: paralleled computing in a clustered world

Distributed, Parallel, and Cluster Computing 2019-07-02 v1 Networking and Internet Architecture Performance

Abstract

Recent increased interest in Cloud computing emphasizes the need to find an adequate solution to the load-balancing problem in parallel computing -- efficiently running several jobs concurrently on a cluster of shared computers (nodes). One approach to solve this problem is by preemptive process migration -- the transfer of running processes between nodes. A possible drawback of this approach is the increased overhead between heavily communicating processes. This project presents a solution to this last problem by incorporating the process migration capability of MOSIX into Open-MPI and by reducing the resulting communication overhead. Specifically, we developed a module for direct communication (DiCOM) between migrated Open-MPI processes, to overcome the increased communication latency of TCP/IP between such processes. The outcome is reduced run-time by improved resource allocation.

Keywords

Cite

@article{arxiv.1907.00194,
  title  = {Open-MPI over MOSIX: paralleled computing in a clustered world},
  author = {Adam Lev-Libfeld and Alex Margolin and Amnon Barak},
  journal= {arXiv preprint arXiv:1907.00194},
  year   = {2019}
}

Comments

Engineering School graduation paper

R2 v1 2026-06-23T10:07:28.940Z