Skip to content

Commit 4f9e7ea

Browse files
committed
LANL/platform: disable use of XRC recv bufs
Forgot as part of #3970 to disable use of XRC recv bufs by default in LANL platform config file. related to #4300 Signed-off-by: Howard Pritchard <[email protected]> (cherry picked from commit 1a639ec)
1 parent 944cc1a commit 4f9e7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/platform/lanl/toss/optimized-mlx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ btl = vader,openib,self
8888

8989
## Setup OpenIB - just in case
9090
btl_openib_want_fork_support = 0
91-
btl_openib_receive_queues = X,4096,1024:X,12288,512:X,65536,512
91+
btl_openib_receive_queues = S,4096,1024:S,12288,512:S,65536,512
9292

9393
## Disable MXM
9494
pml = ob1

0 commit comments

Comments
 (0)