Skip to content

Commit

Permalink
util/pinpong: add AI_NUMERICSERV definition when it is not defined
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Fedorov <vital.had@gmail.com>
  • Loading branch information
barracuda156 authored and shefty committed Oct 3, 2022
1 parent 4a90502 commit 522a3db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions util/pingpong.c
Expand Up @@ -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 {
Expand Down

0 comments on commit 522a3db

Please sign in to comment.