We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94922d6 commit 81ed7bbCopy full SHA for 81ed7bb
include/ofi_abi.h
@@ -111,7 +111,7 @@ extern "C" {
111
* name appended with the ABI version that it is compatible with.
112
*/
113
114
-#define CURRENT_ABI "FABRIC_1.7"
+#define CURRENT_ABI "FABRIC_1.8"
115
116
#if HAVE_ALIAS_ATTRIBUTE == 1
117
#define DEFAULT_SYMVER_PRE(a) a##_
man/fabric.7.md
@@ -447,6 +447,10 @@ attributes:
447
*fi_domain_attr*
448
: Added max_ep_auth_key
449
450
+## ABI 1.8
451
+
452
+ABI version starting with libfabric 2.0. Added new fi_fabric2() API call.
453
454
# SEE ALSO
455
456
[`fi_info`(1)](fi_info.1.html),
0 commit comments