Skip to content

Commit

Permalink
CI: ensure MPI uses tcp on Tsan builds
Browse files Browse the repository at this point in the history
  • Loading branch information
soumagne committed Dec 15, 2023
1 parent bda964b commit 864b49d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Testing/script/gh_script.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ else()
# Disable sockets with Tsan builds (OFI issues)
if(MERCURY_BUILD_CONFIGURATION MATCHES "Tsan")
set(OFI_PROTOCOLS "tcp;tcp_rxm")
set(ENV{FI_PROVIDER} "tcp") # ensure MPI uses tcp
else()
set(OFI_PROTOCOLS "sockets;tcp;tcp_rxm")
endif()
Expand Down

0 comments on commit 864b49d

Please sign in to comment.