.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "fi_version" "3" "2024\-12\-10" "Libfabric Programmer\[cq]s Manual" "Libfabric v2.6.0" .hy .SH NAME .PP fi_version - Version of the library interfaces .SH SYNOPSIS .IP .nf \f[C] #include uint32_t fi_version(void); FI_MAJOR(version) FI_MINOR(version) \f[R] .fi .SH DESCRIPTION .PP This call returns the current version of the library interfaces. The version includes major and minor numbers. These may be extracted from the returned value using the FI_MAJOR() and FI_MINOR() macros. .SH NOTES .PP The library may support older versions of the interfaces. .SH RETURN VALUE .PP Returns the current library version. The upper 16-bits of the version correspond to the major number, and the lower 16-bits correspond with the minor number. .SH SEE ALSO .PP \f[V]fabric\f[R](7), \f[V]fi_getinfo\f[R](3) .SH AUTHORS OpenFabrics.