1fi_version(3) Libfabric v1.14.0 fi_version(3)
2
3
4
6 fi_version - Version of the library interfaces
7
9 #include <rdma/fabric.h>
10
11 uint32_t fi_version(void);
12
13 FI_MAJOR(version)
14
15 FI_MINOR(version)
16
18 This call returns the current version of the library interfaces. The
19 version includes major and minor numbers. These may be extracted from
20 the returned value using the FI_MAJOR() and FI_MINOR() macros.
21
23 The library may support older versions of the interfaces.
24
26 Returns the current library version. The upper 16-bits of the version
27 correspond to the major number, and the lower 16-bits correspond with
28 the minor number.
29
31 fabric(7), fi_getinfo(3)
32
34 OpenFabrics.
35
36
37
38Libfabric Programmer’s Manual 2021-03-22 fi_version(3)