Performance Evaluation of Dynamic Scaling on MPI

12/30/2019
by   Masatoshi Hanai, et al.
0

Dynamic scaling aims to elastically change the number of processes during runtime to tune the performance of the distributed applications. This report briefly presents a performance evaluation of MPI process provisioning / de-provisioning for dynamic scaling by using 16 to 128 cores. Our dynamic scaling implementation allows the new MPI processes from new hosts to communicate with the original ones immediately. Moreover, it forbids the removing MPI processes to communicate with others as well as gets the information whether the host node can be terminated or not. Such a simple feature is not supported as a single-line API in MPI-2 such as MPI_Comm_spawn(). We provide our implementation as a simple library to extend a non-dynamic-scalable MPI program into a dynamic-scalable one by adding only several lines of codes.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
03/25/2018

DMTCP Checkpoint/Restart of MPI Programs via Proxies

MPI accomplishes portable, standardized message-passing between processe...
research
09/05/2022

ScalSALE: Scalable SALE Benchmark Framework for Supercomputers

Supercomputers worldwide provide the necessary infrastructure for ground...
research
09/01/2023

Optimization towards Efficiency and Stateful of dispel4py

Scientific workflows bridge scientific challenges with computational res...
research
05/13/2020

MPI+OpenMP Tasking Scalability for Multi-Morphology Simulations of the Human Brain

The simulation of the behavior of the human brain is one of the most amb...
research
08/31/2023

Implementing scalable matrix-vector products for the exact diagonalization methods in quantum many-body physics

Exact diagonalization is a well-established method for simulating small ...
research
02/15/2021

Simulation-based Optimization and Sensibility Analysis of MPI Applications: Variability Matters

Finely tuning MPI applications and understanding the influence of keypar...
research
03/01/2018

Developing a functional prototype master patient index (MPI) for interoperability of e-health systems in Sri Lanka

Introduction: A Master Patient Index(MPI) is a centralized index of all ...

Please sign up or login with your details

Forgot password? Click here to reset