Draft:Libfabric
| This is a draft article. It is a work in progress open to editing by anyone. Please ensure core content policies are met before publishing it as a live Wikipedia article. Find sources: Google (books · news · scholar · free images · WP refs) · FENS · JSTOR · TWL Last edited by MSK (talk | contribs) 43 days ago. (Update)
Finished drafting? |
libfabric, also known as OpenFabrics Interfaces (OFI), is an open-source communication library framework that provides high-performance networking services for applications in high-performance computing (HPC), distributed computing, and parallel computing.[1]
It defines a low-level application programming interface (API) designed to abstract underlying network hardware and support efficient data transfer across communication fabrics such as InfiniBand, Ethernet, and shared memory systems.[2]
Overview
libfabric provides a portable interface for communication between processes in distributed environments. Its design seeks to expose the capabilities of modern network hardware while maintaining a consistent programming model.[2]
The library is developed within the OpenFabrics Interfaces Working Group (OFIWG), part of the OpenFabrics Alliance.[1]
libfabric is used as a communication layer in middleware such as Message Passing Interface (MPI) implementations, including Open MPI.[2]
Design
libfabric employs a modular architecture that separates application-level communication logic from network-specific implementations.[2]
The API is structured around a set of core abstractions, including:
- Fabric, representing the communication infrastructure
- Domain, representing access to a communication resource
- Endpoint, providing communication capabilities
- Completion and event queues, used to track asynchronous operations
- Address vectors, used for peer addressing
- Memory regions, enabling direct memory access operations
These abstractions allow applications to interact with a range of network technologies through a unified interface.[2]
Communication models
libfabric supports multiple communication paradigms, including:
- Message-based communication using send and receive operations
- Tagged messaging
- Remote direct memory access (RMA)
- Atomic operations on remote data[2]
These models support both two-sided and one-sided communication patterns commonly used in HPC applications.
Usage
libfabric is used in high-performance computing environments and distributed systems as a networking abstraction layer.[2] It is commonly employed by MPI implementations and other parallel programming frameworks to provide scalable communication across computer clusters and supercomputers.
See also
- High-performance computing
- Distributed computing
- Parallel computing
- Message Passing Interface
- Partitioned global address space
- Remote direct memory access
- InfiniBand
- Ethernet
- Network interface controller
- Computer cluster
References
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.