libfabric
Open Fabric Interfaces
OpenFabrics Interfaces (OFI) is a framework focused on exporting fabric communication services to applications. OFI is best described as a collection of libraries and applications used to export fabric services. The key components of OFI are: application interfaces, provider libraries, kernel services, daemons, and test applications.
Libfabric is a core component of OFI. It is the library that defines and exports the user-space API of OFI, and is typically the only software that applications deal with directly. It works in conjunction with provider libraries, which are often integrated directly into libfabric.
- Versions: 1.22.0
- Website: https://ofiwg.github.io/libfabric/
- Licenses: FreeBSD · GPL 2
- Package source: gnu/packages/linux.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of libfabric
as follows:
guix install libfabric
Or install a particular version:
guix install libfabric@1.22.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of libfabric about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/libfabric'><img src='https://packages.guix.gnu.org/packages/libfabric/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/libfabric)
Example Org:
[[https://packages.guix.gnu.org/packages/libfabric][https://packages.guix.gnu.org/packages/libfabric/badges/latest-version.svg]]