Skip to content

Commit 498922f

Browse files
authored
Merge pull request GoogleCloudPlatform#4249 from abbas1902/ofi_change
Adjust OFI tunables and disable rndv write mode
2 parents 1f1bd92 + 50d91e7 commit 498922f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • modules/scripts/startup-script

modules/scripts/startup-script/main.tf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,14 @@ locals {
100100
content = <<-EOT
101101
#!/bin/bash
102102
export FI_PROVIDER="verbs;ofi_rxm"
103-
export FI_OFI_RXM_USE_RNDV_WRITE=1
103+
export FI_OFI_RXM_USE_RNDV_WRITE=0
104104
export FI_VERBS_INLINE_SIZE=39
105105
export I_MPI_FABRICS="shm:ofi"
106106
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
107111
EOT
108112
},
109113
]

0 commit comments

Comments
 (0)