mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
16 lines
462 B
Diff
16 lines
462 B
Diff
# https://github.com/ofiwg/libfabric/commit/522a3db73657e6eaf4ba225d88b4d76ec1b9f2f2
|
|
|
|
--- modules/libfabric/util/pingpong.c.orig 2021-10-28 02:49:37.000000000 +0800
|
|
+++ modules/libfabric/util/pingpong.c 2022-10-04 05:00:51.000000000 +0800
|
|
@@ -65,6 +65,10 @@
|
|
#define OFI_MR_BASIC_MAP (FI_MR_ALLOCATED | FI_MR_PROV_KEY | FI_MR_VIRT_ADDR)
|
|
#endif
|
|
|
|
+#ifndef AI_NUMERICSERV
|
|
+#define AI_NUMERICSERV 0
|
|
+#endif
|
|
+
|
|
static const uint64_t TAG = 1234;
|
|
|
|
enum precision {
|