Výsledky vyhledávání - Distributed programming with message passing
-
1
A semantics comparison workbench for a concurrent, asynchronous, distributed programming language
ISSN: 0934-5043, 1433-299XVydáno: London Springer London 01.01.2018Vydáno v Formal aspects of computing (01.01.2018)“…A number of high-level languages and libraries have been proposed that offer novel and simple to use abstractions for concurrent, asynchronous, and distributed programming…”
Získat plný text
Journal Article -
2
Integrating software distributed shared memory and message passing programming
ISBN: 9781424450114, 142445011XISSN: 1552-5244Vydáno: IEEE 01.08.2009Vydáno v 2009 IEEE International Conference on Cluster Computing and Workshops (01.08.2009)“… In contrast to the message passing programming environment, the SDSM can resolve data dependencies within the application without the programmer having to explicitly specify communication…”
Získat plný text
Konferenční příspěvek -
3
Parallel Brownian dynamics simulations with the message-passing and PGAS programming models
ISSN: 0010-4655, 1879-2944Vydáno: Elsevier B.V 01.04.2013Vydáno v Computer physics communications (01.04.2013)“… Two different parallelization approaches have been followed: (1) using traditional distributed memory message-passing programming with MPI, and (2…”
Získat plný text
Journal Article -
4
Parallel and Practical Approach of Efficient Image Chaotic Encryption Based on Message Passing Interface (MPI)
ISSN: 1099-4300, 1099-4300Vydáno: Switzerland MDPI AG 18.04.2022Vydáno v Entropy (Basel, Switzerland) (18.04.2022)“… From there, we must improve encryption’s performance and efficiency. For these goals, we adopted the distributed parallel programming model, namely, the message passing interface (MPI), in this study…”
Získat plný text
Journal Article -
5
Distributed localization using Levenberg-Marquardt algorithm
ISSN: 1687-6180, 1687-6172, 1687-6180Vydáno: Cham Springer International Publishing 23.08.2021Vydáno v EURASIP journal on advances in signal processing (23.08.2021)“… It relies on the Levenberg-Marquardt algorithm where the computations are distributed among different computational agents using message passing, or equivalently dynamic programming…”
Získat plný text
Journal Article -
6
Application of distributed parallel computing for dynamic visual cryptography
ISSN: 0920-8542, 1573-0484Vydáno: New York Springer US 01.11.2016Vydáno v The Journal of supercomputing (01.11.2016)“… templates is developed that allows its user to implement parallel master–slave algorithms for his/her application without any knowledge of parallel programming API…”
Získat plný text
Journal Article -
7
Self-Consistent MPI Performance Guidelines
ISSN: 1045-9219, 1558-2183Vydáno: New York IEEE 01.05.2010Vydáno v IEEE transactions on parallel and distributed systems (01.05.2010)“…Message passing using the Message-Passing Interface (MPI) is at present the most widely adopted framework for programming parallel applications for distributed memory and clustered parallel systems. For reasons of (universal…”
Získat plný text
Journal Article -
8
Hypertool: a programming aid for message-passing systems
ISSN: 1045-9219Vydáno: IEEE 01.07.1990Vydáno v IEEE transactions on parallel and distributed systems (01.07.1990)“…Programming assistance, automation concepts, and their application to a message-passing system program development tool called Hypertool are discussed…”
Získat plný text
Journal Article -
9
Optimizing HPC Applications with Intel Cluster Tools
ISBN: 9781430264972, 1430264977, 9781430264965, 1430264969Vydáno: New York Springer Nature 2014“…Computer science…”
Získat plný text
E-kniha -
10
OpenMP compiler for distributed memory architectures
ISSN: 1674-733X, 1869-1919Vydáno: Heidelberg SP Science China Press 01.05.2010Vydáno v Science China. Information sciences (01.05.2010)“… passing is today still the most widely-used programming model for distributed memory architectures…”
Získat plný text
Journal Article -
11
Scalable embedded computing through reconfigurable hardware: Comparing DF-Threads, cilk, openmpi and jump
ISSN: 0141-9331, 1872-9436Vydáno: Kidlington Elsevier B.V 01.11.2018Vydáno v Microprocessors and microsystems (01.11.2018)“…Data-Flow Threads (DF-Threads) is a new execution model that permits to seamlessly distribute the workload across several cores (in a multi-core) and several…”
Získat plný text
Journal Article -
12
Performance of Hybrid Programming Models for Multiscale Cardiac Simulations: Preparing for Petascale Computation
ISSN: 0018-9294, 1558-2531, 1558-2531Vydáno: United States IEEE 01.10.2011Vydáno v IEEE transactions on biomedical engineering (01.10.2011)“… We anticipate that computationally efficient multiscale models will require the use of sophisticated hybrid programming models, mixing distributed message-passing processes [e.g…”
Získat plný text
Journal Article -
13
Networcat: applying analysis techniques of shared memory software on message-passing distributed systems
ISSN: 1619-1366, 1619-1374Vydáno: Berlin/Heidelberg Springer Berlin Heidelberg 01.10.2025Vydáno v Software and systems modeling (01.10.2025)“…Communication models are a key aspect in the design and implementation of distributed system architectures…”
Získat plný text
Journal Article -
14
A distributed message passing algorithm for computing perfect demand matching
ISSN: 0743-7315, 1096-0848Vydáno: Elsevier Inc 01.09.2023Vydáno v Journal of parallel and distributed computing (01.09.2023)“… Here, we investigate the performance of a distributed message passing algorithm called Max-sum belief propagation for computing the problem of finding the optimal perfect demand matching…”
Získat plný text
Journal Article -
15
A visual programming environment for introducing distributed computing to secondary education
ISSN: 0743-7315, 1096-0848Vydáno: Elsevier Inc 01.08.2018Vydáno v Journal of parallel and distributed computing (01.08.2018)“… NetsBlox adds distributed programming capabilities by introducing two well-known abstractions to block-based programming…”
Získat plný text
Journal Article -
16
Effective On-Chip Communication for Message Passing Programs on Multi-Core Processors
ISSN: 2079-9292, 2079-9292Vydáno: Basel MDPI AG 01.11.2021Vydáno v Electronics (Basel) (01.11.2021)“…Shared memory is the most popular parallel programming model for multi-core processors, while message passing is generally used for large distributed machines…”
Získat plný text
Journal Article -
17
Adaptive MPI collective operations based on evaluations in LogP model
ISSN: 1877-0509, 1877-0509Vydáno: Elsevier B.V 2021Vydáno v Procedia computer science (2021)“…Message passing model, represented by MPI (Message Passing Interface), is the principal parallel programming tool for distributed computer systems…”
Získat plný text
Journal Article -
18
Improving the Performance of Actors on Multi-cores with Parallel Patterns
ISSN: 0885-7458, 1573-7640Vydáno: New York Springer US 01.08.2020Vydáno v International journal of parallel programming (01.08.2020)“…The Actor-based programming model is largely used in the context of distributed systems for its message-passing semantics and neat separation between the concurrency model and the underlying hardware platform…”
Získat plný text
Journal Article -
19
Architectural support for efficient message passing on shared memory multi-cores
ISSN: 0743-7315, 1096-0848Vydáno: Elsevier Inc 01.09.2016Vydáno v Journal of parallel and distributed computing (01.09.2016)“…Thanks to programming approaches like actor-based models, message passing is regaining popularity outside large-scale scientific computing for building scalable distributed applications in multi-core processors…”
Získat plný text
Journal Article -
20
Speeding up the communications on a cluster using MPI by means of Software Defined Networks
ISSN: 0167-739XVydáno: Elsevier B.V 01.12.2024Vydáno v Future generation computer systems (01.12.2024)“…The Open MPI library is widely employed for implementing the message-passing programming model on parallel applications running on distributed memory computer systems, such as large data centers…”
Získat plný text
Journal Article

