Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

Longer titles found: Message passing (disambiguation) (view), Message passing in computer clusters (view), Message Passing Interface (view), Variational message passing (view)

searching for Message passing 231 found (520 total)

alternate case: message passing

Remote procedure call (1,750 words) [view diff] exact match in snippet view article find links to article

executor is server), typically implemented via a request–response message passing system. In the object-oriented programming paradigm, RPCs are represented
Graph neural network (4,593 words) [view diff] exact match in snippet view article find links to article
define GNN architectures "going beyond" message passing, or instead every GNN can be built on message passing over suitably defined graphs. In the more
Polkadot (blockchain platform) (1,278 words) [view diff] no match in snippet view article
Polkadot is a decentralized, nominated proof-of-stake blockchain with smart contract functionality. The cryptocurrency native to the blockchain is the
Scalable Coherent Interface (1,834 words) [view diff] exact match in snippet view article find links to article
high-speed interconnect standard for shared memory multiprocessing and message passing. The goal was to scale well, provide system-wide memory coherence and
Pipeline (Unix) (2,328 words) [view diff] exact match in snippet view article
systems, a pipeline is a mechanism for inter-process communication using message passing. A pipeline is a set of processes chained together by their standard
Exokernel (1,138 words) [view diff] exact match in snippet view article find links to article
considerably simpler than conventional microkernels' implementation of message passing and monolithic kernels' implementation of high-level abstractions.
Protein design (7,746 words) [view diff] exact match in snippet view article find links to article
are missed. Message-passing based approximations include the tree reweighted max-product message passing algorithm, and the message passing linear programming
QNX (2,609 words) [view diff] exact match in snippet view article find links to article
This tight integration between message passing and CPU scheduling is one of the key mechanisms that makes QNX message passing broadly usable. Most Unix and
Shatter attack (831 words) [view diff] no match in snippet view article find links to article
session. A shatter attack takes advantage of a design flaw in Windows's message-passing system whereby arbitrary code could be injected into any other running
Shatter attack (831 words) [view diff] no match in snippet view article find links to article
session. A shatter attack takes advantage of a design flaw in Windows's message-passing system whereby arbitrary code could be injected into any other running
Microsoft Robotics Developer Studio (1,023 words) [view diff] no match in snippet view article find links to article
managing asynchronous parallel tasks. This technique involves using message-passing and a lightweight services-oriented runtime, Decentralized Software
Belief propagation (4,323 words) [view diff] exact match in snippet view article find links to article
Belief propagation, also known as sum–product message passing, is a message-passing algorithm for performing inference on graphical models, such as Bayesian
Factor graph (1,027 words) [view diff] exact match in snippet view article find links to article
distinction, as message passing algorithms are usually exact for trees, but only approximate for graphs with cycles. A popular message passing algorithm on
Affinity propagation (869 words) [view diff] exact match in snippet view article find links to article
propagation (AP) is a clustering algorithm based on the concept of "message passing" between data points. Unlike clustering algorithms such as k-means
Parallel Virtual File System (2,307 words) [view diff] exact match in snippet view article find links to article
utilities. The client library provides for high performance access via the message passing interface (MPI). PVFS is being jointly developed between The Parallel
Futures and promises (4,638 words) [view diff] exact match in snippet view article find links to article
be distinguished from parallel asynchronous message passing. In a system supporting parallel message passing but not pipelining, the message sends x <-
Middleware (1,168 words) [view diff] exact match in snippet view article find links to article
transactions or credit card payments. Message-oriented: Message queue and message passing architectures that support synchronous/asynchronous communication.
Deno (software) (1,344 words) [view diff] exact match in snippet view article
prototype of Deno, aiming to achieve system call bindings through message passing with serialization tools such as Protocol Buffers, and to provide command
Distributed object (664 words) [view diff] no match in snippet view article find links to article
object communication is with remote method invocation, generally by message-passing: one object sends a message to another object in a remote machine or
Robot Operating System (5,574 words) [view diff] no match in snippet view article find links to article
low-level device control, implementation of commonly used functionality, message-passing between processes, and package management. Running sets of ROS-based
ASCI Red (1,259 words) [view diff] no match in snippet view article find links to article
was a distributed memory MIMD (Multiple Instruction, Multiple Data) message-passing computer. The design provided a high degree of scalability for I/O
Nukernel (154 words) [view diff] exact match in snippet view article find links to article
Thomas E.; Bruffey, Bill M. & Williams, Russell T., "Object oriented message passing system and method", published 1996-12-31, issued 1996-12-31, assigned
SUNMOS (423 words) [view diff] exact match in snippet view article find links to article
extensions in PUMA was the Portals API, a scalable, high performance message passing API. Intel ported PUMA and Portals to the Pentium Pro based ASCI Red
Consensus (computer science) (4,770 words) [view diff] no match in snippet view article
influence any messages sent within the same round. In a fully asynchronous message-passing distributed system, in which at least one process may have a crash
TrueSkill (542 words) [view diff] exact match in snippet view article find links to article
expectation propagation via moment matching are used to compute the message passing equations which in turn compute the skills for the players. Player
Mach (kernel) (5,328 words) [view diff] no match in snippet view article
version of the existing 4.2BSD kernel re-implemented on the Accent message-passing concepts. Such a kernel would be binary compatible with existing BSD
High Performance Fortran (352 words) [view diff] no match in snippet view article find links to article
interface, allowing integration with non-HPF parallel code such as message-passing libraries Additional library routines, including: Environmental inquiry
Bandwidth (computing) (1,217 words) [view diff] case mismatch in snippet view article
networking, McGraw-Hill, 2007 Chou, C. Y.; et al. (2006). "Modeling Message Passing Overhead". In Chung, Yeh-Ching; Moreira, José E. (eds.). Advances in
Celery (software) (321 words) [view diff] exact match in snippet view article
asynchronous task queue or job queue which is based on distributed message passing. While it supports scheduling, its focus is on operations in real time
Indeterminacy in concurrent computation (1,318 words) [view diff] exact match in snippet view article find links to article
had some basis in logic programming) to concurrent computation using message passing. (See the section below). What does the mathematical theory of Actors
Akinori Yonezawa (2,086 words) [view diff] exact match in snippet view article find links to article
information processing and computation proceed by concurrent/parallel message passing among a large number of objects. Yonezawa's concurrent (parallel) objects
Rocha–Thatte cycle detection algorithm (789 words) [view diff] exact match in snippet view article find links to article
graphs based on the bulk synchronous message passing abstraction. This algorithm for detecting cycles by message passing is suitable to be implemented in
Gul Agha (computer scientist) (527 words) [view diff] no match in snippet view article
However, much of his doctoral research was carried out in Carl Hewitt's Message-Passing Semantics Group at Massachusetts Institute of Technology (MIT). Agha's
Elixir (programming language) (999 words) [view diff] exact match in snippet view article
side-effect-based looping Shared nothing concurrent programming via message passing (actor model) Lazy and async collections with streams Railway oriented
IRC (8,402 words) [view diff] exact match in snippet view article find links to article
weaknesses providing a platform for abuse, no transparent and optimizable message passing, and no encryption. Some of these issues have been addressed in Modern
LFE (programming language) (1,387 words) [view diff] exact match in snippet view article
docstrings Shared-nothing architecture concurrent programming via message passing (Actor model) Emphasis on recursion and higher-order functions instead
Open-source robotics (1,537 words) [view diff] exact match in snippet view article find links to article
specifically means real-time communication systems with standardized message passing protocols. The predominant open source middleware is ROS2, the robot
Verification-based message-passing algorithms in compressed sensing (3,524 words) [view diff] no match in snippet view article find links to article
Verification-based message-passing algorithms (VB-MPAs) in compressed sensing (CS), a branch of digital signal processing that deals with measuring sparse
JAUS (451 words) [view diff] exact match in snippet view article find links to article
Architecture, which is no longer being maintained, is a component based message passing architecture that defines a data format and methods of communication
Knowledge representation and reasoning (5,359 words) [view diff] exact match in snippet view article find links to article
with triggers, slots (data values), inheritance, and message passing. Although message passing originated in the object-oriented community rather than
Ultracomputer (239 words) [view diff] no match in snippet view article find links to article
computing. The system has N processors, N memories, and an N log N message-passing switch connecting them.[further explanation needed] The system supported
BIGSIM (299 words) [view diff] exact match in snippet view article find links to article
allowing the simulation of performance on various node topologies, message passing and scheduling strategies. BIGSIM includes an emulator and a trace-based
Coprocessor (1,937 words) [view diff] exact match in snippet view article find links to article
second processors, typically interfaced to the host system using a message passing architecture known as the Tube, with Acorn's own products providing
Yellow Dog Linux (1,093 words) [view diff] no match in snippet view article find links to article
Department at the University of Massachusetts, Dartmouth, built a message-passing based cluster using YDL and 16 PlayStation 3s. This cluster was the
Actor model theory (1,545 words) [view diff] exact match in snippet view article find links to article
models one event activating another (there must be energy flow in the message passing from an event to an event which it activates). Because of the transmission
Rapid prompting method (4,067 words) [view diff] exact match in snippet view article find links to article
of agency in the use of RPM by using indirect, rather than direct (message passing) methodologies. The study found that the non-verbal (according to their
Actor-Lab (296 words) [view diff] no match in snippet view article find links to article
The ideas underlying actor-lab are derived from the event-driven, message-passing computer languages that began with the actor based languages devised
T (programming language) (409 words) [view diff] no match in snippet view article
example shows that objects in T are intimately related to closures and message-passing. A primitive called join puts two objects together, allowing for something
NetPIPE (48 words) [view diff] no match in snippet view article find links to article
variety of conditions. It has modules for PVM, TCGMSG, and the 1-sided message-passing standards of MPI-2 and SHMEM. Netperf Nuttcp Iperf NetPIPE old web
MQX (583 words) [view diff] exact match in snippet view article find links to article
processor and multiprocessor applications. The unique asynchronous message passing paradigm delivered by MQX when it was introduced in 1991 and the royalty-free
Lam (598 words) [view diff] case mismatch in snippet view article find links to article
program Lactational amenorrhea method, a contraceptive method LAM/MPI, a Message Passing Interface Lymphangioleiomyomatosis, a lung disease Lipoarabinomannan
Reference (computer science) (1,928 words) [view diff] exact match in snippet view article
assign objects. References are also used in function/method calls or message passing, and reference counts are frequently used to perform garbage collection
Graphcore (1,049 words) [view diff] no match in snippet view article find links to article
performance. Code and data executed locally must fit in a tile, but with message-passing, all on-chip or off-chip memory can be used, and software for AI makes
Promela (2,118 words) [view diff] no match in snippet view article find links to article
PROMELA (Process or Protocol Meta Language) is a verification modeling language introduced by Gerard J. Holzmann. The language allows for the dynamic creation
Carl Hewitt (1,588 words) [view diff] case mismatch in snippet view article find links to article
this work was carried out in collaboration with students in Hewitt's Message Passing Semantics Group at MIT's Artificial Intelligence Lab. Sussman and Steele
Intel iPSC (1,474 words) [view diff] exact match in snippet view article find links to article
the hypercube interconnect, and one to talk to the cube manager). A message passing interface called NX that was developed by Paul Pierce evolved throughout
Ntoskrnl.exe (1,414 words) [view diff] exact match in snippet view article find links to article
Procedure Call, an internal, undocumented, interprocess or user/kernel message passing mechanism Lsa Lsap Local Security Authority Mm Mi Memory management
Daniel Weinreb (952 words) [view diff] case mismatch in snippet view article find links to article
Intelligence Laboratory. Weinreb, Daniel; Moon, David (1980), Flavors: Message Passing in the Lisp Machine (PDF), archived from the original (PDF) on July
Expectation propagation (275 words) [view diff] exact match in snippet view article find links to article
approximation for indicator functions that appear when deriving the message passing equations for TrueSkill. Bishop, Christopher (2007). Pattern Recognition
NoRMA (190 words) [view diff] no match in snippet view article find links to article
identifiers from one processor's address space to another, and realize a message-passing system for remote access to data. The programming model of Norma architecture
Constraint composite graph (711 words) [view diff] exact match in snippet view article find links to article
solving a WCSP, it has been shown that it is more advantageous to apply message passing algorithms and integer linear programming on the WCSP's constraint
Lisp (programming language) (10,027 words) [view diff] exact match in snippet view article
variety of programming paradigms, including imperative, functional, and message passing styles, find convenient expression in Scheme. Scheme continues to evolve
Jochen Liedtke (1,001 words) [view diff] no match in snippet view article find links to article
structure imposed by microkernels. Liedtke, however, observed that the message-passing operation (IPC), which is fundamentally important for microkernel performance
Rüdiger Urbanke (369 words) [view diff] no match in snippet view article find links to article
(Feb 2001). "The capacity of low-density parity-check codes under message-passing decoding". IEEE Transactions on Information Theory. 47 (2): 599–618
I2O (342 words) [view diff] exact match in snippet view article find links to article
functionality from the underlying device, and the two software components used message passing for communications. This split is suggestive of another initiative
Per Brinch Hansen (4,443 words) [view diff] exact match in snippet view article find links to article
Hansen concluded he needed a new language, this time leveraging the message passing paradigm of Hoare's CSP. The resulting language, Joyce, removed a major
CYCLADES (1,913 words) [view diff] exact match in snippet view article find links to article
area networks, satellite networks, the Unix operating system, and the message passing operating system Chorus. Hubert Zimmermann used his experience in CYCLADES
OrangeFS (1,579 words) [view diff] case mismatch in snippet view article find links to article
accommodation of multiple metadata servers, file views based on MPI (Message Passing Interface, a protocol optimized for high performance computing) for
Task (computing) (923 words) [view diff] exact match in snippet view article
a parallel job, two or more concurrent tasks work together through message passing and shared memory. Although it is common to allocate one task per physical
Zero ASIC (1,462 words) [view diff] exact match in snippet view article find links to article
nodes are connected through a network on chip, allowing efficient message passing. The architecture is designed to scale almost indefinitely, with 4
Contiki (1,364 words) [view diff] exact match in snippet view article find links to article
optional preemptive multithreading, inter-process communication using message passing through events, as well as an optional graphical user interface (GUI)
Microsoft Excel (9,679 words) [view diff] exact match in snippet view article find links to article
addins such as Power Plus Pro). DDE: "Dynamic Data Exchange" uses the message passing mechanism in Windows to allow data to flow between Excel and other
OSF/1 (1,800 words) [view diff] exact match in snippet view article find links to article
Mach 4 kernel (such as the "Shuttles" modification used to speed up message passing) and applicable code from the many Mach 3.0 variants that sprouted
Bubble sort (2,343 words) [view diff] exact match in snippet view article find links to article
insertion sort. Odd–even sort is a parallel version of bubble sort, for message passing systems. Passes can be from right to left, rather than left to right
Common Lisp Object System (1,734 words) [view diff] exact match in snippet view article find links to article
though implementations for Common Lisp do exist. Flavors was using the message passing paradigm. New Flavors introduced generic functions. CommonLoops was
Actor model later history (1,443 words) [view diff] exact match in snippet view article find links to article
indeterminacy in concurrent computation). A family of Prolog-like concurrent message passing systems using unification of shared variables and data structure streams
Cray Time Sharing System (507 words) [view diff] no match in snippet view article find links to article
attempt to develop an operating system for the Cray-1 named DEIMOS, a message-passing, Unix-like operating system, by Forrest Basket. DEIMOS had initial
SciNet Consortium (1,021 words) [view diff] exact match in snippet view article find links to article
864 nodes to provide high-speed and low-latency communication for message passing applications. The computer will use the same amount of energy which
Apache NiFi (1,581 words) [view diff] exact match in snippet view article find links to article
vs. Apache Kafka: Kafka is a streaming platform for high-throughput message passing, while NiFi provides broader integration capabilities and data transformation
List of operating systems (8,384 words) [view diff] no match in snippet view article find links to article
capability-based Harmony – realtime, multitasking, multiprocessing message-passing system developed at the National Research Council of Canada. HelenOS
Actor model implementation (1,608 words) [view diff] exact match in snippet view article find links to article
processors is that this multiple instruction multiple-data machine uses message passing instead of shared variables for communication between concurrent processes
Cocoa (API) (2,955 words) [view diff] exact match in snippet view article
but these bindings were unpopular among Cocoa developers and Cocoa's message passing semantics did not translate well to a statically-typed language such
Advanced Numerical Research and Analysis Group (791 words) [view diff] no match in snippet view article find links to article
Computations and Evaluation), developed by ANURAG, is a loosely coupled, message-passing parallel processing supercomputer. PACE was originally designed to
Uniqueness type (578 words) [view diff] exact match in snippet view article find links to article
language which uses annotations to handle uniqueness in the context of message passing between actors. A unique type is very similar to a linear type, to
IUCV (1,191 words) [view diff] exact match in snippet view article find links to article
VM hypervisor) and controls all aspects of session establishments, message passing and flow control. Before a virtual machine can use the IUCV service
Conditional random field (2,065 words) [view diff] exact match in snippet view article find links to article
which exact inference is feasible: If the graph is a chain or a tree, message passing algorithms yield exact solutions. The algorithms used in these cases
Software design pattern (3,180 words) [view diff] exact match in snippet view article find links to article
provides a way to write concurrent, parallel and distributed programs by message passing. Compared to the use of threads and locks, this is a high-level programming
Actor model middle history (1,043 words) [view diff] exact match in snippet view article find links to article
and Henry Lieberman [1979] developed proposals for delegation in message passing. This gave rise to the so-called inheritance anomaly controversy in
Citcom (873 words) [view diff] exact match in snippet view article find links to article
Zhong (U. of Colorado, Boulder) successfully parallelized CitCom using message passing routines on a limited release Intel supercomputer. Zhong then created
KERNAL (1,599 words) [view diff] no match in snippet view article find links to article
channel 15 represents the "command channel" for peripherals, relying on message-passing techniques to communicate both commands and results, including exceptional
Meiko Scientific (1,654 words) [view diff] case mismatch in snippet view article find links to article
Moray McLaren; Hot Interconnects Conference, Stanford; August 1993 Message Passing Performance Jack Dongarra and Tom Dunigan; Concurrancy: Practice and
Newsqueak (282 words) [view diff] exact match in snippet view article find links to article
seh.dev. Retrieved October 25, 2021. Bell Labs and CSP Threads Advanced Topics in Programming Languages: Concurrency/message passing Newsqueak v t e
IBM System/38 (2,611 words) [view diff] exact match in snippet view article find links to article
sensitive functionality such as task (i.e. process) scheduling and message passing were implemented directly in microcode as part of the Horizontal Microcode
SRR (159 words) [view diff] no match in snippet view article find links to article
series Shake, Rattle and Roll, a song by Jesse Stone SRR IPC, a Linux message-passing project Serer language, a language with ISO 639 code srr Serine racemase
Clock synchronization (1,539 words) [view diff] exact match in snippet view article find links to article
layered client-server architecture based on User Datagram Protocol (UDP) message passing. Lamport timestamps and vector clocks are concepts of the logical clock
Helios (operating system) (1,299 words) [view diff] exact match in snippet view article
series of processors. Helios extended TRIPOS' use of a light-weight message passing architecture to networked parallel machines. Helios 1.0 was the first
ISP (disambiguation) (302 words) [view diff] case mismatch in snippet view article
Internet ISP Formal Verification Tool, a verification tool for MPI (Message Passing Interface) programs Imperial smelting process, in zinc smelting Polarization
Viterbi algorithm (2,664 words) [view diff] exact match in snippet view article find links to article
linear structure among the variables. The general algorithm involves message passing and is substantially similar to the belief propagation algorithm (which
Hp-FEM (1,912 words) [view diff] exact match in snippet view article find links to article
and uses bisection for adaptive local mesh refinement and MPI for message passing. PHG has an object-oriented design that hides parallelization details
Larry Stockmeyer (545 words) [view diff] no match in snippet view article find links to article
Stockmeyer". UC Santa Cruz Currents Online. 9 August 2004. "Administrative Message: Passing of Larry Stockmeyer". UC Santa Cruz. 5 August 2004. Archived from the
Lithe (385 words) [view diff] exact match in snippet view article find links to article
specify a mechanism by which to manipulate objects: where Smalltalk uses message passing, Lithe uses syntax-directed translation (SDT). SDT is a method of translating
Róbert Lovas (1,196 words) [view diff] exact match in snippet view article find links to article
debugging of message passing programs using model verification techniques. In: Recent Advances in Parallel Virtual Machine and Message Passing Interface
Automatic link establishment (3,969 words) [view diff] exact match in snippet view article find links to article
less problematic. ALE enables rapid unscheduled communication and message passing without requiring complex message centers, multiple radios and antennas
JACK Intelligent Agents (1,466 words) [view diff] exact match in snippet view article find links to article
specified the JACK kernel manages the execution the system including message passing, reasoning, and meta-reasoning. JACK Plan Language (JPL): JACK provides
Kepler (microarchitecture) (2,358 words) [view diff] exact match in snippet view article
further reinforced by the fact that it's easily mapped to MPI, a common message passing interface frequently used in HPC. As legacy MPI-based algorithms that
Seymour Cray Computer Engineering Award (973 words) [view diff] exact match in snippet view article find links to article
systems." 2011 Charles L. Seitz "For innovations in high-performance message passing architectures and networks." 2012 Peter M. Kogge For "innovations in
Firefox 3.0 (2,449 words) [view diff] no match in snippet view article find links to article
implementation of the getElementsByClassName method, support for safe message-passing with postMessage, and support for offline web applications. Other new
Deep learning (17,772 words) [view diff] case mismatch in snippet view article find links to article
Patrick F.; Vinyals, Oriol; Dahl, George E. (2017-06-12). "Neural Message Passing for Quantum Chemistry". arXiv:1704.01212 [cs.LG]. Zhavoronkov, Alex
Comment (computer programming) (5,121 words) [view diff] exact match in snippet view article
Controller (My_Runway: Runway_Access) is -- task entries for synchronous message passing entry Request_Takeoff (ID: in Airplane_ID; Takeoff: out Runway_Access);
Signal separation (1,301 words) [view diff] no match in snippet view article find links to article
(ICA) A tutorial-style dissertation by Volker Koch that introduces message-passing on factor graphs to decompose EMG signals Blind source separation flash
Topological deep learning (3,296 words) [view diff] no match in snippet view article find links to article
CW complexes, with recent work proposing a unified perspective of message-passing on general combinatorial complexes. An independent perspective on different
Tilera (860 words) [view diff] exact match in snippet view article find links to article
processors. Alewife machines integrated both shared memory and user-level message passing for inter-node communications. In 1997, Agarwal proposed a follow-on
Péter Kacsuk (516 words) [view diff] exact match in snippet view article find links to article
debugging of message passing programs using model verification techniques. In: Recent Advances in Parallel Virtual Machine and Message Passing Interface
Small-world experiment (5,464 words) [view diff] exact match in snippet view article find links to article
Interestingly, different networks exhibited varying levels of efficiency in message passing. Professional networks tended to be more interconnected, while family
L4 microkernel family (4,004 words) [view diff] exact match in snippet view article find links to article
L4Ka::Pistachio, including the fastest-ever reported implementation of message passing (36 cycles on the Itanium architecture). The group has also demonstrated
COIN-OR (1,307 words) [view diff] exact match in snippet view article find links to article
distributed version currently runs in any environment supported by the PVM message passing protocol. The same source code can also be compiled for shared-memory
TRIPOS (759 words) [view diff] exact match in snippet view article find links to article
are performed to stop programs from using unallocated memory) and message passing by means of passing pointers instead of copying message contents. Those
Cray Operating System (364 words) [view diff] no match in snippet view article find links to article
scheduled and unscheduled.) Internally, COS was divided into a very small message-passing EXEC, and a number of System Task Processors (STP tasks). Each STP
Minix 3 (2,905 words) [view diff] exact match in snippet view article find links to article
amount of assembly language). It handles interrupts, scheduling, and message passing. It also supports an application programming interface (API) of about
Nati Linial (651 words) [view diff] no match in snippet view article find links to article
prize committee: "This paper has had a major impact on distributed message-passing algorithms. It focused a spotlight on the notion of locality in distributed
IBM Parallel Sysplex (1,853 words) [view diff] exact match in snippet view article find links to article
contains Lock, List, and Cache structures to help with serialization, message passing, and buffer consistency between multiple LPARs. The primary goal of
Same-origin policy (2,181 words) [view diff] no match in snippet view article find links to article
variables in the other page, but they can communicate safely through this message-passing technique. Since HTML <script> elements are allowed to retrieve and
Phoebe (computer) (1,636 words) [view diff] exact match in snippet view article
IOMD2, the new IO chip had to support multiple processors, included message passing and multiple bus mastering, and was manufactured using a 0.35 μm process
Semantic resolution tree (145 words) [view diff] case mismatch in snippet view article find links to article
with Resolutions". Recent Advances in Parallel Virtual Machine and Message Passing Interface. Lecture Notes in Computer Science. 2840. Berlin, Heidelberg:
NNG (123 words) [view diff] no match in snippet view article find links to article
of Indonesia NNG (software), "Nanomsg Next Generation", a Nanomsg message-passing project This disambiguation page lists articles associated with the
Raspberry Pi (18,829 words) [view diff] exact match in snippet view article find links to article
language for building concurrent systems with light-weight processes and message passing. Greenfoot – Greenfoot teaches object orientation with Java. Create
Free and open-source graphics device driver (5,823 words) [view diff] no match in snippet view article find links to article
reverse-engineered Lima driver, the newly open-sourced components only allowed message-passing between the ARM CPU and VideoCore but offered little insight into Videocore
Deductive classifier (991 words) [view diff] exact match in snippet view article find links to article
environments. Loom provided a true object-oriented capability (e.g. message passing) in addition to frame language capabilities. Classifiers play a significant
OpenStack (5,752 words) [view diff] exact match in snippet view article find links to article
addition to monitoring RabbitMQ which is used by OpenStack services for message passing. All these services generate their own log files, which, especially
Scala (programming language) (10,224 words) [view diff] exact match in snippet view article
communicating sequential processes (CSP) implementations for channel-based message passing are Communicating Scala Objects, or simply via JCSP. An Actor is like
Compressed sensing (5,874 words) [view diff] no match in snippet view article find links to article
code Noiselet Sparse approximation Sparse coding Verification-based message-passing algorithms in compressed sensing The quotation marks served two warnings
Jackson system development (1,440 words) [view diff] exact match in snippet view article find links to article
from A. Roughly speaking, datastream connection is an abstraction of message passing, while state vector inspection is an abstraction for polling (and for
Actor model and process calculi history (2,420 words) [view diff] exact match in snippet view article find links to article
precludes the ability to create a process that outlives its creator. Also message passing is the fundamental mechanism for generating parallelism in the Actor
Orthogonal Time Frequency Space (2,280 words) [view diff] case mismatch in snippet view article find links to article
2023.109254 Low complexity equalization has been proposed based on Message Passing (MP), Markov Chain Monte Carlo (MCMC), and Linear equalization methods
KIVA (software) (1,974 words) [view diff] exact match in snippet view article
modeling internal combustion engines on multiple processors using the message passing interface (MPI). On August 9, 2011, LANL honored the authors of KIVA-4mpi
TIBCO Rendezvous (250 words) [view diff] exact match in snippet view article find links to article
.NET to provide messaging between two or more services. The basic message passing is conceptually simple: A message has a single subject composed of
Exascale computing (3,781 words) [view diff] case mismatch in snippet view article find links to article
Structures and Algorithms". Recent Advances in Parallel Virtual Machine and Message Passing Interface. Lecture Notes in Computer Science. Vol. 5759. Berlin: Springer
Torrenza (896 words) [view diff] no match in snippet view article find links to article
independent operating systems and communicate using software-based message-passing protocols. Delivered in mid-2008, AMD was not expected to emphasize
Middleware (distributed applications) (2,155 words) [view diff] exact match in snippet view article
enterprise messaging system is a type of middleware that facilitates message passing between disparate systems or components in standard formats, often
Adele Goldberg (computer scientist) (2,508 words) [view diff] exact match in snippet view article
introduced in Smalltalk-80—objects as self-contained units of code, message passing as a means of communication between objects, and dynamic memory allocation—have
IWARP (1,008 words) [view diff] case mismatch in snippet view article find links to article
Control Transmission Protocol for parallel programs written using the Message Passing Interface Archived 2009-10-02 at the Wayback Machine (2008-09-01) SMB2
GeForce 700 series (2,781 words) [view diff] exact match in snippet view article find links to article
further reinforced by the fact that it's easily map to MPI, a common message passing interface frequently used in HPC. As legacy MPI-based algorithms that
Shlomi Dolev (2,398 words) [view diff] no match in snippet view article find links to article
Sébastien (2015-06-01). "Practically stabilizing SWMR atomic memory in message-passing systems". Journal of Computer and System Sciences. 81 (4): 692–701
Massively parallel processor array (1,179 words) [view diff] no match in snippet view article find links to article
Haofan Yang, and Xiaoyang Zeng. "An 800MHz 320mW 16-core processor with message-passing and shared-memory inter-core communication mechanisms." In Solid-State
Leader election (4,410 words) [view diff] no match in snippet view article find links to article
{\displaystyle O(n\log n)} message complexity by introducing a bidirectional message-passing scheme. The mesh is another popular form of network topology, especially
Embedded hypervisor (2,392 words) [view diff] no match in snippet view article find links to article
important functions required in an embedded hypervisor is a secure message-passing mechanism, which is needed to support real-time communication between
Low-density parity-check code (4,601 words) [view diff] exact match in snippet view article find links to article
example does not show the use of soft-decision decoding or soft-decision message passing, which is used in virtually all commercial LDPC decoders. In recent
Etymology of ham radio (1,709 words) [view diff] exact match in snippet view article find links to article
December 1916 QST magazine, an amateur operator working on long distance message passing describes one way to avoid interference was to send messages "...on
Asynchronous I/O (3,459 words) [view diff] exact match in snippet view article find links to article
I/O (cf. the Actor model). Many I/O problems in Erlang are mapped to message passing, which can be easily processed using built-in selective receive. Fibers
List of Python software (3,541 words) [view diff] exact match in snippet view article find links to article
Celery, an asynchronous task queue/job queue based on distributed message passing Chandler, a personal information manager including calendar, email
Tachyon (software) (2,368 words) [view diff] exact match in snippet view article
and . Tachyon was originally written using Intel's proprietary NX message passing interface for the iPSC series, but it was ported to the earliest versions
Charlie Catlett (844 words) [view diff] case mismatch in snippet view article find links to article
Domenico (2004). Recent Advances in Parallel Virtual Machine and Message Passing Interface. Springer. p. 11. ISBN 978-3-540-23163-9. Retrieved 2008-06-02
Crowdsensing (1,258 words) [view diff] no match in snippet view article find links to article
which decentralizes the spatial-temporal sensor data recovery through message-passing. This mechanism intends to recover spatial-temporal sensor data the
RSocket (164 words) [view diff] exact match in snippet view article find links to article
WebSocket. It enables the following symmetric interaction models via async message passing over a single connection: request/response (stream of 1) request/stream
Shlaer–Mellor method (1,664 words) [view diff] no match in snippet view article find links to article
machine. As with most OOA/OOD methods, Shlaer–Mellor is an event-driven, message-passing environment. Onto this generic view, the Shlaer–Mellor virtual machine
Hopscotch (programming language) (715 words) [view diff] exact match in snippet view article
provide miscellaneous functionality, such as if/else conditionals, message passing, and waiting a set amount of time. The Hopscotch player activates the
Workplace OS (5,890 words) [view diff] no match in snippet view article find links to article
without making them excessively large and complex. In addition, the message-passing nature of the microkernel turns out to be a poor match for the characteristics
Aggregate Level Simulation Protocol (4,252 words) [view diff] exact match in snippet view article find links to article
conducts damage assessment locally. Communication by message passing. A simulation uses a message-passing protocol distribute information to all other simulations
TRIX (operating system) (713 words) [view diff] exact match in snippet view article
the contention. Indeed, TRIX's original design used a nonblocking message passing mechanism, but "this implementation was found to have deficiencies
Tandem Computers (5,798 words) [view diff] exact match in snippet view article find links to article
contrast to all other commercial operating systems, Guardian was based on message passing as the basic way for all processes to interact, without shared memory
Agent-based social simulation (1,190 words) [view diff] exact match in snippet view article find links to article
Twitter, Instagram, LinkedIn) simulator, describes realtime dynamics, message passing, and user behavior. Available on Windows, OS X, and Linux (Free Software)
OOFEM (389 words) [view diff] exact match in snippet view article find links to article
Efficient parallel processing support based on domain decomposition and message passing paradigms. Direct as well as iterative solvers are available. Direct
Object-oriented user interface (983 words) [view diff] no match in snippet view article find links to article
featuring objects, classes, subclasses, and procedure invocation by message-passing. There is also an obvious synergy between the concept of an OOUI and
Ulrich Jakobus (884 words) [view diff] exact match in snippet view article find links to article
scattering, finite difference time-domain analysis, geometrical optics, message passing, method of moments, ray tracing, telecommunication network planning
Heterophily (1,534 words) [view diff] exact match in snippet view article find links to article
nodes will be falsely mixed and become indistinguishable after neural message passing (feature aggregation). However, recent studies have found that only
MoFEM JosePH (549 words) [view diff] exact match in snippet view article find links to article
Efficient parallel processing support based on domain decomposition and message passing paradigms. Direct as well as iterative solvers are available. Interfaces
AT&T Computer Systems (1,866 words) [view diff] no match in snippet view article find links to article
never released included the "Starburst", a distributed Unix kernel message-passing multiprocessor with a fiber-optic switching core, and "Intercept",
QPACE (1,265 words) [view diff] exact match in snippet view article find links to article
communications protocol optimized for small message sizes is used for message passing. A unique feature of the torus network design is the support for zero-copy
Lamport timestamp (1,869 words) [view diff] exact match in snippet view article find links to article
on the local clock of the system. When two entities communicate by message passing, then the send event is said to happen-before the receive event, and
Force field (chemistry) (9,961 words) [view diff] exact match in snippet view article
Simm G, Ortner C, Csanyi G (2022). "MACE: Higher order equivariant message passing neural networks for fast and accurate force fields". Advances in Neural
Qbox (679 words) [view diff] exact match in snippet view article find links to article
interfaces Qbox is written in C++ and implements parallelism using both the message passing interface (MPI) and the OpenMP application programming interface. It
Maximum subarray problem (2,467 words) [view diff] case mismatch in snippet view article find links to article
Dongarra, Jack J. (eds.), Recent Advances in Parallel Virtual Machine and Message Passing Interface, 11th European PVM/MPI Users' Group Meeting, Budapest, Hungary
Island algorithm (389 words) [view diff] no match in snippet view article find links to article
away the i-th message after sending the (i+1)-th one. When the two message-passing procedures meet in the middle, the algorithm recurses on each half
Interatomic potential (7,360 words) [view diff] no match in snippet view article find links to article
drastically constraining the neural networks' search space. Conversely, message-passing neural networks (MPNNs), a form of graph neural networks, learn their
Robotics middleware (1,276 words) [view diff] no match in snippet view article find links to article
low-level device control, implementation of commonly used functionality, message-passing between processes, and package management. YARP is an open-source software
Murφ (641 words) [view diff] exact match in snippet view article find links to article
Murphi — Parallel and distributed, based on CMurphi, using MPI for message passing. Universal Planner Murphi — Planning and universal planning for linear
Protein contact map (1,979 words) [view diff] exact match in snippet view article find links to article
"Identification of direct residue contacts in protein–protein interaction by message passing". Proc Natl Acad Sci USA. 106 (1): 67–72. arXiv:0901.1248. Bibcode:2009PNAS
Java Agent Development Framework (1,004 words) [view diff] exact match in snippet view article find links to article
When the timeout happens associated with block (). Calling restart. Message passing ACL (Agent Communication Language) is the base of communication between
Comparison of multi-paradigm programming languages (1,398 words) [view diff] exact match in snippet view article find links to article
these may involve multi-threading, support for distributed computing, message passing, shared resources (including shared memory), or futures Actor programming
Forward–backward algorithm (5,708 words) [view diff] no match in snippet view article find links to article
message pass" and "backward message pass" - these terms are due to the message-passing used in general belief propagation approaches. At each single observation
List of unit testing frameworks (6,802 words) [view diff] exact match in snippet view article find links to article
languages. See .NET languages below. MPI column: Whether supports message passing via MPI - commonly used for high-performance scientific computing All
Vector clock (1,762 words) [view diff] no match in snippet view article find links to article
1016/0020-0190(87)90186-4. Fidge, Colin J. (February 1988). "Timestamps in message-passing systems that preserve the partial ordering" (PDF). In K. Raymond (ed
Sae Taryeong (480 words) [view diff] no match in snippet view article find links to article
month, a long-calling white crane Reporting to the lady over there, a message-passing parrot Who will pass on the letters? The thoughts of a beautiful woman
Fluent interface (2,925 words) [view diff] exact match in snippet view article find links to article
iostream library in C++, which uses the << or >> operators for the message passing, sending multiple data to the same object and allowing "manipulators"
Game Sprockets (1,346 words) [view diff] exact match in snippet view article find links to article
types (players, observers, etc.) NetSprocket also provided code for message passing, although the protocol of those messages was left to the programmer
Global Resource Serialization (421 words) [view diff] exact match in snippet view article find links to article
GRS managed CTCAs. GRS Star (Parallel Sysplex) - Rather than using a message passing protocol to manage resource ownership succession, GRS uses the locking
Sam Greenblatt (592 words) [view diff] exact match in snippet view article find links to article
5848234 entitled “Object Procedure Messaging Facility” covering object message passing, and USP 5809238 entitled “Data Server with Event Driven Sampling”
Separation logic (3,646 words) [view diff] exact match in snippet view article find links to article
for concurrent programs. Heap Hop implements a separation logic for message passing, following the ideas in Singularity (operating system). VeriFast is
Many-task computing (732 words) [view diff] exact match in snippet view article find links to article
communication-intensive but not naturally expressed using standard message passing interface commonly found in HPC, drawing attention to the many computations
Michael L. Best (845 words) [view diff] exact match in snippet view article find links to article
worked on various projects, including parallel programming languages, message passing I/O, and network simulation for the CM 5 supercomputer. Best attended
Russell Hamer (336 words) [view diff] no match in snippet view article find links to article
original on 6 September 2018. Retrieved 5 September 2018. Condolence Message: Passing away of former Ceylon cricketer Russell Hamer "Russell Hamer passes
Hume (programming language) (811 words) [view diff] exact match in snippet view article
dataflow programming style. The expression language is Haskell-like. The message passing concurrency system remembers JoCaml's join-patterns or Polyphonic C
Rajat Moona (903 words) [view diff] case mismatch in snippet view article find links to article
Madhuri, C Sudha (2 June 2015). "K-d Tree based Gridless Maze Routing on Message Passing Multiprocessor Systems". IETE Journal of Research. 36 (3–4): 287–293
Radiotelephony procedure (7,599 words) [view diff] exact match in snippet view article find links to article
business, which may include announcements, official business, and message passing. Military nets will follow a very abbreviated and opaque version of
Knowledge Based Software Assistant (2,083 words) [view diff] exact match in snippet view article find links to article
Consulting Concept Demo the specification language was expanded to support message passing as well. KBSA took a different approach than traditional expert systems
Security and safety features new to Windows Vista (5,802 words) [view diff] no match in snippet view article find links to article
This is intended to help mitigate a class of exploits of the Windows message-passing system, known as Shatter attacks. The process hosting a service has
Gustavo Alonso (369 words) [view diff] exact match in snippet view article find links to article
management as part of the FlowMark project and on MQ-Series, a distributed message passing system now part of the IBM MQ product series. Gustavo joined ETH Zurich
Machine-learned interatomic potential (1,205 words) [view diff] no match in snippet view article find links to article
using predetermined symmetry-dictating functions. These models, called message-passing neural networks (MPNNs), are graph neural networks. Treating molecules
Direct coupling analysis (3,374 words) [view diff] exact match in snippet view article find links to article
approximations and alternatives have been developed: mpDCA (inference based on message passing/belief propagation) mfDCA (inference based on a mean-field approximation)
Robert Shostak (1,858 words) [view diff] exact match in snippet view article find links to article
1, proving that four computers were sufficient using two rounds of message passing. His colleague Marshall Pease then generalized the result by constructing
Microwindows (1,377 words) [view diff] no match in snippet view article find links to article
procedure is specified, so the system knows where to send the message. The message-passing architecture allows the core API to manage many system functions by
TRANSP (1,526 words) [view diff] exact match in snippet view article find links to article
TRANSP implements Monte Carlo methods with MPI to calculate with message passing interface (MPI) processing. TRANSP contains a powerful Monte Carlo
Distributed tree search (1,026 words) [view diff] no match in snippet view article find links to article
Brewer E., Dellarocas C., Weihl W., "Algorithms for Search Trees on Message-Passing Architectures" (1996) Colbrook A., Smythe C., Efficient implementations
Net operation (1,092 words) [view diff] exact match in snippet view article find links to article
business, which may include announcements, official business, and message passing. Military nets will follow a very abbreviated and opaque version of
Networked-loan (3,353 words) [view diff] no match in snippet view article find links to article
with deep reinforcement learning integrated with high-order graph message-passing networks. It uses the framework of deep reinforcement learning to learn
Neil J. Gunther (2,003 words) [view diff] no match in snippet view article find links to article
Unification of Amdahl's Law, LogP and Other Performance Models for Message-Passing Architectures (2005) Towards Practical Design Rules for Quantum Communications
Fldigi (2,451 words) [view diff] exact match in snippet view article find links to article
add more capabilities to Fldigi such as verified file transfer and message passing. Interconnection between these programs and the Fldigi modem is made
Actor model and process calculi (3,252 words) [view diff] case mismatch in snippet view article find links to article
Specification and Verification Techniques for Parallel Programs Based on Message Passing Semantics MIT EECS Doctoral Dissertation. December 1977. Michael Smyth
All-to-all (parallel pattern) (1,042 words) [view diff] no match in snippet view article
"Efficient Algorithms for All-to-All Communications in Multiport Message-Passing Systems" (PDF). IEEE Transactions on Parallel and Distributed Systems
Free energy principle (6,424 words) [view diff] exact match in snippet view article find links to article
formally equivalent to predictive coding – a popular metaphor for message passing in the brain. Under hierarchical models, predictive coding involves
Nuclear computation (474 words) [view diff] no match in snippet view article find links to article
run time. Concurrency pattern Howard, Jason, et al. "A 48-core IA-32 message-passing processor with DVFS in 45nm CMOS." Solid-State Circuits Conference
Dr. Dobb's Excellence in Programming Award (2,357 words) [view diff] exact match in snippet view article find links to article
modeling needs to the lowest levels of syntax, compilation, and efficient message passing." Working together at Xerox PARC, these two pioneers "each recognized
List of abstractions (computer science) (546 words) [view diff] case mismatch in snippet view article
can run code simultaneously and share resources. Actor model Actor, Message Passing, Mailbox A mathematical model that treats "actors" as the fundamental
Vivek Goyal (1,049 words) [view diff] no match in snippet view article find links to article
2017-2018 2017 IEEE Signal Processing Society Best Paper Award for Message-Passing De-Quantization with Applications to Compressed Sensing 2018 IEEE International
Mootaz Elnozahy (713 words) [view diff] case mismatch in snippet view article find links to article
Alvisi L; Wang YM; et al. "A Survey of Rollback-Recovery Protocols in Message Passing Systems", ACM Computing Surveys, vol. 34, no. 3, September 2002. Elnozahy
Collective classification (2,333 words) [view diff] exact match in snippet view article find links to article
models, it is possible to efficiently perform exact inference via message passing, or belief propagation algorithms. These algorithms follow a simple
Social navigation (5,178 words) [view diff] no match in snippet view article find links to article
Decentralized search: Navigation in a network can be modeled by the message-passing algorithm decentralized search The message holder passes a message
HLH Orion (1,638 words) [view diff] exact match in snippet view article find links to article
on the Orion communicated with the microcomputer using a high level message passing protocol. The operating system for the microcodable Orion was OTS (Orion
Kernel embedding of distributions (9,770 words) [view diff] no match in snippet view article find links to article
from X s {\displaystyle X_{s}} . This RKHS function representation of message-passing updates therefore produces an efficient belief propagation algorithm
Arun K. Somani (2,298 words) [view diff] exact match in snippet view article find links to article
communication penalty and optimize performance. This system used a large grain message passing network model at high level and shared memory multiprocessor node at
History of infrastructure development in Bathurst (8,938 words) [view diff] no match in snippet view article find links to article
the intermediate repeater stations an operator manually retyped the message, passing it through that location. The system operated on the earth return principle
Martin Wainwright (statistician) (1,385 words) [view diff] no match in snippet view article
original on September 6, 2024. Retrieved October 4, 2024. "CAREER: Novel Message-Passing Algorithms for Distributed Computation in Graphical Models: Theory
Ridge Computers (4,508 words) [view diff] no match in snippet view article find links to article
Ridge Computers systems ran the Ridge Operating System (ROS). ROS is a message-passing operating system (OS) with inexpensive processes and virtual memory
List of cache coherency protocols (7,289 words) [view diff] no match in snippet view article find links to article
Symmetric Multiprocessor System/multi-core systems Directory-based – Message-passing – may be used in all systems but typically in NUMA system and in large
Keshab K. Parhi (2,459 words) [view diff] case mismatch in snippet view article find links to article
1109/TSP.2004.823508. Chen, Y.; Parhi, K.K. (June 2004). "Overlapped Message Passing for Quasi-Cyclic Low-Density Parity Check Codes". IEEE Transactions
Gbcast (9,697 words) [view diff] exact match in snippet view article find links to article
that every member will see every update and can run over unreliable message passing layers that might never deliver some messages. The Paxos learner algorithm
History of Mexico–United States relations (4,242 words) [view diff] no match in snippet view article find links to article
in the Mexican–American War. British intelligence intercepted the message, passing it on the U.S. government. Wilson released it to the press, escalating
Projects of DRDO (21,356 words) [view diff] exact match in snippet view article find links to article
system. With a front-end processor, it has a distributed memory and message passing system. Under Project Chitra, the DRDO is implementing a system with
2024 in Sri Lanka (7,214 words) [view diff] no match in snippet view article find links to article
passes away". www.adaderana.lk. Retrieved 26 March 2024. Condolence Message: Passing away of former Ceylon cricketer Russell Hamer Chanaka (4 April 2024)
List of fellows of IEEE Computer Society (124 words) [view diff] exact match in snippet view article find links to article
2010 Bill Gropp For contributions to high performance computing and message passing 2018 Xinping Guan For contributions to stability analysis for time-delay
Deaths in March 2024 (19,044 words) [view diff] no match in snippet view article find links to article
גרוסמן, חוקר ההיסטוריה היהודית וחתן פרס ישראל (in Hebrew) Condolence Message: Passing away of former Ceylon cricketer Russell Hamer 53 death notices in Stoke-on-Trent