We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1bd92 commit 50d91e7Copy full SHA for 50d91e7
1 file changed
modules/scripts/startup-script/main.tf
@@ -100,10 +100,14 @@ locals {
100
content = <<-EOT
101
#!/bin/bash
102
export FI_PROVIDER="verbs;ofi_rxm"
103
- export FI_OFI_RXM_USE_RNDV_WRITE=1
+ export FI_OFI_RXM_USE_RNDV_WRITE=0
104
export FI_VERBS_INLINE_SIZE=39
105
export I_MPI_FABRICS="shm:ofi"
106
export FI_UNIVERSE_SIZE=3072
107
+ export I_MPI_ADJUST_ALLTOALL=1
108
+ export I_MPI_ADJUST_IALLTOALL=1
109
+ export I_MPI_ADJUST_BCAST=4
110
+ export I_MPI_ADJUST_IBCAST=1
111
EOT
112
},
113
]
0 commit comments