Author:
Tabakov Andrey V,Paznikov Alexey A
Abstract
Abstract
Parallel computing is one of the top priorities in computer science. The main means of parallel processing information is a distributed computing system (CS) - a composition of elementary machines that interact through a communication medium. Modern distributed VSs implement thread-level parallelism (TLP) within a single computing node (multi-core CS with shared memory), as well as process-level parallelism (PLP) process-level parallelism for the entire distributed CS. The main tool for developing parallel programs for such systems is the MPI standard. The need to create scalable parallel programs that effectively use compute nodes with shared memory has determined the development of the MPI standard, which today supports the creation of hybrid multi-threaded MPI programs. A hybrid multi-threaded MPI program is the combination of the computational capabilities of processes and threads. The standard defines four types of multithreading: Single - one thread of execution; Funneled - a multi-threaded program, but only main thread can perform MPI operations; Serialized - only one thread at the exact same time can make a call to MPI functions; Multiple - each program flow can perform MPI functions at any time. The main task of the multiple mode is the need to synchronize the communication flows within each process. This paper presents an overview of the work that addresses the problem of synchronizing processes running on remote machines and synchronizing internal program threads. Method for synchronization of threads based on queues with weakened semantics of operations is proposed.
Subject
General Physics and Astronomy
Reference10 articles.
1. Thread-safety in an MPI implementation: Requirements and analysis;Gropp;Parallel Computing,2007
2. Fine-grained multithreading support for hybrid threaded MPI programming;Balaji;The International Journal of High Performance Computing Applications,2010
3. MPI+ threads: Runtime contention and remedies;Amer;ACM SIGPLAN Notices,2015
4. Locking aspects in multithreaded MPI implementations;Amer,2016
5. Towards millions of communicating threads;Dang,2016
Cited by
2 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献