Skip to content

Commit

Permalink
fabtests: fi_multinode update
Browse files Browse the repository at this point in the history
set FT_OPT_ADDR_IS_OOB by default. It enables out of band
address exchange which is needed by CXI.

Signed-off-by: Amir Shehata <shehataa@ornl.gov>
  • Loading branch information
amirshehataornl authored and j-xiong committed Oct 11, 2024
1 parent 030d734 commit cd63ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabtests/multinode/src/harness.c
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ int main(int argc, char **argv)

opts = INIT_OPTS;
opts.options |= FT_OPT_SIZE | FT_OPT_OOB_ADDR_EXCH |
FT_OPT_DISABLE_TAG_VALIDATION;
FT_OPT_ADDR_IS_OOB | FT_OPT_DISABLE_TAG_VALIDATION;

pm_job.clients = NULL;
pm_job.pattern = -1;
Expand Down

0 comments on commit cd63ccf

Please sign in to comment.