You can edit almost every page by Creating an account and confirming your email.

Libfabric

From EverybodyWiki Bios & Wiki


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:

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

References

  1. 1.0 1.1 "OpenFabrics Interfaces Working Group". OpenFabrics Alliance. OpenFabrics Alliance. Retrieved 22 April 2026.
  2. 2.0 2.1 2.2 2.3 2.4 2.5 2.6 "OpenFabrics Interfaces (OFI) support". Open MPI Documentation. Open MPI Project. Retrieved 22 April 2026.



This article "Libfabric" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Libfabric. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.