Skip to content

Commit

Permalink
I thought this was in configure.ac already.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaycedowell committed Dec 8, 2023
1 parent 84cde94 commit b0254e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bifrost/config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ extern "C" {
#define BF_HWLOC_ENABLED @HAVE_HWLOC@
#define BF_VMA_ENABLED @HAVE_VMA@
#define BF_VERBS_ENABLED @HAVE_VERBS@
#define BF_VERBS_NPKTBUF @VERBS_NPKTBUF@
#define BF_VERBS_NPKTBUF 32768
#define BF_RDMA_ENABLED @HAVE_RDMA@
#define BF_RDMA_MAXMEM @RDMA_MAXMEM@

Expand Down

0 comments on commit b0254e8

Please sign in to comment.