Skip to main content
Graph
Search
fr
en
Login
Search
All
Categories
Concepts
Courses
Lectures
MOOCs
People
Practice
Publications
Startups
Units
Show all results for
Home
Concept
Message Passing Interface
Applied sciences
Computer engineering
High-performance computing
Parallel computing
Graph Chatbot
Related lectures (22)
Login to filter by course
Login to filter by course
Reset
Previous
Page 2 of 3
Next
MPI Advanced: Datatypes, Communicators, and I/O
Covers advanced MPI functions, including datatypes, communicators, and I/O, emphasizing the importance of using collectives for better performance.
Actor Failure Handling
Covers failure handling in asynchronous systems using the Actor Model and discusses supervision, resilience, and actor lifecycle.
Theoretical Foundations for Emerging Multiprocessor Technologies: RDMA and NVRAM
Explores theoretical foundations for RDMA and NVRAM in multiprocessor technologies, covering contention, concurrency control, and fault tolerance.
FlowField Data Distribution
Covers the distribution of data in the FlowField class, focusing on gridpoint calculations and MPI usage.
The Actor Model: Principles of Reactive Programming
Introduces the Actor Model, explaining actors' identity, behavior, and asynchronous message passing.
MATLAB Essentials: Functions and Variables
Covers essential MATLAB functions, variables, loops, and debugging tools.
Introduction to Reliable Distributed Programming
Covers the basics of distributed algorithms and their importance in building reliable and secure systems.
Synchronize Your Actions
Shows how to synchronize actions in a program using message passing.
Conjugate Gradient Method: Solving Linear Systems
Covers the Conjugate Gradient method for solving linear systems without pre-conditioning, exploring parallel computing implementations and performance predictions.
Passing by Reference: Benefits and Performance Considerations
Explores passing by reference in functions, highlighting benefits and performance considerations compared to passing by value.