|
NAMEfi_version - Version of the library interfaces SYNOPSIS
DESCRIPTIONThis 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. NOTESThe library may support older versions of the interfaces. RETURN VALUEReturns 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. SEE ALSOfabric(7), fi_getinfo(3) AUTHORSOpenFabrics.
|